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:
kay27 2022-03-05 23:12:58 +00:00
commit d4b75ebb44
4 changed files with 0 additions and 2 deletions

View File

@ -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