Extra Tags
The Extra Tags mod expands Minecraft's tag system by adding tag support to additional vanilla game objects including enchantments and block entity types. This allows mod developers and datapack creators to use convenient tags for grouping related objects.
Key features:
- Enchantments: tags for spells are placed in the
data/domain/tags/enchantmentsfolder - Block Entity Types: organization of various blocks through the
data/domain/tags/block_entity_typesfolder - Biomes: grouping of natural areas in the
data/domain/tags/biomesdirectory

Compatibility information: Although the mod uses Mixins for the reverse tags functionality, the Mixin library itself is not required for the mod to work. However, without Mixin, compatibility issues may occur when using reverse tags by other mods during game runtime.
It's important to note that Extra Tags does not add ready-made tags directly — this is a library that provides tools for creating custom tags by other developers and pack authors.