summaryrefslogtreecommitdiff
path: root/car.lua
diff options
context:
space:
mode:
authorcheapie <cheapiephp@gmail.com>2026-08-02 09:58:49 -0500
committercheapie <cheapiephp@gmail.com>2026-08-02 09:58:49 -0500
commitffee31080cdafa0b2cdf81848c071c76c95e4157 (patch)
tree396552ba8b80b550506662e4c3dcfec1f892cc38 /car.lua
parentf255c26924a0ef915ba53c15295c1e9de278b283 (diff)
downloadcelevator-ffee31080cdafa0b2cdf81848c071c76c95e4157.tar
celevator-ffee31080cdafa0b2cdf81848c071c76c95e4157.tar.gz
celevator-ffee31080cdafa0b2cdf81848c071c76c95e4157.tar.bz2
celevator-ffee31080cdafa0b2cdf81848c071c76c95e4157.tar.xz
celevator-ffee31080cdafa0b2cdf81848c071c76c95e4157.zip
Improve dig groupsHEADmain
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",