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