aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorRaven Szewczyk <git@eigenraven.me>2024-05-26 22:40:25 +0100
committerGitHub <noreply@github.com>2024-05-26 23:40:25 +0200
commitf3df59d9f730d7d777346c454c43e28157d1f60f (patch)
treefff0ca6f093f071ec6a926ea5e80476a5c6919fd /gradle.properties
parentd96dbdb8d58b646c3f3dda174b8dd87724327d7f (diff)
downloadGT5-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.properties2
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