- Fixed compatibility with java
- Update to latest minecraft snapshot
- Complete reconstruction of event system :p
- Changed to version v2, removed v1
- Update to 23w13a_or_b
- Removed prime aprilis features
- Clean up and overhaul of registry and events
- Fixed the string formater
- All helper functions are in one one place
- Added String Formater
- Ported entire forge api and forge modloader
- Fixed config loader
- Update to 23w13a
- Added nbt data saver
- Updated to 1.20 snapshot
- Replaced AbstractEvent with SortedEvent
- Moved Priority to SortedEvent
- New events for modifying text!
- Now it is officially 1.19.4
- Reworked event system to support priority
- Added message modifier event
- Added internal packet event
- Reworked event handling, shouldn't break mods
- Added on death event
- Update to 1.19.4-rc1
- Now JsonUtils are wrapper functions
- Now java devs can use events like static methods
- New cool server events!
Remade config handling. Instead of using config event, use ConfigLoader
- Added new events
- Replaced on use event with on using event and on used event
- Now in config event you dont need to put the base class, now you need to put the class into the Mod class
Better documentation
- Rewritten to kotlin
- Requires now Fabric Language Kotlin