From 9e00371c6c4e1bf5bc8cbd12eeafa3ffe44386be Mon Sep 17 00:00:00 2001 From: PrairieWind Date: Sat, 5 Mar 2022 17:07:56 +0000 Subject: [PATCH] fixed problem with fuel insertion --- mods/ITEMS/mcl_furnaces/smoker.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/mods/ITEMS/mcl_furnaces/smoker.lua b/mods/ITEMS/mcl_furnaces/smoker.lua index ba53f3fc1..8e3cdcd42 100644 --- a/mods/ITEMS/mcl_furnaces/smoker.lua +++ b/mods/ITEMS/mcl_furnaces/smoker.lua @@ -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)