forked from VoxeLibre/VoxeLibre
Allow spruces at Y=1
This commit is contained in:
parent
06d109e86b
commit
54ae1190d6
|
@ -1977,7 +1977,7 @@ local function register_decorations()
|
|||
-- Spruce
|
||||
local function quick_spruce(seed, offset, sprucename, biomes, y)
|
||||
if not y then
|
||||
y = 2
|
||||
y = 1
|
||||
end
|
||||
minetest.register_decoration({
|
||||
deco_type = "schematic",
|
||||
|
|
Loading…
Reference in New Issue