Allow spruces at Y=1

This commit is contained in:
Wuzzy 2017-11-15 06:23:46 +01:00
parent 06d109e86b
commit 54ae1190d6
1 changed files with 1 additions and 1 deletions

View File

@ -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",