diff options
author | Raven Szewczyk <git@eigenraven.me> | 2024-05-26 22:40:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-26 23:40:25 +0200 |
commit | f3df59d9f730d7d777346c454c43e28157d1f60f (patch) | |
tree | fff0ca6f093f071ec6a926ea5e80476a5c6919fd /gradle.properties | |
parent | d96dbdb8d58b646c3f3dda174b8dd87724327d7f (diff) | |
download | GT5-Unofficial-f3df59d9f730d7d777346c454c43e28157d1f60f.tar.gz GT5-Unofficial-f3df59d9f730d7d777346c454c43e28157d1f60f.tar.bz2 GT5-Unofficial-f3df59d9f730d7d777346c454c43e28157d1f60f.zip |
Asm->Mixin conversion (#2620)
* Set up early and late mixins hodgepodge-style
* Port bartworks asm to mixins
* Wire up bartworks asm configs
* Fix wrong mixin targets
* Remove the coremod dependency
* update deps
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 4b18cf1244..4acb60c7bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -89,7 +89,7 @@ usesMixins = true usesMixinDebug = true # Specify the location of your implementation of IMixinConfigPlugin. Leave it empty otherwise. -mixinPlugin = mixin.MixinPlugin +mixinPlugin = # Specify the package that contains all of your Mixins. You may only place Mixins in this package or the build will fail! mixinsPackage = mixin.mixins |