Pineapple Tags

Pineapple Tags

21 Downloads

The Pineapple Tags is a simple library created to provide standardized taxonomy in modpacks and modding, and its functionality is similar to that of later tags, but it does not replace the current version of the OreDictionary  used in the Crafting.

Pineapple Tags can declare tags for anything we like, and if the target tag type is a block or item, it will allow developers to go from OreDictionary to Tag or Tag to OreDictionary. Trying to convert the Tag of non-items or blocks to the OreDictionary will do nothing. They cannot be synchronized directly, and if there is an update on either side, it must be re-declared before use.

When mods compatible with Pineapple Tags, the tags will be centrally assigned by the TagsManager when the tags are declared in mods, which makes the mods compatible through the Pineapple Tags.