Let things fall behind movestones (#421)

* Let things fall behind movestones
This commit is contained in:
Christopher Head 2018-07-23 03:14:05 -07:00 committed by Vitaliy
parent a234006592
commit f61b1affea
1 changed files with 9 additions and 7 deletions

View File

@ -60,9 +60,7 @@ function mesecon.register_movestone(name, def, is_sticky, is_vertical)
minetest.get_node_timer(frontpos):start(timer_interval)
-- ### Step 3: If sticky, pull stack behind ###
if not is_sticky then
return
end
if is_sticky then
local backpos = vector.subtract(pos, direction)
success, stack, oldstack = mesecon.mvps_pull_all(backpos, direction, max_pull)
if success then
@ -70,6 +68,10 @@ function mesecon.register_movestone(name, def, is_sticky, is_vertical)
end
end
-- ### Step 4: Let things fall ###
minetest.check_for_falling(vector.add(pos, {x=0, y=1, z=0}))
end
def.is_ground_content = false
def.mesecons = {effector = {