Skip to content

Commit

Permalink
Removed Iron Nuggets from Health Pack recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorWolfgamingDE committed Jul 5, 2024
1 parent 4773964 commit 5f1edec
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 20 deletions.
8 changes: 4 additions & 4 deletions elements/HealthPackRecipe.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.IRON_NUGGET"
"value": ""
},
{
"value": "CUSTOM:Bandage"
},
{
"value": "Items.IRON_NUGGET"
"value": ""
},
{
"value": "CUSTOM:Bandage"
Expand All @@ -30,13 +30,13 @@
"value": "CUSTOM:Bandage"
},
{
"value": "Items.IRON_NUGGET"
"value": ""
},
{
"value": "CUSTOM:Bandage"
},
{
"value": "Items.IRON_NUGGET"
"value": ""
}
],
"recipeReturnStack": {
Expand Down
8 changes: 4 additions & 4 deletions elements/SuperHealthPackRecipe.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.IRON_NUGGET"
"value": ""
},
{
"value": "CUSTOM:Bandage"
},
{
"value": "Items.IRON_NUGGET"
"value": ""
},
{
"value": "CUSTOM:Bandage"
Expand All @@ -30,13 +30,13 @@
"value": "CUSTOM:Bandage"
},
{
"value": "Items.IRON_NUGGET"
"value": ""
},
{
"value": "CUSTOM:Bandage"
},
{
"value": "Items.IRON_NUGGET"
"value": ""
}
],
"recipeReturnStack": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
"aba",
"bcb",
"aba"
" a "
],
"key": {
"a": {
"item": "minecraft:iron_nugget"
},
"b": {
"item": "assortedcuisine:bandage"
},
"c": {
"b": {
"item": "minecraft:sugar"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
"aba",
"bcb",
"aba"
" a "
],
"key": {
"a": {
"item": "minecraft:iron_nugget"
},
"b": {
"item": "assortedcuisine:bandage"
},
"c": {
"b": {
"item": "assortedcuisine:super_sugar"
}
},
Expand Down

0 comments on commit 5f1edec

Please sign in to comment.