This commit is contained in:
TechDudie 2021-03-26 15:03:51 +00:00
parent f2f60ba5e4
commit 8d5819a82c
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ minetest.register_decoration({
sidelen = 16, sidelen = 16,
fill_ratio = 0.1, fill_ratio = 0.1,
biomes = {"Taiga","Forest"}, biomes = {"Taiga","Forest"},
y_max = mcl_vars.mg_nether_max, y_max = mcl_vars.mg_overworld_max,
y_min = mcl_vars.mg_nether_min, y_min = mcl_vars.mg_overworld_min,
decoration = "mc:sweet_berry_bush_2" decoration = "mc:sweet_berry_bush_2"
}) })