mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-12-14 06:05:33 +01: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