From ffee31080cdafa0b2cdf81848c071c76c95e4157 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sun, 2 Aug 2026 09:58:49 -0500 Subject: Improve dig groups --- governor.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'governor.lua') diff --git a/governor.lua b/governor.lua index 15700fd..d4e9da6 100644 --- a/governor.lua +++ b/governor.lua @@ -18,7 +18,8 @@ end core.register_node("celevator:governor",{ description = S("Elevator Governor"), groups = { - cracky = 1, + cracky = 3, + oddly_breakable_by_hand = 1, }, paramtype = "light", paramtype2 = "4dir", @@ -67,6 +68,8 @@ core.register_node("celevator:governor",{ core.register_node("celevator:governor_sheave",{ description = S("Governor Sheave (you hacker you!)"), groups = { + cracky = 3, + oddly_breakable_by_hand = 1, not_in_creative_inventory = 1, }, drop = "", -- cgit v1.2.3