slight tweak to hopper item suction height
This commit is contained in:
parent
ef92348b95
commit
872ad3a48b
2
init.lua
2
init.lua
@ -493,7 +493,7 @@ minetest.register_abm({
|
|||||||
and inv:room_for_item("main",
|
and inv:room_for_item("main",
|
||||||
ItemStack(object:get_luaentity().itemstring)) then
|
ItemStack(object:get_luaentity().itemstring)) then
|
||||||
|
|
||||||
if object:get_pos().y - pos.y >= 0.3 then
|
if object:get_pos().y - pos.y > 0.25 then
|
||||||
|
|
||||||
inv:add_item("main",
|
inv:add_item("main",
|
||||||
ItemStack(object:get_luaentity().itemstring))
|
ItemStack(object:get_luaentity().itemstring))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user