This mod adds tag support to additional vanilla objects such as enchantments and block entity types so mod devs and mod developers can use them in datapacks.
This mod does not add any tags by itself, it is merely a library for other mods/packs to do so.
Requires Fabric Loader and Api
Currently supported:
Enchantment: goes in `data/domain/tags/enchantments`
Block Entity Types: goes in `data/domain/tags/block_entity_types`
Biomes: goes in `data/domain/tags/biomes`
Dimension Types : goes in `data/domain/tags/dimension_types`

