
Extra Tags Fabric
Extended Capabilities for Developers
The Extra Tags Fabric modification provides tag support for additional vanilla game objects that previously lacked this functionality. Developers can now work with enchantments, block entity types, biomes, and dimension types through datapacks.
What Exactly Is Supported
The mod allows creating tags for the following object categories:
- Enchantments - placed in
data/domain/tags/enchantments
- Block Entity Types - placed in
data/domain/tags/block_entity_types
- Biomes - placed in
data/domain/tags/biomes
- Dimension Types - placed in
data/domain/tags/dimension_types
Technical Features
It's important to note that Extra Tags Fabric doesn't add any ready-made tags itself. This is a library mod that provides tools for other developers and pack creators. Requires Fabric Loader and Fabric API to work.