Releases: makamys/Mixingasm
Releases · makamys/Mixingasm
Mixingasm 0.2.2
Mixingasm 0.2.1
- Fixed config folder not getting created on first run in an instance
Mixingasm 0.2
- 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 theTransformerInclusions
API class, or having the transformer implement theIMixinSafeTransformer
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
*
totransformer_inclusion_list.txt
transformer_exclusion_list.txt
is no longer needed and can be safely deleted.
- Transformers are whitelisted by adding them to
Mixingasm 0.1.2
- Fixed CoreTweaks crashing with GTNH 2.1.1.4QF
Mixingasm 0.1.1
- Fixed some Gregtech-themed crashes
Mixingasm 0.1
- 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
Initial release.
- Configurable transformer exclusion list for mixin environment.
- Default config for fixing incompatibility between RPG Stamina 1.0e and Satchels 1.0.2.