Add meat pie.
This commit is contained in:
parent
159083227d
commit
4ed95b93af
7 changed files with 100 additions and 14 deletions
2
abms.lua
2
abms.lua
|
@ -335,7 +335,7 @@ minetest.register_abm({
|
|||
minetest.register_abm({
|
||||
nodenames = {"default:leaves"},
|
||||
interval = 10 * fun_caves.time_factor,
|
||||
chance = 100,
|
||||
chance = 250,
|
||||
catch_up = false,
|
||||
action = function(pos, node)
|
||||
pos.y = pos.y - 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue