Skip to content

Legacy v1.0.0

Choose a tag to compare

@TamKungZ TamKungZ released this 21 Mar 20:33
· 74 commits to main since this release

[1.0.0] - 2026-03-22

Added

  • Initial public release of the SDK.
  • Core SDK base for loader mods via ModBase.
  • Entrypoint framework with phase dispatching (premain, hijack) and recursion safeguards.
  • Helper utilities for reflection, Minecraft internals, packet handling, and proxy behaviors.
  • Utility classes including target resolution and cooldown tracking.
  • Java NIO networking stack with client/server, codec, packet registry, and bridge utilities.
  • Remapping support through SimpleRemap.
  • Standardized logging API through Loggers.
  • Example modules and loader metadata resources.
  • Maven publishing configuration and source/javadoc artifacts.

Build/Tooling

  • Gradle-based build with Java toolchain (Java 8).
  • Loader Gradle plugin integration for loader workflows.
  • Shadow plugin configured for packaging.
  • Optional decompilation task for loader dependency inspection.

Notes

  • This is the first changelog entry for the project.