Add plate recipes to autolathe (#19473)
This commit is contained in:
@@ -106,6 +106,10 @@
|
|||||||
- LightTube
|
- LightTube
|
||||||
- LightBulb
|
- LightBulb
|
||||||
- Bucket
|
- Bucket
|
||||||
|
- FoodPlate
|
||||||
|
- FoodPlateSmall
|
||||||
|
- FoodPlatePlastic
|
||||||
|
- FoodPlateSmallPlastic
|
||||||
- SprayBottle
|
- SprayBottle
|
||||||
- PowerCellSmall
|
- PowerCellSmall
|
||||||
- MicroManipulatorStockPart
|
- MicroManipulatorStockPart
|
||||||
|
|||||||
@@ -34,3 +34,31 @@
|
|||||||
completetime: 0.8
|
completetime: 0.8
|
||||||
materials:
|
materials:
|
||||||
Glass: 50
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user