diff options
Diffstat (limited to 'drive_null.lua')
| -rw-r--r-- | drive_null.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drive_null.lua b/drive_null.lua index e2eb1f4..5fd2d5d 100644 --- a/drive_null.lua +++ b/drive_null.lua @@ -61,7 +61,8 @@ end core.register_node("celevator:drive_null",{ description = celevator.drives.null.name, groups = { - cracky = 1, + cracky = 3, + oddly_breakable_by_hand = 1, not_in_creative_inventory = 1, }, tiles = { |
