Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoLezury committed Jul 17, 2024
1 parent bd83d6c commit b9e73dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21 2024-07-17T12:10:52.6461927 Tags for minecraft:item mod id assorted_armaments
// 1.21 2024-07-17T13:05:47.7797965 Tags for minecraft:item mod id assorted_armaments
2339775d05f0f18b3a4b0442182b2947a8d21dac data/assorted_armaments/tags/item/armor_based_damage.json
d500bd43e88c70df0ec4054b266d05b7df7e221e data/assorted_armaments/tags/item/can_block.json
f24a559480a18b444e7f297e1003e8167bc0f39a data/assorted_armaments/tags/item/claymores.json
Expand All @@ -10,6 +10,7 @@ d500bd43e88c70df0ec4054b266d05b7df7e221e data/assorted_armaments/tags/item/effic
7077b1b5725e080525035c20f8566479b8e6bd11 data/assorted_armaments/tags/item/piglins_can_use.json
d500bd43e88c70df0ec4054b266d05b7df7e221e data/assorted_armaments/tags/item/two_handed.json
98f49f4247d9fd93ce70a45c22a636e58c22225d data/assorted_armaments/tags/item/zombies_can_use.json
2339775d05f0f18b3a4b0442182b2947a8d21dac data/minecraft/tags/item/enchantable/durability.json
2339775d05f0f18b3a4b0442182b2947a8d21dac data/minecraft/tags/item/enchantable/sword.json
7077b1b5725e080525035c20f8566479b8e6bd11 data/minecraft/tags/item/piglin_loved.json
d500bd43e88c70df0ec4054b266d05b7df7e221e data/minecraft/tags/item/swords.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"#assorted_armaments:maces"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ protected void addTags(HolderLookup.Provider lookupProvider) {
);
tag(ItemTags.SWORDS).addTag(AAItemTags.CLAYMORES);
tag(ItemTags.SWORD_ENCHANTABLE).addTag(AAItemTags.MACES);
tag(ItemTags.DURABILITY_ENCHANTABLE).addTag(AAItemTags.MACES);
tag(ItemTags.PIGLIN_LOVED).add(
AAItems.GOLDEN_CLAYMORE.get(),
AAItems.GOLDEN_MACE.get()
Expand Down

0 comments on commit b9e73dd

Please sign in to comment.