Add plate recipes to autolathe (#19473)

This commit is contained in:
deltanedas
2023-08-24 19:01:13 +01:00
committed by GitHub
parent c7b21b631b
commit 113bb79316
2 changed files with 32 additions and 0 deletions

View File

@@ -106,6 +106,10 @@
- LightTube
- LightBulb
- Bucket
- FoodPlate
- FoodPlateSmall
- FoodPlatePlastic
- FoodPlateSmallPlastic
- SprayBottle
- PowerCellSmall
- MicroManipulatorStockPart

View File

@@ -34,3 +34,31 @@
completetime: 0.8
materials:
Glass: 50
- type: latheRecipe
id: FoodPlate
result: FoodPlate
completetime: 0.8
materials:
Glass: 100
- type: latheRecipe
id: FoodPlateSmall
result: FoodPlateSmall
completetime: 0.4
materials:
Glass: 50
- type: latheRecipe
id: FoodPlatePlastic
result: FoodPlatePlastic
completetime: 0.8
materials:
Plastic: 100
- type: latheRecipe
id: FoodPlateSmallPlastic
result: FoodPlateSmallPlastic
completetime: 0.4
materials:
Plastic: 50