Add files via upload

This commit is contained in:
loosewheel
2022-05-23 20:01:18 +10:00
committed by GitHub
parent e3a53dcb61
commit 85e5a877c6
20 changed files with 88 additions and 49 deletions

View File

@@ -712,7 +712,7 @@ end
local breaker_groups = { cracky = 3 }
local breaker_groups = { cracky = 3, wires_connect = 1 }
if utils.pipeworks_supported then
breaker_groups.tubedevice = 1
breaker_groups.tubedevice_receiver = 1
@@ -720,7 +720,7 @@ end
local breaker_on_groups = { cracky = 3, not_in_creative_inventory = 1 }
local breaker_on_groups = { cracky = 3, not_in_creative_inventory = 1, wires_connect = 1 }
if utils.pipeworks_supported then
breaker_on_groups.tubedevice = 1
breaker_on_groups.tubedevice_receiver = 1