From ffee31080cdafa0b2cdf81848c071c76c95e4157 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sun, 2 Aug 2026 09:58:49 -0500 Subject: Improve dig groups --- car.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'car.lua') diff --git a/car.lua b/car.lua index 87dc8ed..c50f962 100644 --- a/car.lua +++ b/car.lua @@ -296,6 +296,8 @@ core.register_node("celevator:car_top_box_off",{ description = S("Car-top Inspection Box, Off State (you hacker you!)"), drop = "", groups = { + cracky = 3, + oddly_breakable_by_hand = 1, not_in_creative_inventory = 1, }, paramtype = "light", @@ -316,6 +318,8 @@ core.register_node("celevator:car_top_box_on",{ description = S("Car-top Inspection Box, On State (you hacker you!)"), drop = "", groups = { + cracky = 3, + oddly_breakable_by_hand = 1, not_in_creative_inventory = 1, }, paramtype = "light", -- cgit v1.2.3