Added damage to active furnace

master
DanDuncombe 2013-11-17 22:08:30 +00:00 committed by Vanessa Ezekowitz
parent 44a223536f
commit 7ba132a9f6
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ minetest.register_node("furnace:self_active", {
tiles = {"furnace_top_active.png", "furnace_bottom.png", "furnace_side_active.png"},
particle_image = {"furnace_top_active.png"},
drawtype = "nodebox",
damage_per_second = 12,
paramtype = "light",
node_box = {
type = "fixed",