Dig torch by water

This commit is contained in:
Wuzzy 2017-01-05 05:23:17 +01:00
parent bba1d08eac
commit 5a314b400c
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ minetest.register_node(":default:torch", {
walkable = false,
liquids_pointable = false,
light_source = 13,
groups = {choppy=2, dig_immediate=3, flammable=1, attached_node=1, torch=1},
groups = {choppy=2, dig_immediate=3, flammable=1, attached_node=1, torch=1, dig_by_water=1,},
drop = "default:torch",
selection_box = {
type = "wallmounted",
@ -73,7 +73,7 @@ minetest.register_node(":default:torch_wall", {
sunlight_propagates = true,
walkable = false,
light_source = 13,
groups = {choppy=2, dig_immediate=3, flammable=1, not_in_creative_inventory=1, attached_node=1, torch=1},
groups = {choppy=2, dig_immediate=3, flammable=1, not_in_creative_inventory=1, attached_node=1, torch=1, dig_by_water=1},
drop = "default:torch",
selection_box = {
type = "wallmounted",