Generate pumpkins in every biome

This commit is contained in:
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, octaves = 6,
persist = 0.666 persist = 0.666
}, },
biomes = {"plains"}, y_min = 1,
y_min = 3, y_max = mcl_vars.mg_overworld_max,
y_max = 29,
rotation = "random", rotation = "random",
}) })

View File

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