How to specify any boots?

Started by smplesco on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to specify any boots?

I am trying to implement a new enchantment that works on boots. I have added every type of boot that my mod adds and the vanilla ones, but obviously, this is a very pseudo fix for this issue. Not only this, but the enchantment procedure uses a way too long list of "OR" blocks, which is bulky.

 

In short, is there a way to create a tag or maybe a procedure that creates a tag that includes any armor piece that can be put in the foot slot? I have tried to simplify this by creating a tag that includes all boots in the developer, but again, a very rudimentary fix. Please let me know if you guys have encountered this or if I'm missing a really obvious solution. Thanks.

Tags are the solution for…
Sat, 02/28/2026 - 15:41

Tags are the solution for this. Create a tag for boots.

I believe there is already vanilla tag for boots you can use