Added bun item and recipe, changed burger recipies to match. (#5795)

This commit is contained in:
Matz05
2021-12-15 02:24:27 -07:00
committed by GitHub
parent 075bae7519
commit 10d020846f
2 changed files with 33 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
#Burger bun
- type: microwaveMealRecipe
id: RecipeBun
name: bun recipe
result: FoodBreadBun
time: 5
solids:
FoodDoughSlice: 1 # one third of a standard bread dough recipe
#Burgers
- type: microwaveMealRecipe
id: RecipeCheeseburger
@@ -5,7 +14,7 @@
result: FoodBurgerCheese
time: 5
solids:
FoodBreadPlainSlice: 2 # its not a burger bun, but its good enough
FoodBreadBun: 1
FoodMeat: 1
FoodCheeseSlice: 1
@@ -15,7 +24,7 @@
result: FoodBurgerClown
time: 5
solids:
FoodBreadPlainSlice: 2
FoodBreadBun: 1
ClothingMaskClown: 1
# - type: microwaveMealRecipe
@@ -34,7 +43,7 @@
result: FoodBurgerXeno
time: 5
solids:
FoodBreadPlainSlice: 2
FoodBreadBun: 1
FoodMeatXeno: 1
#- type: microwaveMealRecipe