water abm overflow fix
This commit is contained in:
parent
ebaabfe65e
commit
ead3d3a7fc
|
@ -286,6 +286,7 @@ nodecore.register_limited_abm({
|
||||||
interval = 1,
|
interval = 1,
|
||||||
chance = 2,
|
chance = 2,
|
||||||
nodenames = {src},
|
nodenames = {src},
|
||||||
|
neighbours = {flow},
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
local miny = pos.y
|
local miny = pos.y
|
||||||
local found = {}
|
local found = {}
|
||||||
|
@ -332,6 +333,7 @@ nodecore.register_limited_abm({
|
||||||
interval = 2,
|
interval = 2,
|
||||||
chance = 2,
|
chance = 2,
|
||||||
nodenames = {src2},
|
nodenames = {src2},
|
||||||
|
neighbours = {flow2},
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
local miny = pos.y
|
local miny = pos.y
|
||||||
local found = {}
|
local found = {}
|
||||||
|
|
Loading…
Reference in New Issue