Skip to content

Commit

Permalink
Update croutons files
Browse files Browse the repository at this point in the history
  • Loading branch information
oniatus committed Jan 2, 2017
1 parent d6c936f commit e037572
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 62 deletions.
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" : 3
},
"ItemHelp" : {
"category" : "Cooking",
"paragraphText" : [ "Huge chunks of breadcrumbs. Makes the soup more crunchier" ]
}
}
33 changes: 0 additions & 33 deletions assets/prefabs/food/cooked/croutons

This file was deleted.

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"
}
}
29 changes: 0 additions & 29 deletions assets/prefabs/recipe/cook/croutons

This file was deleted.

File renamed without changes

0 comments on commit e037572

Please sign in to comment.