Releases: Dat-Developer-Mods/datmoddingapi
Releases · Dat-Developer-Mods/datmoddingapi
Dat Modding API 1.19.2-1.2.0
Added
- Added LimitedStringArgument, an argument type that extends the StringArgumentType by adding a maximum length
Changes:
- Implemented IntelliJ suggested changes (a lot of finals)
- Moved sponge check into mod constructor (this probably doesn't make a difference though)
Dat Modding API 1.19.2-1.1.1
Fixes
- Fixed AsyncHandler being initialised at the wrong time
Dat Modding API 1.19.2-1.1.0
Added
- A bunch more comments and javadoc documentation
- New Concurrent Execution API to thinly wrap a single thread pool
Changes
- Changed around a few names to make more sense
Dat Modding API 1.19.2-1.0.1
Testing release action
Dat Modding API 1.3.3
- Mainly build process fixes
Dat Modding API 1.3.2
Added DatCommandBase to presetup some command boilerplate
Dat Modding API 1.2.1-ffs
Fixed versioning
Dat Modding API 1.2.1-fail
Changed FileHelper method for getting config directory
Fixed jitpack
Dat Modding API 1.2.0
Fixed bug in delayed event base class that caused high delays to turn into minus delays
Added system for handling permissions with compatability for sponge
Dat Modding API 1.1.1
Changed exeTime in base delayed event to be protected