Try to make it more common...?
This commit is contained in:
parent
8d5819a82c
commit
9ce751e995
|
@ -2,7 +2,7 @@ minetest.register_decoration({
|
||||||
deco_type = "simple",
|
deco_type = "simple",
|
||||||
place_on = {"mcl_nether:netherrack"},
|
place_on = {"mcl_nether:netherrack"},
|
||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
fill_ratio = 0.1,
|
fill_ratio = 1,
|
||||||
biomes = {"Nether"},
|
biomes = {"Nether"},
|
||||||
y_max = mcl_vars.mg_nether_max,
|
y_max = mcl_vars.mg_nether_max,
|
||||||
y_min = mcl_vars.mg_nether_min,
|
y_min = mcl_vars.mg_nether_min,
|
||||||
|
@ -12,7 +12,7 @@ minetest.register_decoration({
|
||||||
deco_type = "simple",
|
deco_type = "simple",
|
||||||
place_on = {"mcl_core:dirt_with_grass"},
|
place_on = {"mcl_core:dirt_with_grass"},
|
||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
fill_ratio = 0.1,
|
fill_ratio = 1,
|
||||||
biomes = {"Taiga","Forest"},
|
biomes = {"Taiga","Forest"},
|
||||||
y_max = mcl_vars.mg_overworld_max,
|
y_max = mcl_vars.mg_overworld_max,
|
||||||
y_min = mcl_vars.mg_overworld_min,
|
y_min = mcl_vars.mg_overworld_min,
|
||||||
|
|
Loading…
Reference in New Issue