Skip to content

Commit

Permalink
Tag the plated shield as forge:tools/shields, see #5859
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSunrize committed Mar 30, 2024
1 parent 5ad1019 commit c29b988
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
Expand Up @@ -140,6 +140,7 @@ protected void addTags()
tag(IETags.hoes).add(Tools.STEEL_HOE.get());
tag(IETags.axes).add(Tools.STEEL_AXE.get());
tag(IETags.swords).add(Tools.STEEL_SWORD.get());
tag(Tags.Items.TOOLS_SHIELDS).add(Misc.SHIELD.get());

for(EquipmentSlot slot : EquipmentSlot.values())
if(slot.getType()==Type.ARMOR)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c29b988

Please sign in to comment.