water abm overflow fix

This commit is contained in:
Kimapr 2019-10-24 17:50:06 +05:00
parent ebaabfe65e
commit ead3d3a7fc
1 changed files with 2 additions and 0 deletions

View File

@ -286,6 +286,7 @@ nodecore.register_limited_abm({
interval = 1,
chance = 2,
nodenames = {src},
neighbours = {flow},
action = function(pos, node)
local miny = pos.y
local found = {}
@ -332,6 +333,7 @@ nodecore.register_limited_abm({
interval = 2,
chance = 2,
nodenames = {src2},
neighbours = {flow2},
action = function(pos, node)
local miny = pos.y
local found = {}