mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-06 09:30:23 +02:00
Make falling work for vertical movestone as well
This commit is contained in:
@ -68,11 +68,9 @@ function mesecon.register_movestone(name, def, is_sticky, is_vertical)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- ### Step 4: Let things fall
|
-- ### Step 4: Let things fall ###
|
||||||
if not is_vertical then
|
|
||||||
minetest.check_for_falling(vector.add(pos, {x=0, y=1, z=0}))
|
minetest.check_for_falling(vector.add(pos, {x=0, y=1, z=0}))
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
def.is_ground_content = false
|
def.is_ground_content = false
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user