mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 21:31:28 +02:00
Allow spruces at Y=1
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user