add back exped board (#3744)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
parent
f59ab5a4ca
commit
ea5bf08e19
|
|
@ -26,6 +26,8 @@
|
|||
- OreBagOfHolding
|
||||
|
||||
- type: latheRecipePack
|
||||
parent:
|
||||
- LogisticsBoards # DeltaV
|
||||
id: CargoBoards
|
||||
recipes:
|
||||
- OreProcessorIndustrialMachineCircuitboard
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
- MiningDrill
|
||||
- MineralScannerEmpty
|
||||
- OreProcessorIndustrialMachineCircuitboard
|
||||
- SalvageExpeditionsComputerCircuitboard # DeltaV
|
||||
- ClothingMaskWeldingGas
|
||||
|
||||
- type: technology
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
## Dynamic
|
||||
|
||||
- type: latheRecipePack
|
||||
id: LogisticsBoards
|
||||
recipes:
|
||||
- SalvageExpeditionsComputerCircuitboard
|
||||
|
||||
- type: latheRecipePack
|
||||
id: MiningDeltaV
|
||||
recipes:
|
||||
|
|
|
|||
|
|
@ -22,3 +22,8 @@
|
|||
parent: [ BaseGoldCircuitboardRecipe, BaseMedicalMachineRecipeCategory ]
|
||||
id: CloningPodMachineCircuitboard
|
||||
result: CloningPodMachineCircuitboard
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseSilverCircuitboardRecipe
|
||||
id: SalvageExpeditionsComputerCircuitboard
|
||||
result: SalvageExpeditionsComputerCircuitboard
|
||||
|
|
|
|||
Loading…
Reference in New Issue