Dat Modding API - 1.21.4-1.9.0
on Dec 15, 2024Features
- Update to latest version of NeoForge/Minecraft
- Added new
DatPermissions
functions
Changes
- Deprecated
Pair
(Other options exist now) - Deprecated UUID CODEC (NeoForge has it's own version now)
Removed
DatTeleport
(Teleporting interface has changed so it's unnecessary)
BTS
- Implemented Checkstyle for code style enforcement
- Big code cleanup
- Javadoc Cleanup
Dat Modding API - 1.20.1-1.7.0
on Sep 26, 2023Features
- Switched to NeoForge
- Added AgeUtil for producing friendly relative time messages
- Added DatCodec for providing some useful codecs that I felt were missing
Fixes
- Fixed notifications not being static
Full Changelog: https://github.com/Dat-Developer-Mods/datmoddingapi/compare/1.20.1-1.6.0...1.20.1-1.7.0
Dat Modding API - 1.20.1-1.6.0
on Sep 25, 2023Features
- Added DatChatFormatting for formatting chatstrings with style and variable replacements
- Added DatLocalisation for server side string localisation
Changes
- Removes references to sponge (No longer available at this version)
Full Changelog: https://github.com/Dat-Developer-Mods/datmoddingapi/compare/1.20.1-1.5.1...1.20.1-1.6.0
Dat Modding API - 1.20.1-1.5.1
on Aug 31, 20231.20.1 release
Features
- Added API for concurrent execution