Wiki 9Minecraft Curios API Wiki
Curios API Wiki › Reference

Curios API — Reference

Items

Curios API is primarily a library and does not add survival-ready items. However, it includes two "test" items available in the Creative Menu (under the Curios tab) to demonstrate functionality for developers and players.

Test Items

Item Slot Description
Curious Crown Head A golden crown that serves as an example of a head-slot curio.
Curious Knuckles Hands A set of iron knuckles that demonstrates the hands-slot functionality.

How Items Become Curios

Items from other mods (or vanilla) are assigned to Curios slots using the Vanilla Tag System. To make an item compatible with a slot, it must be added to a tag file located at data/curios/tags/items/[slot_identifier].json. For example, adding an item to the curios:ring tag allows it to be equipped in any Ring slot.