Add extra coffers when generating dungeon.
As a reward for pressing on.
This commit is contained in:
parent
c1c60d1f8b
commit
5f3d97ab0c
2 changed files with 6 additions and 1 deletions
1
abms.lua
1
abms.lua
|
@ -344,6 +344,7 @@ minetest.register_abm({
|
|||
nodenames = {"fun_caves:coffer"},
|
||||
interval = 2,
|
||||
chance = 50,
|
||||
catch_up = false,
|
||||
action = function(p0, node, _, _)
|
||||
minetest.remove_node(p0)
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue