diff options
| author | cheapie <cheapiephp@gmail.com> | 2026-08-02 09:58:49 -0500 |
|---|---|---|
| committer | cheapie <cheapiephp@gmail.com> | 2026-08-02 09:58:49 -0500 |
| commit | ffee31080cdafa0b2cdf81848c071c76c95e4157 (patch) | |
| tree | 396552ba8b80b550506662e4c3dcfec1f892cc38 /car.lua | |
| parent | f255c26924a0ef915ba53c15295c1e9de278b283 (diff) | |
| download | celevator-ffee31080cdafa0b2cdf81848c071c76c95e4157.tar celevator-ffee31080cdafa0b2cdf81848c071c76c95e4157.tar.gz celevator-ffee31080cdafa0b2cdf81848c071c76c95e4157.tar.bz2 celevator-ffee31080cdafa0b2cdf81848c071c76c95e4157.tar.xz celevator-ffee31080cdafa0b2cdf81848c071c76c95e4157.zip | |
Diffstat (limited to 'car.lua')
| -rw-r--r-- | car.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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", |
