- Moved APIs to V3 (43319d8)
- Added Javadocs to APIs (6161d42)
- Ported v4 Config API (80f0a8e)
- Added Incompatibilities (f91d1aa)
Known Issues
All mods using versions below 3.5.0 will have to update their mod due to API changes
Issue:
- All mods using versions below
3.5.0
will have to update their mod due to API changes
Fix:
- Add
.v3
, example:import dev.xdpxi.xdlib.api.Register
becomesimport dev.xdpxi.xdlib.api.v3.Register
Check the wiki for more!
Dependencies
- Fabric
- Fabric API
- Quilt
- Quilted Fabric API or Fabric API
- NeoForge
- Sinytra Connector
- Forgified Fabric API
- Casted
UpdateChecker
to its own thread (f261e5d) - Bump
net.neoforged.moddev
from0.1.110
to1.0.23
(7af3aef) - Bump
org.gradle.toolchains.foojay-resolver-convention
(7eb1dc5) - Removed
LoaderAPI
due to alternatives (8ff2767) - Fixed and Improved
ConfigAPI
(c8a99e7) - Changed
Logger
System (97a1ae9) - Fixed Modrinth Latest Version (ce773d5)
- Fixed
UpdateChecker
(b2748d9) - Implemented
IPlatformHelper
forBukkit
(00dcb3e)
Known Issues
- None