From 78c1f741d6093edb50f343736a5da74021627fe0 Mon Sep 17 00:00:00 2001 From: CableGuy67 Date: Sun, 6 Mar 2022 22:08:00 +0000 Subject: [PATCH] Add final texture names for the unlit state of smoker --- mods/ITEMS/mcl_furnaces/smoker.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/ITEMS/mcl_furnaces/smoker.lua b/mods/ITEMS/mcl_furnaces/smoker.lua index 67b0130b4..8e3cdcd42 100644 --- a/mods/ITEMS/mcl_furnaces/smoker.lua +++ b/mods/ITEMS/mcl_furnaces/smoker.lua @@ -386,9 +386,9 @@ minetest.register_node("mcl_furnaces:smoker", { S("Use the recipe book to see what you can smelt, what you can use as fuel and how long it will burn."), _doc_items_hidden = false, tiles = { - "default_furnace_top.png", "default_furnace_top.png", - "default_furnace_side.png", "default_furnace_side.png", - "default_furnace_side.png", "smoker_front.png" + "smoker_top.png", "smoker_top.png", + "smoker_side.png", "smoker_side.png", + "smoker_side.png", "smoker_front.png" }, paramtype2 = "facedir", groups = {pickaxey=1, container=4, deco_block=1, material_stone=1},