The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[1.19.3-5.1.4.1] - 2023.03.15
Added
- Added
vi_vn
localization (thanks ZzThanhBaozZ!) #289
Changed
- Updated
it_it
localization (thanks WVam!) #288
Fixed
- Fixed crashes when slots get resized to negative amounts dynamically
[1.16.5-4.1.0.0] - 2023.03.03
Added
- [API] Added
SlotModifiersUpdatedEvent
to listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers - [API] Added
ICuriosHelper#setEquippedCurio
andICuriosHelper#findCurio()
for setting items into curio slots and getting items from curio slots respectively - Added new commands:
/curios drop
for dropping curio items from slots/curios list
for listing curio slots and origins/curios replace
for setting curio items into slots
- Added
curios:set_curio_attributes
loot function
Fixed
- Fixed curio entity selectors counting slots with size 0 erroneously
- Fixed startup crashes with ConcurrentModificationException
The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[1.18.2-5.0.9.0] - 2023.03.02
Added
- Added
/curios drop
command for dropping curio items
Fixed
- Fixed curio entity selectors counting slots with size 0 erroneously
The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[1.19.2-5.1.3.0] - 2023.03.02
Added
- Added
/curios drop
command for dropping curio items
Fixed
- Fixed curio entity selectors counting slots with size 0 erroneously
The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[1.19.3-5.1.4.0] - 2023.02.27
Added
- Added
/curios drop
command for dropping curio items
Changed
Fixed
- Fixed curio entity selectors counting slots with size 0 erroneously
The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[1.18.2-5.0.8.0] - 2023.02.15
Added
- Added new
ICurio#canWalkOnPowderedSnow
method for curio implementations that allow walking on Powdered Snow blocks (thanks bconlon!) #273 - Added
SlotModifiersUpdatedEvent
to listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers #276 - Added two commands:
/curios replace <slot> <index> <player> with <item> [count]
for setting items to curio slots/curios list
for listing all registered slots and which mods they come from #261
- Added
ICuriosHelper#setEquippedCurio
andICuriosHelper#findCurio()
for setting items into curio slots and getting items from curio slots respectively
The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[1.19.2-5.1.2.2] - 2023.02.15
Fixed
- Fixed
SlotModifiersUpdatedEvent
not always firing
The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[1.19.3-5.1.3.1] - 2023.02.15
Fixed
- Fixed
SlotModifiersUpdatedEvent
not always firing
The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[1.19.2-5.1.2.1] - 2023.02.15
Fixed
- Fixed equip sounds still not playing properly in the Curios screen
The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[1.19.2-5.1.2.0] - 2023.02.15
Added
- Added new
ICurio#canWalkOnPowderedSnow
method for curio implementations that allow walking on Powdered Snow blocks (thanks bconlon!) #273 - Added
SlotModifiersUpdatedEvent
to listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers #276 - Added two commands:
/curios replace <slot> <index> <player> with <item> [count]
for setting items to curio slots/curios list
for listing all registered slots and which mods they come from #261
- Added
ICuriosHelper#setEquippedCurio
andICuriosHelper#findCurio()
for setting items into curio slots and getting items from curio slots respectively
Changed
ICurio#onEquipFromUse
now fires when items are placed into slots in inventory screens
Fixed
- Fixed equip sounds not playing properly in the Curios screen (thanks bconlon!) #281
The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[1.19.3-5.1.3.0] - 2023.02.13
Added
- Added
SlotModifiersUpdatedEvent
to listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers #276 - Added two commands:
/curios replace <slot> <index> <player> with <item> [count]
for setting items to curio slots/curios list
for listing all registered slots and which mods they come from #261
- Added
ICuriosHelper#setEquippedCurio
andICuriosHelper#findCurio()
for setting items into curio slots and getting items from curio slots respectively
Changed
ICurio#onEquipFromUse
now fires when items are placed into slots in inventory screens
Fixed
- Fixed equip sounds not playing properly in the Curios screen (thanks bconlon!) #281