1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-12-22 15:00:18 +01:00

Default/mapgen: Fix missing num_spawn_by = 1 line for papyrus

This commit is contained in:
paramat 2015-04-05 01:12:32 +01:00
parent 4a7a51a46e
commit 87468eb6fc

View File

@ -353,6 +353,7 @@ function default.register_mgv6_decorations()
height = 2, height = 2,
height_max = 4, height_max = 4,
spawn_by = "default:water_source", spawn_by = "default:water_source",
num_spawn_by = 1,
}) })
-- Cacti -- Cacti