Skip to content

Commit

Permalink
Added Forge tags to items (thanks to @DiogoSoaresMiranda)
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Apr 26, 2024
2 parents f097e4a + 81bdc68 commit 69b4f82
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- added Forge tags to items (thanks to @DiogoSoaresMiranda)
- fixed compatibility crash related to Soul Jar (reported by @𝙿𝙰𝚇𝚇)
- fixed compatibility error when reloading resources (reported by @SettingDust)
- fixed compatibility crash with Randomium (reported by @Doom, @ZacGames, @AllyJaxx)
5 changes: 5 additions & 0 deletions common/src/main/resources/data/forge/tags/items/axes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"majruszsdifficulty:enderium_axe"
]
}
6 changes: 6 additions & 0 deletions common/src/main/resources/data/forge/tags/items/boots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"values": [
"majruszsdifficulty:enderium_boots",
"majruszsdifficulty:tattered_boots"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"values": [
"majruszsdifficulty:enderium_chestplate",
"majruszsdifficulty:tattered_chestplate"
]
}
6 changes: 6 additions & 0 deletions common/src/main/resources/data/forge/tags/items/helmets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"values": [
"majruszsdifficulty:enderium_helmet",
"majruszsdifficulty:tattered_helmet"
]
}
5 changes: 5 additions & 0 deletions common/src/main/resources/data/forge/tags/items/hoes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"majruszsdifficulty:enderium_hoe"
]
}
5 changes: 5 additions & 0 deletions common/src/main/resources/data/forge/tags/items/ingots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"majruszsdifficulty:enderium_ingot"
]
}
6 changes: 6 additions & 0 deletions common/src/main/resources/data/forge/tags/items/leggings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"values": [
"majruszsdifficulty:enderium_leggings",
"majruszsdifficulty:tattered_leggings"
]
}
5 changes: 5 additions & 0 deletions common/src/main/resources/data/forge/tags/items/nuggets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"majruszsdifficulty:enderium_shard"
]
}
5 changes: 5 additions & 0 deletions common/src/main/resources/data/forge/tags/items/pickaxes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"majruszsdifficulty:enderium_pickaxe"
]
}
5 changes: 5 additions & 0 deletions common/src/main/resources/data/forge/tags/items/shovels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"majruszsdifficulty:enderium_shovel"
]
}
6 changes: 6 additions & 0 deletions common/src/main/resources/data/forge/tags/items/swords.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"values": [
"majruszsdifficulty:enderium_sword",
"majruszsdifficulty:wither_sword"
]
}

0 comments on commit 69b4f82

Please sign in to comment.