promotional bannermobile promotional banner

Curios API (Forge/NeoForge)

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

File Details

curios-forge-1.18-5.0.2.1.jar

  • B
  • Dec 1, 2021
  • 230.35 KB
  • 3.8K
  • 1.18
  • Forge

File Name

curios-forge-1.18-5.0.2.1.jar

Supported Versions

  • 1.18

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:curios-309927:3543174")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

All notable changes to this project will be documented in this file.

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

[1.18-5.0.2.1] - 2021.11.30

Changed

  • Updated to Minecraft 1.18
  • Updated to Forge 38+

[1.17.1-5.0.2.1] - 2021.11.30

Fixed

  • Fixed resource loading crashing when invalid texture files are found #183

[1.17.1-5.0.2.0] - 2021.11.30

Please note that this update is more experimental than most and is marked as a beta. Be cautious about adding this to stable worlds.

Added

  • [API] Added slot modifier system, see the wiki page for more info. This is the main reason the update is experimental. Although this system was designed to be backwards compatible, be wary of issues with older slot modification methods. #178
  • [API] Added CurioEquipEvent and CurioUnequipEvent to allow modders the ability to intercept and change equip/unequip results #174
  • [API] Added new slot texture registration method: textures located in the assets/curios/textures/slot directory in any mod or resource pack will be automatically stitched to the texture atlas and usable by slots #145
  • [API] Added ICuriosItemHandler#saveInventory and ICuriosItemHandler#loadInventory for saving/loading the Curios inventory more conveniently #164

Fixed

  • Fixed syncing slot shrinking client-side #179