Skip to content

Releases: FalsePattern/GasStation

0.5.1

23 Dec 11:07
b125aac
Compare
Choose a tag to compare

Fixed a crash when an ASM transformer changes the superclass of a class, then another mod tries to mixin into the constructor.

0.5.0

21 Dec 20:36
5ec953c
Compare
Choose a tag to compare

Fixed crashes with:

  • ASJCore (#4)
  • Forge Essentials (#9)
  • ReplayMod (#10)
  • And probably other mods too that ship with mixins embedded

0.4.1

13 Dec 22:01
d5445b1
Compare
Choose a tag to compare

Update MixinExtras

0.4.0

31 Oct 09:29
f8a9071
Compare
Choose a tag to compare
  • Updated GasMix (gasstation's spongepowered mixins fork) to fix some small bugs i missed
  • Updated MixinExtras to 0.1.0, bringing in some new neat mixin annotations
  • The dev hotfix patch no longer loads outside of dev, fixing #4 and #5

0.3.5

28 Sep 17:19
070abca
Compare
Choose a tag to compare

0.3.4

23 Sep 19:20
114a45f
Compare
Choose a tag to compare

Moved the startup optimizations to FalseTweaks

0.3.3

19 Sep 22:26
fc3720b
Compare
Choose a tag to compare
  • Now properly works in dev
  • Improved startup time a bit

0.3.2

18 Sep 11:37
de8e31f
Compare
Choose a tag to compare

update mixin to fix a shadowing bug that causes some edge cases to crash

0.3.1

17 Sep 12:37
3c15ef7
Compare
Choose a tag to compare

Updated to SpongePowered Mixins 0.8.5 using a backport fork of it at https://github.com/FalsePattern/GasMix

0.3.0

11 Sep 09:10
f4b1402
Compare
Choose a tag to compare

GasStation now has Mixingasm embedded (https://github.com/makamys/Mixingasm, licensed under UNLICENSE, compatible with lgplv3)