Mine Tags API

Mine Tags API

1k Downloads

Mine Tags

Mine Tags API is a cross platform api that makes all those handy forge tags available on both forge and fabric.

THIS MOD REQUIRES ARCHITECTURY API

For developers:

Usage is just like forge tags but instead of using Forge's Tags class, use Mine Tags's PlatformTags class. For example:

Tags.Blocks.GLASS -> PlatformTags.Blocks.GLASS

The tags under PlatformTags are assigned to the existing forge tags on forge (e.g. #forge:glass/colorless) and assigned to a new tag with the fabric namespace on fabric (e.g. #fabric:glass/colorless)