Filename
curios-forge-1.17.1-5.0.2.4.jar
Uploaded by
TheIllusiveC4
Uploaded
Dec 5, 2021
Game Version
1.17.1
+1
Size
234.41 KB
Downloads
5,705
MD5
6dd2b15003b55bed81e958fd3064de73
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.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
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