-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed armor not having the proper tags
closes #369
- Loading branch information
Showing
5 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
src/generated/resources/data/minecraft/tags/item/chest_armor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"values": [ | ||
"naturesaura:depth_chest", | ||
"naturesaura:infused_iron_chest", | ||
"naturesaura:sky_chest" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/data/minecraft/tags/item/foot_armor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"values": [ | ||
"naturesaura:depth_shoes", | ||
"naturesaura:infused_iron_shoes", | ||
"naturesaura:sky_shoes" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/data/minecraft/tags/item/head_armor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"values": [ | ||
"naturesaura:depth_helmet", | ||
"naturesaura:infused_iron_helmet", | ||
"naturesaura:sky_helmet" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/data/minecraft/tags/item/leg_armor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"values": [ | ||
"naturesaura:depth_pants", | ||
"naturesaura:infused_iron_pants", | ||
"naturesaura:sky_pants" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters