mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-21 16:20:24 +02:00
Replace old nodeupdate() with new minetest.check_for_falling()
This commit is contained in:
@ -74,7 +74,7 @@ local piston_remove_pusher = function(pos, node)
|
||||
max_hear_distance = 20,
|
||||
gain = 0.3,
|
||||
})
|
||||
nodeupdate(pusherpos)
|
||||
minetest.check_for_falling(pusherpos)
|
||||
end
|
||||
|
||||
local piston_on = function(pos, node)
|
||||
|
Reference in New Issue
Block a user