forked from MineClone5/MineClone5
fixed problem with fuel insertion
This commit is contained in:
parent
f9d75329e6
commit
9e00371c6c
|
@ -96,8 +96,6 @@ local function allow_metadata_inventory_put(pos, listname, index, stack, player)
|
|||
local meta = minetest.get_meta(pos)
|
||||
local inv = meta:get_inventory()
|
||||
if listname == "fuel" then
|
||||
return 0
|
||||
end
|
||||
|
||||
-- Test stack with size 1 because we burn one fuel at a time
|
||||
local teststack = ItemStack(stack)
|
||||
|
|
Loading…
Reference in New Issue