Miscellaneous Items
Catharsis allows you to define custom SkyBlock IDs based on the texture data of Player Heads. This is useful for assigning specific IDs to custom head items that do not have an ID assigned by Hypixel.
Included Misc Items
You can view the remote defined misc_items.json on GitHub or below.
skyblock:misc/coin/ironskyblock:misc/coin/goldskyblock:misc/coin/diamondskyblock:misc/coin/emeraldskyblock:misc/coin/redstoneskyblock:misc/coin/lapis
Defining
Custom miscellaneous items are defined in assets/catharsis/misc_items.json within your resource pack.
Root misc_items object
- textures: A map of identifiers to base64 textures.
- <key>: The identifier for the texture/textures.
- A texture or a list of textures used for the id.
- <key>: The identifier for the texture/textures.
TIP
It is highly recommended to use actual SkyBlock IDs whenever possible. Relying on texture data should only be used as a last resort when no other unique identifier is available.
Usage
Once defined, the custom namespace and location will be used as the item's ID which then allows you to run item model conditions on it.