Skip to content
Snippets Groups Projects
Commit a93527df authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Proper top/bottom textures for active furnace

parent fcaacdb4
No related branches found
No related tags found
No related merge requests found
......@@ -1309,7 +1309,7 @@ minetest.register_node("default:furnace", {
minetest.register_node("default:furnace_active", {
description = "Furnace",
tile_images = {"default_furnace_side.png", "default_furnace_side.png", "default_furnace_side.png",
tile_images = {"default_furnace_top.png", "default_furnace_bottom.png", "default_furnace_side.png",
"default_furnace_side.png", "default_furnace_side.png", "default_furnace_front_active.png"},
paramtype2 = "facedir",
light_source = 8,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment