Skip to content

Commit

Permalink
v1.8 - fix forge tags
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed May 19, 2024
1 parent 35c6bae commit f278763
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "forge:stained_glass"
"tag": "c:stained_glass"
},
{
"item": "minecraft:glass"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "forge:stained_glass_panes"
"tag": "c:stained_glass_panes"
},
{
"item": "minecraft:glass_pane"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "forge:stained_glass"
"tag": "c:stained_glass"
},
{
"item": "minecraft:glass"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "forge:stained_glass_panes"
"tag": "c:stained_glass_panes"
},
{
"item": "minecraft:glass_pane"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "garnished:green_dye_blowing",
"ingredients": [
{
"tag": "forge:dough"
"tag": "c:dough"
}
],
"results": [
Expand All @@ -11,4 +11,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "forge:stained_glass"
"tag": "c:stained_glass"
},
{
"item": "minecraft:glass"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "forge:stained_glass_panes"
"tag": "c:stained_glass_panes"
},
{
"item": "minecraft:glass_pane"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "forge:stained_glass"
"tag": "c:stained_glass"
},
{
"item": "minecraft:glass"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "forge:stained_glass_panes"
"tag": "c:stained_glass_panes"
},
{
"item": "minecraft:glass_pane"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "forge:stained_glass"
"tag": "c:stained_glass"
},
{
"item": "minecraft:glass"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "forge:stained_glass_panes"
"tag": "c:stained_glass_panes"
},
{
"item": "minecraft:glass_pane"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "forge:stained_glass"
"tag": "c:stained_glass"
},
{
"item": "minecraft:glass"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredients": [
[
{
"tag": "forge:stained_glass_panes"
"tag": "c:stained_glass_panes"
},
{
"item": "minecraft:glass_pane"
Expand All @@ -16,4 +16,4 @@
"count": 1
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}
],
"tool": {
"tag": "forge:tools/knives"
"tag": "c:tools/knives"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}
],
"tool": {
"tag": "forge:tools/hatchets"
"tag": "c:tools/hatchets"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}
],
"tool": {
"tag": "forge:tools/hatchets"
"tag": "c:tools/hatchets"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"item": "garnished:incomplete_cinder_roll"
},
{
"tag": "forge:ender_dusts"
"tag": "c:ender_dusts"
}
],
"results": [
Expand Down

0 comments on commit f278763

Please sign in to comment.