Skip to content

Commit

Permalink
Merge PR #116 by @agonbeat - Create croutons
Browse files Browse the repository at this point in the history
  • Loading branch information
oniatus committed Jan 2, 2017
2 parents ca981f5 + e037572 commit b3b8e65
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Apple: http://opengameart.org/content/good-fruits-m484-games

Peach: http://www.publicdomainpictures.net/view-image.php?image=93866&picture=isolated-peach

Croutons:https://pixabay.com/en/food-cro%C3%BBton-bread-1739791/

Peach Juice: Originally created by Patrick Wang for Apple Juice. Edited by SufurElite.

Pear: http://www.ttxdictionary.com/2015/04/pear.html
Expand Down
18 changes: 18 additions & 0 deletions assets/prefabs/food/cooked/Croutons.prefab
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parent" : "engine:iconItem",
"Item" : {
"icon" : "Cooking:Croutons",
"stackId" : "Cooking:croutons",
"consumedOnUse" : true
},
"DisplayName" : {
"name" : "Croutons"
},
"Food" : {
"filling" : 1
},
"ItemHelp" : {
"category" : "Cooking",
"paragraphText" : [ "Huge chunks of breadcrumbs. Makes the soup more crunchier" ]
}
}
13 changes: 13 additions & 0 deletions assets/prefabs/recipe/cook/RecipeCroutons.prefab
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"ProcessDefinition" : {
"processType" : "Cooking:Cooking"
},
"CraftingStationRecipe" : {
"recipeId" : "Hot stuff|Cooking:Croutons",
"recipeComponents" : [ "1*Cooking:bread", "1*Cooking:salt", "1*Cooking:butter" ],
"recipeFluids" : [ "1*Fluid:Water" ],
"requiredTemperature" : 150,
"processingDuration" : 30000,
"itemResult" : "1*Cooking:Croutons"
}
}
Binary file added assets/textures/Croutons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3b8e65

Please sign in to comment.