master #1

Open
NO11 wants to merge 84 commits from TechDudie/mc:master into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 03cb2fc5ba - Show all commits

View File

@ -2,7 +2,7 @@ minetest.register_decoration({
deco_type = "simple",
place_on = {"mcl_nether:netherrack"},
sidelen = 16,
fill_ratio = 1,
fill_ratio = 0.05,
biomes = {"Nether"},
y_max = mcl_vars.mg_nether_max,
y_min = mcl_vars.mg_nether_min,
@ -12,7 +12,7 @@ minetest.register_decoration({
deco_type = "simple",
place_on = {"mcl_core:dirt_with_grass"},
sidelen = 16,
fill_ratio = 1,
fill_ratio = 0.05,
biomes = {"Taiga","Forest"},
y_max = mcl_vars.mg_overworld_max,
y_min = mcl_vars.mg_overworld_min,