We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a134b commit 2afd153Copy full SHA for 2afd153
mesecons_luacontroller/init.lua
@@ -847,11 +847,9 @@ for d = 0, 1 do
847
top = top.."^jeija_luacontroller_LED_D.png"
848
end
849
850
- local groups
+ local groups = {dig_immediate=2, overheat=1, heatsinkable=1}
851
if a + b + c + d ~= 0 then
852
- groups = {dig_immediate=2, not_in_creative_inventory=1, overheat = 1}
853
- else
854
- groups = {dig_immediate=2, overheat = 1}
+ groups.not_in_creative_inventory = 1
855
856
857
output_rules[cid] = {}
0 commit comments