summaryrefslogtreecommitdiff
path: root/controller.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 /controller.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 'controller.lua')
-rw-r--r--controller.lua14
1 files changed, 12 insertions, 2 deletions
diff --git a/controller.lua b/controller.lua
index a3bee98..d6c4ee9 100644
--- a/controller.lua
+++ b/controller.lua
@@ -137,7 +137,8 @@ end
core.register_node("celevator:controller",{
description = S("Elevator Controller"),
groups = {
- cracky = 1,
+ cracky = 3,
+ oddly_breakable_by_hand = 1,
},
paramtype = "light",
paramtype2 = "facedir",
@@ -214,7 +215,8 @@ core.register_node("celevator:controller",{
core.register_node("celevator:controller_open",{
description = S("Controller (door open - you hacker you!)"),
groups = {
- cracky = 1,
+ cracky = 3,
+ oddly_breakable_by_hand = 1,
not_in_creative_inventory = 1,
},
paramtype = "light",
@@ -275,6 +277,8 @@ core.register_node("celevator:controller_open",{
core.register_node("celevator:controller_top",{
description = S("Controller (top section - you hacker you!)"),
groups = {
+ cracky = 3,
+ oddly_breakable_by_hand = 1,
not_in_creative_inventory = 1,
},
drop = "",
@@ -306,6 +310,8 @@ core.register_node("celevator:controller_top",{
core.register_node("celevator:controller_top_running",{
description = S("Controller (top section, car in motion - you hacker you!)"),
groups = {
+ cracky = 3,
+ oddly_breakable_by_hand = 1,
not_in_creative_inventory = 1,
},
drop = "",
@@ -337,6 +343,8 @@ core.register_node("celevator:controller_top_running",{
core.register_node("celevator:controller_top_open",{
description = S("Controller (top section, open - you hacker you!)"),
groups = {
+ cracky = 3,
+ oddly_breakable_by_hand = 1,
not_in_creative_inventory = 1,
},
drop = "",
@@ -373,6 +381,8 @@ core.register_node("celevator:controller_top_open",{
core.register_node("celevator:controller_top_open_running",{
description = S("Controller (top section, open, car in motion - you hacker you!)"),
groups = {
+ cracky = 3,
+ oddly_breakable_by_hand = 1,
not_in_creative_inventory = 1,
},
drop = "",