torches making damage

master
tchncs 2016-03-29 11:15:16 +02:00
parent e19c772bd4
commit a121c8f085
1 changed files with 4 additions and 2 deletions

View File

@ -45,7 +45,8 @@ minetest.register_node("torches:floor", {
paramtype2 = "wallmounted",
sunlight_propagates = true,
walkable = false,
light_source = 13,
damage_per_second = 1,
light_source = 13,
groups = {choppy=2, dig_immediate=3, flammable=1, not_in_creative_inventory=1, attached_node=1, torch=1},
drop = "default:torch",
selection_box = {
@ -71,7 +72,8 @@ minetest.register_node("torches:wall", {
paramtype2 = "wallmounted",
sunlight_propagates = true,
walkable = false,
light_source = 13,
damage_per_second = 1,
light_source = 13,
groups = {choppy=2, dig_immediate=3, flammable=1, not_in_creative_inventory=1, attached_node=1, torch=1},
drop = "default:torch",
selection_box = {