forked from MineClone5/MineClone5
Merge pull request 'fixed problem with fuel insertion' (#240) from PrairieAstronomer/MineClone5:master into master
Reviewed-on: MineClone5/MineClone5#240
This commit is contained in:
commit
d4b75ebb44
|
@ -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)
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 593 B |
Binary file not shown.
After Width: | Height: | Size: 538 B |
Binary file not shown.
After Width: | Height: | Size: 597 B |
Loading…
Reference in New Issue