Filename
curios-forge-1.17.1-5.0.2.1.jar
Uploaded by
TheIllusiveC4
Uploaded
Nov 30, 2021
Game Version
1.17.1
+1
Size
233.94 KB
Downloads
1,221
MD5
91d6857ceeabfb539de9cd2634568079
Supported Modloader Versions
Forge
Supported Minecraft 1.17 Versions
1.17.1
Changelog
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.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
andCurioUnequipEvent
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
andICuriosItemHandler#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 toICurio
- Added slot context-sensitive alternatives to methods in
ICurio
andICurioItem
- Added new rendering system, see the GitHub wiki for more details
Changed
- Updated to Minecraft 1.17.1
Deprecated
- Deprecated methods in
ICurio
andICurioItem
without slot contexts - Deprecated locking and unlocking slot states
Removed
- Removed
render
andcanRender
fromICurio
andICurioItem
- Removed ring, amulet, crown, and knuckles items