Ohmega Major Update v1.3.0
Breaking changes (API changes)
- Accessory Types are now data-driven
- Reorganised package structure
Other Changes
- Added a config system, providing a lot of flexibility
- Updated API JavaDocs
- Jsons are now data-generated
- Less performance overhead
- Fixed multiple bugs
Please contact me, open an issue through Github, or leave a comment on the mod if you find any bugs
You can also leave suggestions, such as feature requests, there too
Backporting will commence shortly but that may take a while to complete
-Swacky
Version 1.2.2 Bug-fixing
No compatibility issues will be caused.
Issue with packets causing players to be unable to join a server with Ohmega installed due to channel not being registered server-side.
(Thank you Zilgyd
GitHub for reporting)
Fixed an issue with loading a client marked class on the server, causing issues when playing online.
Changed order of quickMoveStack
method in order to make items counting as both accessories and armour to attempt to move into accessory slots before armour slots
Version 1.2.2 Bug-fixing
No compatibility issues will be caused.
Issue with packets causing players to be unable to join a server with Ohmega installed due to channel not being registered server-side.
(Thank you Zilgyd
GitHub for reporting)
Fixed another dedicated server issue when opening the accessory inventory
Changed order of quickMoveStack
method in order to make items counting as both accessories and armour to attempt to move into accessory slots before armour slots
Version 1.2.2 Bug-fixing
No compatibility issues will be caused.
Issue with packets causing players to be unable to join a server with Ohmega installed due to channel not being registered server-side.
(Thank you Zilgyd
GitHub for reporting)
Changed order of quickMoveStack
method in order to make items counting as both accessories and armour to attempt to move into accessory slots before armour slots
1.2.1 Minor Update
- Fixed some type specifications in the
AccessoryHelper
class to do with accessory binding
1.2.0 Update
- Added 1 new event allowing vanilla or other mods' items to be registered as accessories
1.1.0 Update
- Fixed many bugs
- Accessories can now apply attribute modifiers
- Added 7 events to manipulate other mods' accessories, adding further flexibility