forked from mtcontrib/pipeworks
allow reordering of itemstacks in sorting tube
This commit is contained in:
parent
a65eaa7cf2
commit
aba1ce5b36
@ -119,8 +119,13 @@ if pipeworks.enable_mese_tube then
|
|||||||
if not pipeworks.may_configure(pos, player) then return 0 end
|
if not pipeworks.may_configure(pos, player) then return 0 end
|
||||||
update_formspec(pos) -- For old tubes
|
update_formspec(pos) -- For old tubes
|
||||||
local inv = minetest.get_meta(pos):get_inventory()
|
local inv = minetest.get_meta(pos):get_inventory()
|
||||||
|
|
||||||
|
if from_list:match("line%d") and to_list:match("line%d") then
|
||||||
|
return count
|
||||||
|
else
|
||||||
inv:set_stack(from_list, from_index, ItemStack(""))
|
inv:set_stack(from_list, from_index, ItemStack(""))
|
||||||
return 0
|
return 0
|
||||||
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user