Rewrite movestones, make them nodes instead of entities

This commit is contained in:
Jeija
2015-02-14 11:54:27 +01:00
parent b7076e635c
commit 1df6e5a03b
3 changed files with 90 additions and 209 deletions

View File

@ -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