This is an unofficial continuation of CuriosAPI by TheIllusiveC4 for NeoForge (in current state) and Forge (in future). Please, don't report issues of this port to TheIllusiveC4, use separated github issues page or discord invite instead. Mod description and documentation will be updated soon, so stay tuned!
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.
!Preview
If you are a developer, add the following to your build.gradle file:
repositories {
maven {
name = "OctoStudios"
url = uri("https://maven.octo-studios.com/releases")
}
}
dependencies {
implementation 'top.theillusivec4.curios:curios-neoforge:${version}'
}
Replace ${version} with the version of Curios that you want to use.
More info can be found here.
!Mod art

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