Add meat pie.

This commit is contained in:
Duane 2016-07-10 22:43:35 -05:00
parent 159083227d
commit 4ed95b93af
7 changed files with 100 additions and 14 deletions

View file

@ -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