forked from VoxeLibre/VoxeLibre
Generate pumpkins in every biome
This commit is contained in:
parent
81a170645e
commit
5448669ffd
|
@ -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",
|
||||
})
|
||||
|
||||
|
|
|
@ -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",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue