promotional bannermobile promotional banner

Curios API (Forge/NeoForge)

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

File Details

curios-neoforge-12.0.0+1.21.8.jar

  • R
  • Feb 18, 2026
  • 427.99 KB
  • 7.4K
  • 1.21.8+2
  • NeoForge

File Name

curios-neoforge-12.0.0+1.21.8.jar

Supported Versions

  • 1.21.8
  • 1.21.7
  • 1.21.6

Curse Maven Snippet

NeoForge

implementation "curse.maven:curios-309927:7642207"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

This is a copy of the changelog for the most recent version. For the full version history, go here.

[12.0.0+1.21.8] - 2026.02.16

Added

  • Added new constructors for CurioCanEquipEvent, CurioCanUnequipEvent, and CurioChangeEvent
  • Added ICuriosItemHandler#loadDatapacks

Changed

  • ICuriosItemHandler, ICurioStacksHandler, and IDynamicStackHandler now extend ValueIOSerializable

Deprecated

  • Deprecated old constructors for CurioCanEquipEvent, CurioCanUnequipEvent, and CurioChangeEvent
  • Deprecated tag-based serialization and deserialization methods:
    • serializeNBT and deserializeNBT in IDynamicStackHandler
    • serializeNBT and deserializeNBT in ICurioStacksHandler
    • writeTag and readTag in IDynamicStackHandler