This commit is contained in:
kay27 2022-03-07 05:52:31 +04:00
commit 4360158ecf
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 = {
"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"
}, },

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."), 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", "smoker_top.png", "smoker_top.png",
"default_furnace_side.png", "default_furnace_side.png", "smoker_side.png", "smoker_side.png",
"default_furnace_side.png", "smoker_front.png" "smoker_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},