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,
|
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",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue