Add final texture names for the unlit state of smoker

This commit is contained in:
CableGuy67 2022-03-06 22:08:00 +00:00
parent 7c7ad3ef0a
commit 78c1f741d6
1 changed files with 3 additions and 3 deletions

View File

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