mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 04:11:24 +00:00
Default/mapgen: Fix missing num_spawn_by = 1 line for papyrus
This commit is contained in:
parent
4a7a51a46e
commit
87468eb6fc
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ function default.register_mgv6_decorations()
|
|||
height = 2,
|
||||
height_max = 4,
|
||||
spawn_by = "default:water_source",
|
||||
num_spawn_by = 1,
|
||||
})
|
||||
|
||||
-- Cacti
|
||||
|
|
Loading…
Add table
Reference in a new issue