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

@@ -630,7 +630,7 @@ end
local deployer_groups = { cracky = 3 }
local deployer_groups = { cracky = 3, wires_connect = 1 }
if utils.pipeworks_supported then
deployer_groups.tubedevice = 1
deployer_groups.tubedevice_receiver = 1
@@ -638,7 +638,7 @@ end
local deployer_on_groups = { cracky = 3, not_in_creative_inventory = 1 }
local deployer_on_groups = { cracky = 3, not_in_creative_inventory = 1, wires_connect = 1 }
if utils.pipeworks_supported then
deployer_on_groups.tubedevice = 1
deployer_on_groups.tubedevice_receiver = 1