Add recipe of beverage jug (#25681)
* Add craft of beverage jug * Change steel to plastic * Fix price
This commit is contained in:
parent
31f88ec865
commit
94aa61b323
|
|
@ -121,6 +121,7 @@
|
|||
- DrinkGlass
|
||||
- DrinkShotGlass
|
||||
- DrinkGlassCoupeShaped
|
||||
- CustomDrinkJug
|
||||
- FoodPlate
|
||||
- FoodPlateSmall
|
||||
- FoodPlatePlastic
|
||||
|
|
|
|||
|
|
@ -49,6 +49,13 @@
|
|||
materials:
|
||||
Glass: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: CustomDrinkJug
|
||||
result: CustomDrinkJug
|
||||
completetime: 2
|
||||
materials:
|
||||
Plastic: 200
|
||||
|
||||
- type: latheRecipe
|
||||
id: FoodPlate
|
||||
result: FoodPlate
|
||||
|
|
|
|||
Loading…
Reference in New Issue