Fix items falling back to surface too
This commit is contained in:
parent
d9a05f2217
commit
077742aa69
@ -32,7 +32,7 @@ local function fallingfor(self)
|
||||
while true do
|
||||
local node = minetest.get_node(pos)
|
||||
if node.name == "ignore" then break end
|
||||
if api.air[node.name] then return end
|
||||
if not api.air[node.name] then return end
|
||||
pos.y = pos.y - 1
|
||||
end
|
||||
pos.y = oy
|
||||
|
Loading…
x
Reference in New Issue
Block a user