Skip to content

Commit 57d0d71

Browse files
authored
torches aren't ground content (#7)
1 parent aca469c commit 57d0d71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

torches.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ for i in ipairs(colour_list) do
6565
walkable = false,
6666
light_source = 13,
6767
groups = {choppy=2, dig_immediate=3, flammable=1, not_in_creative_inventory=1, attached_node=1, torch=1, abritorch=1},
68+
is_ground_content = false,
6869
drop = "abritorch:torch_"..colour,
6970
selection_box = {
7071
type = "wallmounted",
@@ -92,6 +93,7 @@ for i in ipairs(colour_list) do
9293
walkable = false,
9394
light_source = 13,
9495
groups = {choppy=2, dig_immediate=3, flammable=1, not_in_creative_inventory=1, attached_node=1, torch=1, abritorch=1},
96+
is_ground_content = false,
9597
drop = "abritorch:torch_"..colour,
9698
selection_box = {
9799
type = "wallmounted",

0 commit comments

Comments
 (0)