Minecraft Curios API (Fabric) mod 2026 download
logo
minecraft mod Curios API (Fabric)

Curios API (Fabric)

Game Version: 1.16.5
Total Downloads: 421,782
Updated: Mar 10, 2021
Created: Jul 11, 2020
Download Curios API (Fabric)Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
curios-fabric-0.0.13-1.16.5.jar +2 More+2 Others beta 340.79 KB Mar 10, 2021 1.16.5 185,843 download Curios API (Fabric) curios-fabric-0.0.13-1.16.5.jar

+2 More+2 Others betaDownload
curios-fabric-0.0.12-1.16.5.jar +2 More+2 Others beta 340.75 KB Mar 2, 2021 1.16.5 26,001 download Curios API (Fabric) curios-fabric-0.0.12-1.16.5.jar

+2 More+2 Others betaDownload
curios-fabric-0.0.11-1.16.4.jar +2 More+2 Others beta 340.48 KB Jan 15, 2021 1.16.5 73,835 download Curios API (Fabric) curios-fabric-0.0.11-1.16.4.jar

+2 More+2 Others betaDownload
curios-fabric-0.0.10-1.16.3.jar +2 More+2 Others beta 337.60 KB Nov 2, 2020 1.16.4 106,100 download Curios API (Fabric) curios-fabric-0.0.10-1.16.3.jar

+2 More+2 Others betaDownload
curios-fabric-0.0.9-1.16.3.jar +2 More+2 Others beta 337.24 KB Oct 29, 2020 1.16.3 1,267 download Curios API (Fabric) curios-fabric-0.0.9-1.16.3.jar

+2 More+2 Others betaDownload
curios-fabric-0.0.8-1.16.3.jar +2 More+2 Others beta 328.00 KB Oct 5, 2020 1.16.3 10,249 download Curios API (Fabric) curios-fabric-0.0.8-1.16.3.jar

+2 More+2 Others betaDownload
curios-fabric-0.0.7-1.16.3.jar +2 More+2 Others beta 327.95 KB Sep 13, 2020 1.16.3 2,899 download Curios API (Fabric) curios-fabric-0.0.7-1.16.3.jar

+2 More+2 Others betaDownload
curios-fabric-0.0.6-1.16.2.jar +2 More+2 Others beta 316.05 KB Aug 11, 2020 1.16.2 9,417 download Curios API (Fabric) curios-fabric-0.0.6-1.16.2.jar

+2 More+2 Others betaDownload
curios-fabric-1.16.1-0.5.jar +2 More+2 Others beta 526.80 KB Aug 5, 2020 1.16.1 3,002 download Curios API (Fabric) curios-fabric-1.16.1-0.5.jar

+2 More+2 Others betaDownload
curios-fabric-1.16.1-0.4.jar +2 More+2 Others beta 526.76 KB Aug 4, 2020 1.16.1 178 download Curios API (Fabric) curios-fabric-1.16.1-0.4.jar

+2 More+2 Others betaDownload
curios-fabric-1.16.1-0.3.jar +2 More+2 Others beta 524.07 KB Jul 29, 2020 1.16.1 1,020 download Curios API (Fabric) curios-fabric-1.16.1-0.3.jar

+2 More+2 Others betaDownload
curios-fabric-1.16.1-0.2.jar +2 More+2 Others beta 520.15 KB Jul 17, 2020 1.16.1 654 download Curios API (Fabric) curios-fabric-1.16.1-0.2.jar

+2 More+2 Others betaDownload
curios-fabric-1.16.1-0.1.jar +2 More+2 Others beta 519.86 KB Jul 13, 2020 1.16.1 174 download Curios API (Fabric) curios-fabric-1.16.1-0.1.jar

+2 More+2 Others betaDownload

Description

Share this:

This project is for the Fabric mod loader. To see its counterpart for the Forge mod loader, please go here.

 

Attention! Curios is discontinued for 1.17+ on Fabric.

Please use Trinkets API instead, which I contributed to rewriting for 1.17 and should contain all of the necessary features from Curios to serve as a suitable replacement.

Overview

Curios is a flexible and expandable accessory/equipment API for users and developers. The purpose is to provide functionality for developers to add extra accessory/equipment slots in a convenient and compatible manner, as well as to give users the ability to configure these slots to their preferences. By default, Curios does not add any content except for an inventory GUI. There are no slots and only two items, the latter only being available through the Creative menu and primarily serving as examples for developers to use when coding their own integration.

Requires Fabric API.

Features

  • Expandable equipment slots through a central library. New equipment slots can be made and managed easily through an identifier registry. Identical identifiers will be merged together to avoid functional redundancies and provide maximum compatibility to potential items, while unique identifiers can still be used to mark special types when appropriate.
  • Slots are only made on-demand. There are no slots included by default, all slots are created only as needed. This reduces instances where one or more superfluous slots are present without any suitable items to go into the slot.
  • Slots are completely customizable and manipulable. Slots can have custom backgrounds, different sizes, and can even be disabled or hidden by default. But how would a player even access disabled slots? Through the API, developers can access functions to enable/disable a player's slots or add/remove a certain number of slots of a given type.
  • Flexible item->curio relations using the vanilla tag system. Potential curios are selected through the vanilla tag system, which means that categorizing items into curio types is as easy as creating a .json file in the data/curios/tags folder. Items can be categorized into as many curio types as you want as long as they're tagged in the appropriate files, and these settings can even be overridden entirely. For more information, see the vanilla tag system.
  • Complete integration with other inventory mechanics. Mending and Curses will work with all applicable items equipped in the curio slots. There are also various minor features for developers that make it simpler to integrate their current items or mechanics into the curio system.
  • Accessible from a single GUI. Curios comes with its own GUI accessible from the inventory that shows all of the available slots to a player. This allows players to see all of the extended equipment slots in a central location without needing to access different inventory GUIs. However, developers can still provide their own GUIs for their mod-specific slots if they want. The default keybinding for the GUI is 'g'.

Documentation

  • How to Use: Users
  • How to Use: Developers
  • Commands
  • Frequently Used Slots

 

 

Comments

Add a comment