Fix smoker textures

This commit is contained in:
kay27 2022-03-05 04:24:43 +04:00
parent be3549fb8d
commit 9d7f619a24
2 changed files with 4 additions and 4 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 = {
"blast_furnace_top.png", "blast_furnace_top.png", "default_furnace_top.png", "default_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"
}, },

View File

@ -365,9 +365,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."), 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 = {
"smoker_top.png", "smoker_top.png", "default_furnace_top.png", "default_furnace_top.png",
"smoker_side.png", "smoker_side.png", "default_furnace_side.png", "default_furnace_side.png",
"smoker_side.png", "smoker_front.png" "default_furnace_side.png", "smoker_front.png"
}, },
paramtype2 = "facedir", paramtype2 = "facedir",
groups = {pickaxey=1, container=4, deco_block=1, material_stone=1}, groups = {pickaxey=1, container=4, deco_block=1, material_stone=1},