mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-16 01:55:03 +00:00
Allow spruces at Y=1
This commit is contained in:
parent
06d109e86b
commit
54ae1190d6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue