forked from Kimapr/nodecore-skyblock
water abm overflow fix
This commit is contained in:
parent
ebaabfe65e
commit
ead3d3a7fc
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in New Issue