summaryrefslogtreecommitdiff
path: root/car.lua
diff options
context:
space:
mode:
Diffstat (limited to 'car.lua')
-rw-r--r--car.lua4
1 files changed, 4 insertions, 0 deletions
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",