diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-07 20:50:50 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-07 20:50:50 +0000 |
commit | ea4d245f17dac0a61514ea129b51555fe17f86c7 (patch) | |
tree | bdada0f8bfdbe582224f26a2da7f7a9338cd3a82 /sealife.lua | |
parent | a302d34ede9c90ed359b50cfc59c6015c0920ee9 (diff) |
disable abm catch_up
Diffstat (limited to 'sealife.lua')
-rw-r--r-- | sealife.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sealife.lua b/sealife.lua index 7e24657..5db6bdc 100644 --- a/sealife.lua +++ b/sealife.lua @@ -144,7 +144,7 @@ minetest.register_abm({ neighbors = {"group:water"}, interval = 15, chance = 10, - + catch_up = false, action = function(pos, node) local sel = math.random(1,5) |