mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 05:50:17 +02:00
Rewrite movestones, make them nodes instead of entities
This commit is contained in:
@ -89,8 +89,8 @@ local piston_on = function(pos, node)
|
||||
max_hear_distance = 20,
|
||||
gain = 0.3,
|
||||
})
|
||||
mesecon.mvps_process_stack (stack)
|
||||
mesecon.mvps_move_objects (np, dir, oldstack)
|
||||
mesecon.mvps_process_stack(stack)
|
||||
mesecon.mvps_move_objects(np, dir, oldstack)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user