projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7a51a
)
Default/mapgen: Fix missing num_spawn_by = 1 line for papyrus
author
paramat
<mat.gregory@virginmedia.com>
Sun, 5 Apr 2015 00:12:32 +0000
(
01:12
+0100)
committer
paramat
<mat.gregory@virginmedia.com>
Sun, 5 Apr 2015 00:37:14 +0000
(
01:37
+0100)
mods/default/mapgen.lua
patch
|
blob
|
history
diff --git
a/mods/default/mapgen.lua
b/mods/default/mapgen.lua
index f5a39acbd846119300e7d7b2f306bffc68538e8d..53e7e4cc837e392fa25c8d5fae184c7567c6e390 100644
(file)
--- a/
mods/default/mapgen.lua
+++ b/
mods/default/mapgen.lua
@@
-353,6
+353,7
@@
function default.register_mgv6_decorations()
height = 2,
height_max = 4,
spawn_by = "default:water_source",
+ num_spawn_by = 1,
})
-- Cacti