Curios API Mod

54 Category: Adventure and RPG

Curios API Mod Wiki is a flexible and extensible device/accessory API for users and developers. The purpose is to provide functionality for developers to conveniently and interoperably add additional accessory/device slots, as well as give users the ability to configure these slots according to their preferences. their likes.

Curios API

By default, Curios does not add any assets except the inventory GUI.

With no location and only two items, the latter is only available through the Creative menu and primarily serves as an example for developers to use when coding their own integration.

Curios API Mod Wiki

The device slots are expandable through the central library. New device slots can be easily created and managed through an identifier registry. Identical identifiers will be merged together to avoid functional redundancy and provide maximum compatibility for potential items, while unique identifiers can still be used to Mark special categories where appropriate.

Slot machines are made on request only. No slots are included by default, all slots are created only as needed. This reduces cases where there is one or more redundant slots without any proper items to go into the slot.

The slots are fully customizable and manipulated. Slots can have custom backgrounds, different sizes, and can even be disabled or hidden by default. But how can a player even access disabled slots? Through the API, developers can access functions to enable/disable player slots or add/remove certain slots of a certain type.

Flexible items->curio relations using vanilla card system. Potentially curious content is picked through the vanilla tag system, which means that categorizing items into curio types is as easy as creating a .json file in the data/curiosity/tags directory.

Items can be categorized into as many curios as you like as long as they are tagged in the appropriate files, and these settings can even be completely overridden. For more information, see the vanilla tag system.

Fully integrated with other inventory mechanisms. Mending and Curses will work with all applicable items equipped in curio slots. There are also various minor features available to developers that make it simpler to integrate their existing items or mechanics into the curio system.

Accessible from a single GUI. Curios comes with its own GUI accessible from the inventory showing all available slots to the player.

This allows players to view all of the expanded gear slots in a central location without accessing the various inventory GUIs.

However, developers can still provide their own GUI for their mod-specific slots if they wish. The default keybinding for GUI is ‘g’.

How to install:

Make sure you have already installed Minecraft Forge.
Locate the minecraft application folder.

  • Open Run from the start menu.
  • Type %appdata%, click Run.

Input where Curios API Mod you have just downloaded (.jar file) into the Mods Curios API Mod folder.
When you open Minecraft, you see the mod is installed when click the button mods

Download Links

For Minecraft 1.19.1 (Forge)

For Minecraft 1.18.2 (Forge)

For Minecraft 1.16.5 (Forge)

For Minecraft 1.16.5 (Fabric)

For Minecraft 1.15.2 (Forge)

For Minecraft 1.14.4 (Forge)

Developer:sketch_macaw