Generate pumpkins in every biome

master
Wuzzy 2017-09-10 06:06:02 +02:00
parent 81a170645e
commit 5448669ffd
2 changed files with 3 additions and 4 deletions

View File

@ -2588,9 +2588,8 @@ local function register_decorations()
octaves = 6,
persist = 0.666
},
biomes = {"plains"},
y_min = 3,
y_max = 29,
y_min = 1,
y_max = mcl_vars.mg_overworld_max,
rotation = "random",
})

View File

@ -784,7 +784,7 @@ local function register_mgv6_decorations()
octaves = 6,
persist = 0.666
},
y_min = 3,
y_min = 1,
y_max = mcl_vars.overworld_max,
rotation = "random",
})