Filename
curios-forge-1.18.2-5.0.6.3.jar
Uploaded by
TheIllusiveC4
Uploaded
Mar 2, 2022
Game Version
1.18.2
+1
Size
251.53 KB
Downloads
282,089
MD5
353124e765ad0d86d9854367a49ae6ff
Supported Modloader Versions
Forge
Supported Minecraft 1.18 Versions
1.18.2
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.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.json
localization (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.json
localization (thanks mindy15963!) #211
Fixed
- Fixed
ICurioItem#getEquipSound
not 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.json
localization (thanks Sushomeister!) - Added new entity selector option,
curios=
. More information at the wiki.
Changed
- Updated
ru_ru.json
localization (thanks Sushomeister!)
[1.18.1-5.0.5.2] - 2022.01.15
Fixed
- Fixed deprecated usages of
ISlotHelper#unlockSlotType
andISlotHelper#lockSlotType
modifying slots differently from previous behavior - Fixed deprecated usages of
ISlotHelper#growSlotType
andISlotHelper#shrinkSlotType
logging 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
findFirstCurio
andfindCurios
methods toICuriosHelper
Changed
- Updated
ko_kr
localization (thanks mindy15963!) #200
Deprecated
- [API] Deprecated
findEquippedCurio
methods 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
makesPiglinNeutral
method for creating curios that can make piglins neutral like gold armor #86 - [API] Added
isEnderMask
method 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#canEquipFromUse
andICurio#onEquipFromUse
methods are now called both client-side and server-side (previously server-side only)
Fixed
- Fixed curio items not calling their
use
logic 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+