PiglixMCMods LogoPiglixMCMods
HomeShadersTexturesModsLow-End ShadersRTX ShadersSavedGuidesAbout
GET IT ONGoogle Play

Popular Collections

📱 Performance HubBest Low-End ShadersMCPE Performance Mods
✨ Realism & RTXRealistic RTX ShadersRTX Texture Packs for MCPE
🤖 Platform CompatibilityMinecraft PE Shaders 1.21Shaders for Android & iOS
⚔️ Gameplay VibeTop PvP Texture PacksMedieval Texture Packs
🤝 Community & SocialsYouTubeInstagram
Get the Android App — Free on Play Store
HomeGuidesAbout UsSponsor & PartnerContactPrivacy PolicyTerms & ConditionsDisclaimer
Minecraft>Mods>Curios API
Curios API logo

Curios API

By👤TheIllusiveC4

A flexible and expandable accessory/equipment API for users and developers.

Why Curios API is a top-tier mod mod for Minecraft 1.20.6

A flexible and expandable accessory/equipment API for users and developers.

⚙️ Quick Resource Specs

Mod CreatorTheIllusiveC4
Latest Version1.20.6
Supported Game Versions1.20.6, 1.20.1, 1.20, 1.14.4
File Size150.58 KB
Last UpdatedUpdated: July 21, 2026
Total Downloads297,257,680 downloads
Looking for the best mods updates? Curios API by TheIllusiveC4 provides excellent features tailored for Minecraft 1.20.6 players. It stands out in the mods category for its stability and beautiful execution.

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.

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

  • Setting Up the Development Environment
  • Slots
  • Example Datapack
  • Slots Configuration
  • Commands
  • Legacy Documentation for 1.19.x and Below

The Ultimate Guide to Curios API

If you are exploring the vast world of Minecraft modifications, Curios API by TheIllusiveC4 is a standout mod that deserves your attention. With over 297,257,680 downloads, it has become a staple for players looking to enhance their experience. As the creator describes it, this project is "A flexible and expandable accessory/equipment API for users and developers.". Whether you are a veteran builder constructing massive cities, or simply a casual player looking to upgrade your survival world, this guide will provide you with all the essential details on how Curios API alters the game.

What Makes It Special?

Unlike standard mods that simply alter superficial elements, Curios API introduces a wide array of visual and mechanical features designed to seamlessly blend into the vanilla aesthetic. TheIllusiveC4 has clearly spent significant time refining the project to ensure that every aspect feels polished and responsive for version 1.20.6.

Installation Guide

Getting Curios API up and running is straightforward. Follow these step-by-step instructions:

  1. Verify Your Version: Ensure your Minecraft launcher is set to version 1.20.6.
  2. Install Mod Loader (if required): If this is a mod, download the compatible loader (Forge, Fabric, NeoForge).
  3. Download the File: Click the secure download button above to retrieve the official file from CurseForge.
  4. Move the File: Place the downloaded file into your `mods`, `shaderpacks`, or `resourcepacks` folder depending on the mod type.
  5. Launch and Enjoy: Open Minecraft, navigate to the respective settings menu, and activate Curios API.

Compatibility & Performance

Compatibility is robust. Curios API is designed specifically for version 1.20.6, taking full advantage of the latest engine optimizations. During typical gameplay, this addition maintains a stable frame rate, though lower-end laptops might experience slight stuttering. We recommend pairing this with performance boosters like Sodium or Iris to guarantee a silky-smooth experience.

Details

Downloads:297,257,680
Created:7 years ago
Updated:23 days ago
Project ID:309927
License:All Rights Reserved
Environment:Server

Game Versions

1.20.61.20.11.201.14.4

Mod Loaders

ForgeNeoforge

🤝 Join Community for Support

Need help installing this resource or want to see more showcases? Join our community!

Subscribe on YouTubeFollow on Instagram

Curios API

Screenshot 0
T
TheIllusiveC4
MODS CREATOR
Downloads297.3M
Version1.20.6
TypeMODS
File Size150.58 KB

About This mods

A flexible and expandable accessory/equipment API for users and developers.

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.

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

  • Setting Up the Development Environment
  • Slots
  • Example Datapack
  • Slots Configuration
  • Commands
  • Legacy Documentation for 1.19.x and Below
📌Supported Minecraft Versions: 1.20.6, 1.20.1, 1.20, 1.14.4

How to Install

1. Make sure Minecraft Fabric or Forge launcher is installed. 2. Place the downloaded .jar or .mcpack file into your Minecraft mods folder. 3. Launch Minecraft and enjoy!