disable abm catch_up

master
TenPlus1 2015-11-07 20:52:29 +00:00
parent 237c21b6de
commit b08ee49275
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ minetest.register_abm({
nodenames = {"wine:wine_barrel"},
interval = 5.0,
chance = 1,
catch_up = false,
action = function(pos, node)