Add final texture names for the unlit state or blast furnace

This commit is contained in:
CableGuy67 2022-03-06 22:05:50 +00:00
parent a605a7afe7
commit 7c7ad3ef0a
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ minetest.register_node("mcl_furnaces:blast_furnace", {
S("Use the recipe book to see what you can smelt, what you can use as fuel and how long it will burn."), 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, _doc_items_hidden = false,
tiles = { tiles = {
"default_furnace_top.png", "default_furnace_top.png", "blast_furnace_top.png", "blast_furnace_top.png",
"blast_furnace_side.png", "blast_furnace_side.png", "blast_furnace_side.png", "blast_furnace_side.png",
"blast_furnace_side.png", "blast_furnace_front.png" "blast_furnace_side.png", "blast_furnace_front.png"
}, },