Skip to content

Ignite v0.3.0

Compare
Choose a tag to compare
@vectrixdevelops vectrixdevelops released this 13 Apr 03:11

Changes:

  • Moved buildscripts to kotlin and use @KyoriPowered/indra.
  • Offered access transformers through the ILaunchPluginService instead of directly through AccessTransformerEngine.
  • Improved class loader and resource locator exclusions.
  • Renamed mod configuration property from requiredMixins to mixins.
  • Made various improvements to event manager and mod loader.
  • Made various improvements to launch services and resource loading.
  • Bumped gradle wrapper to 6.8.3.
  • Bumped gson dependency version to 2.8.6.
  • Bumped checker-qual dependency version to 3.12.0.
  • Bumped asm dependency versions to 9.1.

Additional Features:

  • Added a mod container for the engine itself, so mods can depend on it.
  • Added Launcher-Agent-Class to launcher manifest, removing the need to specify the agent on Java 9+. (credit @zml2008)

Bug Fixes:

  • Updated module security to allow ModLauncher jar verification without warnings on Java 9+ (credit @zml2008)