Skip to content

Commit

Permalink
Adding Forge Tags to Items
Browse files Browse the repository at this point in the history
Add tags to increase mod compability.
  • Loading branch information
DiogoSoaresMiranda committed Apr 7, 2024
1 parent dbab2bb commit 81bdc68
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 0 deletions.
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 81bdc68

Please sign in to comment.