diff options
Diffstat (limited to 'node_builders.lua')
-rw-r--r-- | node_builders.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_builders.lua b/node_builders.lua index 7a8cd00..cabb8f7 100644 --- a/node_builders.lua +++ b/node_builders.lua @@ -3,7 +3,7 @@ -- Builds objects in the targeted node. This is a complicated beastie. minetest.register_node("digtron:builder", { description = "Builder Unit", - groups = {cracky = 3, stone = 1, digtron = 4}, + groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 4}, drop = "digtron:builder", sounds = default.node_sound_metal_defaults(), paramtype2= 'facedir', |