Skip to content

Commit

Permalink
fixed various recipes having missing tags
Browse files Browse the repository at this point in the history
closes #361
  • Loading branch information
Ellpeck committed Sep 29, 2024
1 parent 5d02e4e commit 4bb69f1
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"item": "naturesaura:ancient_stick"
},
"S": {
"tag": "forge:stone"
"tag": "c:stones"
},
"T": {
"item": "naturesaura:token_terror"
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/data/naturesaura/recipe/color_changer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"item": "naturesaura:infused_iron"
},
"R": {
"tag": "forge:dyes/red"
"tag": "c:dyes/red"
},
"Y": {
"tag": "forge:dyes/yellow"
"tag": "c:dyes/yellow"
},
"B": {
"tag": "forge:dyes/blue"
"tag": "c:dyes/blue"
},
"T": {
"item": "naturesaura:token_euphoria"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"items": "naturesaura:aura_bottle"
},
"S": {
"tag": "forge:rods/wooden"
"tag": "c:rods/wooden"
},
"I": {
"item": "naturesaura:sky_ingot"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"items": "naturesaura:aura_bottle"
},
"S": {
"tag": "forge:rods/wooden"
"tag": "c:rods/wooden"
},
"I": {
"item": "naturesaura:tainted_gold"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"items": "naturesaura:aura_bottle"
},
"S": {
"tag": "forge:rods/wooden"
"tag": "c:rods/wooden"
},
"I": {
"item": "naturesaura:infused_iron"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/naturesaura/recipe/gold_fiber.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"N": {
"tag": "forge:nuggets/gold"
"tag": "c:nuggets/gold"
},
"G": {
"item": "minecraft:short_grass"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"C": {
"tag": "forge:chests/wooden"
"tag": "c:chests/wooden"
},
"I": {
"item": "naturesaura:infused_iron"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"item": "naturesaura:infused_iron"
},
"R": {
"tag": "forge:ingots/iron"
"tag": "c:ingots/iron"
},
"E": {
"item": "minecraft:ender_pearl"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"S": {
"tag": "forge:stone"
"tag": "c:stones"
},
"W": {
"tag": "minecraft:logs"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/naturesaura/recipe/spawn_lamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"I": {
"tag": "forge:ingots/iron"
"tag": "c:ingots/iron"
},
"L": {
"item": "minecraft:glass"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"item": "naturesaura:gold_powder"
},
{
"tag": "forge:ores/diamond"
"tag": "c:ores/diamond"
},
{
"tag": "forge:ores/redstone"
"tag": "c:ores/redstone"
}
],
"sapling": {
Expand Down

0 comments on commit 4bb69f1

Please sign in to comment.