Skip to content

Releases: makamys/Mixingasm

Mixingasm 0.2.2

17 Aug 01:54
Compare
Choose a tag to compare
  • Fixed an error in the config file handling code that made the mod fail to start in rare cases (contributed by Glease)

Mixingasm 0.2.1

30 Dec 20:49
Compare
Choose a tag to compare
  • Fixed config folder not getting created on first run in an instance

Mixingasm 0.2

30 Dec 20:35
Compare
Choose a tag to compare
  • Overhauled how the mod works. Instead of blacklisting "bad" (Mixin-unsafe) transformers, it now whitelists "good" (Mixin-safe) ones. This should greatly reduce the possibility for Mixin-ASM conflicts.
    • Transformers are whitelisted by adding them to transformer_inclusion_list_default.txt, transformer_inclusion_list.txt, registering them via the TransformerInclusions API class, or having the transformer implement the IMixinSafeTransformer interface.
    • Transformers are blacklisted by adding them to transformer_exclusion_list.txt. The blacklist overrides the whitelist.
    • The old blacklist-like behavior can be effectively restored if needed by adding * to transformer_inclusion_list.txt
    • transformer_exclusion_list.txt is no longer needed and can be safely deleted.

Mixingasm 0.1.2

19 Oct 17:01
Compare
Choose a tag to compare
  • Fixed CoreTweaks crashing with GTNH 2.1.1.4QF

Mixingasm 0.1.1

12 Oct 09:58
Compare
Choose a tag to compare
  • Fixed some Gregtech-themed crashes

Mixingasm 0.1

11 Sep 18:30
Compare
Choose a tag to compare
  • Fixed more crashes
    • Backlytra 0.0.3 crashing with D-Mod 1.0.2
    • Resource Loader 1.3 crashing with FastStart 1.1 + Flying Cullers 1.3
    • Factorization 0.8.109 crashing with Satchels 1.0.2 + ???
  • Added update checker
  • Dropped unneeded embedded dependencies, now the JAR is much smaller.

v0.0.1: Remove refmap junk

07 Sep 13:02
Compare
Choose a tag to compare

Initial release.

  • Configurable transformer exclusion list for mixin environment.
    • Default config for fixing incompatibility between RPG Stamina 1.0e and Satchels 1.0.2.