Skip to content

Commit

Permalink
Added Raw Cake recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorWolfgamingDE committed Jun 28, 2024
1 parent 02d39c4 commit 9c40006
Show file tree
Hide file tree
Showing 20 changed files with 500 additions and 12 deletions.
95 changes: 85 additions & 10 deletions assortedcuisine.mcreator
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@
"src/main/resources/assets/assortedcuisine/models/item/raw_apple_pie.json"
]
},
"path": "~/Pies"
"path": "~/Pies/Raw Pies"
},
{
"name": "RawChocolatePie",
Expand All @@ -1660,7 +1660,7 @@
"src/main/java/net/juniorwmg/assortedcuisine/item/RawChocolatePieItem.java"
]
},
"path": "~/Pies"
"path": "~/Pies/Raw Pies"
},
{
"name": "RawEmptyPie",
Expand All @@ -1675,7 +1675,7 @@
"src/main/java/net/juniorwmg/assortedcuisine/item/RawEmptyPieItem.java"
]
},
"path": "~/Pies"
"path": "~/Pies/Raw Pies"
},
{
"name": "RawMelonPie",
Expand All @@ -1690,7 +1690,7 @@
"src/main/resources/assets/assortedcuisine/models/item/raw_melon_pie.json"
]
},
"path": "~/Pies"
"path": "~/Pies/Raw Pies"
},
{
"name": "RawPorkPie",
Expand All @@ -1705,7 +1705,7 @@
"src/main/java/net/juniorwmg/assortedcuisine/item/RawPorkPieItem.java"
]
},
"path": "~/Pies"
"path": "~/Pies/Raw Pies"
},
{
"name": "RawPumpkinPie",
Expand All @@ -1720,7 +1720,7 @@
"src/main/resources/assets/assortedcuisine/models/item/raw_pumpkin_pie.json"
]
},
"path": "~/Pies"
"path": "~/Pies/Raw Pies"
},
{
"name": "MrCheeseItem",
Expand Down Expand Up @@ -1868,7 +1868,7 @@
"src/main/resources/data/assortedcuisine/recipes/dough_recipe_assorted_compat.json"
]
},
"path": "~/Pies"
"path": "~/Pies/Raw Pies"
},
{
"name": "ChocolateMilkRecipeAssortedCompat",
Expand Down Expand Up @@ -2008,6 +2008,76 @@
]
},
"path": "~/Dairy"
},
{
"name": "RawApplePieRecipe",
"type": "recipe",
"sortid": 127,
"compiles": true,
"locked_code": false,
"registry_name": "raw_apple_pie_recipe",
"metadata": {
"files": [
"src/main/resources/data/assortedcuisine/recipes/raw_apple_pie_recipe.json"
]
},
"path": "~/Pies/Raw Pies"
},
{
"name": "RawChocolatePieRecipe",
"type": "recipe",
"sortid": 128,
"compiles": true,
"locked_code": false,
"registry_name": "raw_chocolate_pie_recipe",
"metadata": {
"files": [
"src/main/resources/data/assortedcuisine/recipes/raw_chocolate_pie_recipe.json"
]
},
"path": "~/Pies/Raw Pies"
},
{
"name": "RawMelonPieRecipe",
"type": "recipe",
"sortid": 129,
"compiles": true,
"locked_code": false,
"registry_name": "raw_melon_pie_recipe",
"metadata": {
"files": [
"src/main/resources/data/assortedcuisine/recipes/raw_melon_pie_recipe.json"
]
},
"path": "~/Pies/Raw Pies"
},
{
"name": "RawPorkPieRecipe",
"type": "recipe",
"sortid": 130,
"compiles": true,
"locked_code": false,
"registry_name": "raw_pork_pie_recipe",
"metadata": {
"files": [
"src/main/resources/data/assortedcuisine/recipes/raw_pork_pie_recipe.json"
]
},
"path": "~/Pies/Raw Pies"
},
{
"name": "RawPumpkinPieRecipe",
"type": "recipe",
"sortid": 131,
"compiles": true,
"locked_code": false,
"registry_name": "raw_pumpkin_pie_recipe",
"metadata": {
"files": [
"src/main/resources/data/assortedcuisine/recipes/raw_pumpkin_pie_recipe.json"
]
},
"path": "~/Pies/Raw Pies"
}
],
"variable_elements": [
Expand All @@ -2031,16 +2101,16 @@
"language_map": {
"en_us": {
"gamerule.butterDebugTickMessage.description": "Sends a chat message when an active butter churn or cheese maker ticks.",
"item.assortedcuisine.pumpkin_slice": "Pumpkin Slice",
"item.assortedcuisine.sparkling_water_bottle": "Bottle of Sparkling Water",
"item.assortedcuisine.pumpkin_slice": "Pumpkin Slice",
"item.assortedcuisine.cheese_burger": "Cheese Burger",
"item_group.assortedcuisine.assorted_cuisine": "Assorted Cuisine",
"item.assortedcuisine.root_soda": "Root Beer",
"item.assortedcuisine.whisk": "Whisk",
"item.assortedcuisine.slurm_soda": "Slurm",
"item.assortedcuisine.bread_slice": "Bread Slice",
"item.assortedcuisine.cocoa_soda": "Cocoa Drink",
"item.assortedcuisine.hot_chocolate_milk": "Hot Chocolate Milk",
"item.assortedcuisine.cocoa_soda": "Cocoa Drink",
"item.assortedcuisine.golden_apple_soda": "Golden Apple Soda",
"item.assortedcuisine.mr_cheese_item": "MrCheeseItem",
"subtitles.mrcheese": "My name Mr. Cheese!",
Expand Down Expand Up @@ -2124,7 +2194,12 @@
},
{
"name": "Pies",
"children": []
"children": [
{
"name": "Raw Pies",
"children": []
}
]
},
{
"name": "Chocolate",
Expand Down
6 changes: 6 additions & 0 deletions elements/Dough.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,17 @@
"specialInformation": {
"fixedValue": []
},
"glowCondition": {
"fixedValue": false
},
"guiBoundTo": "<NONE>",
"inventorySize": 9,
"inventoryStackSize": 64,
"enableRanged": false,
"shootConstantly": false,
"projectile": {
"value": "Arrow"
},
"isFood": false,
"nutritionalValue": 4,
"saturation": 0.3,
Expand Down
6 changes: 6 additions & 0 deletions elements/PiePan.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,17 @@
"specialInformation": {
"fixedValue": []
},
"glowCondition": {
"fixedValue": false
},
"guiBoundTo": "<NONE>",
"inventorySize": 9,
"inventoryStackSize": 64,
"enableRanged": false,
"shootConstantly": false,
"projectile": {
"value": "Arrow"
},
"isFood": false,
"nutritionalValue": 4,
"saturation": 0.3,
Expand Down
6 changes: 6 additions & 0 deletions elements/RawApplePie.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,17 @@
"specialInformation": {
"fixedValue": []
},
"glowCondition": {
"fixedValue": false
},
"guiBoundTo": "<NONE>",
"inventorySize": 9,
"inventoryStackSize": 64,
"enableRanged": false,
"shootConstantly": false,
"projectile": {
"value": "Arrow"
},
"isFood": false,
"nutritionalValue": 4,
"saturation": 0.3,
Expand Down
48 changes: 48 additions & 0 deletions elements/RawApplePieRecipe.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"_fv": 57,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "raw_pie",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": ""
},
{
"value": "CUSTOM:Dough"
},
{
"value": ""
},
{
"value": "Items.APPLE"
},
{
"value": "Items.APPLE"
},
{
"value": "Items.APPLE"
},
{
"value": ""
},
{
"value": "CUSTOM:RawEmptyPie"
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:RawApplePie"
},
"name": "raw_apple_pie_recipe",
"namespace": "mod"
}
}
6 changes: 6 additions & 0 deletions elements/RawChocolatePie.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,17 @@
"specialInformation": {
"fixedValue": []
},
"glowCondition": {
"fixedValue": false
},
"guiBoundTo": "<NONE>",
"inventorySize": 9,
"inventoryStackSize": 64,
"enableRanged": false,
"shootConstantly": false,
"projectile": {
"value": "Arrow"
},
"isFood": false,
"nutritionalValue": 4,
"saturation": 0.3,
Expand Down
48 changes: 48 additions & 0 deletions elements/RawChocolatePieRecipe.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"_fv": 57,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "raw_pie",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": ""
},
{
"value": "CUSTOM:Dough"
},
{
"value": ""
},
{
"value": "CUSTOM:ChocolateBalls"
},
{
"value": "CUSTOM:ChocolateBalls"
},
{
"value": "CUSTOM:ChocolateBalls"
},
{
"value": ""
},
{
"value": "CUSTOM:RawEmptyPie"
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:RawChocolatePie"
},
"name": "raw_chocolate_pie_recipe",
"namespace": "mod"
}
}
6 changes: 6 additions & 0 deletions elements/RawEmptyPie.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,17 @@
"specialInformation": {
"fixedValue": []
},
"glowCondition": {
"fixedValue": false
},
"guiBoundTo": "<NONE>",
"inventorySize": 9,
"inventoryStackSize": 64,
"enableRanged": false,
"shootConstantly": false,
"projectile": {
"value": "Arrow"
},
"isFood": false,
"nutritionalValue": 4,
"saturation": 0.3,
Expand Down
6 changes: 6 additions & 0 deletions elements/RawMelonPie.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,17 @@
"specialInformation": {
"fixedValue": []
},
"glowCondition": {
"fixedValue": false
},
"guiBoundTo": "<NONE>",
"inventorySize": 9,
"inventoryStackSize": 64,
"enableRanged": false,
"shootConstantly": false,
"projectile": {
"value": "Arrow"
},
"isFood": false,
"nutritionalValue": 4,
"saturation": 0.3,
Expand Down
Loading

0 comments on commit 9c40006

Please sign in to comment.