Curios API (Forge/NeoForge)

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

File Details

curios-forge-1.17.1-5.0.2.4.jar

  • B
  • Dec 6, 2021
  • 234.41 KB
  • 7.1K
  • 1.17.1
  • Forge

File Name

curios-forge-1.17.1-5.0.2.4.jar

Supported Versions

  • 1.17.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:curios-309927:3551138")
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.17.1-5.0.2.4] - 2021.12.05

Fixed

  • Fixed crash with client-side player entities #189

[1.17.1-5.0.2.3] - 2021.12.02

Fixed

  • Fixed crash when running data generation in development environments #188

[1.17.1-5.0.2.2] - 2021.12.02

Fixed

  • Fixed slots not being loaded correctly in some situations
  • Fixed slot size desyncs when players have more than one of any slot type #185
  • Fixed potential crash on dedicated servers #184

[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

[1.17.1-5.0.1.0] - 2021.09.11

Added

  • Added Polish translation (thanks Greg-21!) #163
  • Re-added Just Enough Items integration

Changed

  • Updated to Forge 37.0.42+

Fixed

  • Fixed slots desyncing when shrinking/growing amounts

[1.17.1-5.0.0.1] - 2021.08.04

Fixed

  • Fixed NPE when using cosmetic slots #157

[1.17.1-5.0.0.0] - 2021.07.27

Added

  • Added getStack method to ICurio
  • Added slot context-sensitive alternatives to methods in ICurio and ICurioItem
  • Added new rendering system, see the GitHub wiki for more details

Changed

  • Updated to Minecraft 1.17.1

Deprecated

  • Deprecated methods in ICurio and ICurioItem without slot contexts
  • Deprecated locking and unlocking slot states

Removed

  • Removed render and canRender from ICurio and ICurioItem
  • Removed ring, amulet, crown, and knuckles items