fix copy&paste error

This commit is contained in:
Vanessa Ezekowitz 2013-12-24 09:53:36 -05:00
parent 508b937e4c
commit 6f1580a2c3
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ local furnace = pipeworks.clone_node("default:furnace")
minetest.register_node(":default:furnace", furnace)
local furnace_active = pipeworks.clone_node("default:furnace_active")
furnace.tiles[1] = "default_furnace_top.png^pipeworks_tube_connection_stony.png"
furnace_active.tiles[1] = "default_furnace_top.png^pipeworks_tube_connection_stony.png"
furnace_active.tiles[2] = "default_furnace_bottom.png^pipeworks_tube_connection_stony.png"
furnace_active.tiles[3] = "default_furnace_side.png^pipeworks_tube_connection_stony.png"
furnace_active.tiles[4] = "default_furnace_side.png^pipeworks_tube_connection_stony.png"