Skip to content

Releases: FlorianMichael/AsmFabricLoader

AsmFabricLoader-v1.1.1

19 Jun 23:08
57e7ab7
Compare
Choose a tag to compare
  • Updated the mod to Minecraft 1.21
  • Deprecated MappingsResolver in favour or fabric-loader's API

AsmFabricLoader-v1.1.0

20 May 21:05
9cc6c0a
Compare
Choose a tag to compare
  • Added support for paths containing "/" in Unmixer
  • Added AsmUtil#normalizeClassName
  • Updated backend to Minecraft 1.20.6
  • Replaced concatenations with parameterized log messages
  • Added EarlyRiser util to invoke entrypoints
  • Fixed some entrypoint not getting called because Fabric hasn't loaded them yet
  • Added test mod which can be optionally build
  • Updated to Java 21

AsmFabricLoader-v1.0.3

10 Feb 16:20
f249fe9
Compare
Choose a tag to compare

This release changes the way fabric mappings are included into the jar file:

  • AFL now contains a afl_mappings.tiny file as replacement for mappings/mappings.tiny
  • Added API Method AFLConstants#getMappingsFile which returns the correct mapping file depending on the environment

This should fix incompatibility with some mods

AsmFabricLoader-v1.0.2

10 Feb 02:35
5fa5136
Compare
Choose a tag to compare
  • Swap method names in JarBooter
  • Expose MappingsResolver#loadMappings (This can be used in cases were you need mappings in prod environment)
  • Mark mod as library
  • Properly implemented BytecodeTransformer (should fix some mod compatibility)

AsmFabricLoader-v1.0.1

04 Feb 21:31
e81dc27
Compare
Choose a tag to compare
  • Removed debug print
  • Fixed mod json
  • Renamed AsmFabricLoader#getLoader method

AsmFabricLoader-v1.0.0

04 Feb 21:11
b71266e
Compare
Choose a tag to compare

First release