File Details
curios-forge-1.18.2-5.0.7.0-api.jar
- R
- Apr 12, 2022
- 66.93 KB
- 630
- 1.18.2
- Forge
File Name
curios-forge-1.18.2-5.0.7.0-api.jar
Supported Versions
- 1.18.2
Curse Maven Snippet
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.2-5.0.7.0] - 2022.04.12
Added
- Added
it_itlocalization (thanks BlackShadow77!) #235 - Added
curios:set_curio_attributesloot function - Added support for
minecraft:freeze_immune_wearablestagged items in curios slots
Fixed
- Fixed curios Fortune levels being applied to other enchantments #234
[1.18.2-5.0.6.3] - 2022.03.02
Changed
- Updated to Minecraft 1.18.2
[1.18.1-5.0.6.2] - 2022.02.25
Changed
- Updated
ko_kr.jsonlocalization (thanks PixVoxel!) #223
Fixed
- Fixed curios being unequipped when used with additional slots and relogging #218
- Fixed NPE crash with certain mods that implement their own Curios providers #225
[1.18.1-5.0.6.1] - 2022.02.15
Changed
- Updated
ko_kr.jsonlocalization (thanks mindy15963!) #211
Fixed
- Fixed
ICurioItem#getEquipSoundnot being called #222 - Fixed crashes with out-of-bound indices when unequipping items that provide slot attribute modifiers #221
[1.18.1-5.0.6.0] - 2022.01.18
Added
- Added
uk_ua.jsonlocalization (thanks Sushomeister!) - Added new entity selector option,
curios=. More information at the wiki.
Changed
- Updated
ru_ru.jsonlocalization (thanks Sushomeister!)
[1.18.1-5.0.5.2] - 2022.01.15
Fixed
- Fixed deprecated usages of
ISlotHelper#unlockSlotTypeandISlotHelper#lockSlotTypemodifying slots differently from previous behavior - Fixed deprecated usages of
ISlotHelper#growSlotTypeandISlotHelper#shrinkSlotTypelogging client-side errors to the console while in the Curios inventory
[1.18.1-5.0.5.1] - 2021.01.09
Fixed
- Fixed dragged items desyncing when switching between Curios and the Creative inventory screen #202
[1.18.1-5.0.5.0] - 2021.01.08
Added
- [API] Added
findFirstCurioandfindCuriosmethods toICuriosHelper
Changed
- Updated
ko_krlocalization (thanks mindy15963!) #200
Deprecated
- [API] Deprecated
findEquippedCuriomethods inICuriosHelper
Fixed
- Fixed knockback resistance tooltips not being formatted correctly
- Fixed dragged items desyncing when switching between Curios and vanilla screens
- Fixed clearing inventory via Creative 'x' button resulting in lingering attribute modifiers when equipped
[1.18.1-5.0.4.2] - 2021.12.27
Fixed
- Fixed client-side syncing errors when applying slot modifiers to slots with base size 0
- Fixed slot amount changes persistent when not applicable
[1.18.1-5.0.4.1] - 2021.12.24
Fixed
- Fixed crash related to Fortune loot functions #198
[1.18.1-5.0.4.0] - 2021.12.23
Added
- [API] Added
makesPiglinNeutralmethod for creating curios that can make piglins neutral like gold armor #86 - [API] Added
isEnderMaskmethod for creating curios that can hide player heads from Endermen like carved pumpkins #196 - Added mixins, developers building against this version of Curios and newer will need to make sure their environment is configured for mixin dependency development (see README.md)
Changed
- Replaced fortune global loot modifier with internal methods
[1.18.1-5.0.3.1] - 2021.12.19
Fixed
- Fixed slot amount changes not persisting when applicable
- Fixed slot amount changes causing loading errors #195
[1.18.1-5.0.3.0] - 2021.12.14
Added
- Re-add Just Enough Items integration
Changed
- Updated to Minecraft 1.18.1
- Updated Russian localization (thanks DrHesperus!) #190
[1.18-5.0.2.5] - 2021.12.14
Changed
- [API]
ICurio#canEquipFromUseandICurio#onEquipFromUsemethods are now called both client-side and server-side (previously server-side only)
Fixed
- Fixed curio items not calling their
uselogic client-side #192
[1.18-5.0.2.4] - 2021.12.05
Fixed
- Fixed crash with client-side player entities #189
[1.18-5.0.2.3] - 2021.12.02
Fixed
- Fixed crash when running data generation in development environments #188
[1.18-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
[1.18-5.0.2.1] - 2021.11.30
Changed
- Updated to Minecraft 1.18
- Updated to Forge 38+