aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-11-25 17:56:03 +0100
committerGitHub <noreply@github.com>2022-11-25 17:56:03 +0100
commit2865cbb73dac3d75ef113d995c893c303dc337e8 (patch)
tree8b6c39a42cfb7004e917cc4f6c0ca7e4ab1d8819 /gradle.properties
parent4464b25d87f922e44e011dab7572dfff715f3aa9 (diff)
parent3259a923050ddaaf55471db4eb4ba8654ce88a20 (diff)
downloadGT5-Unofficial-2865cbb73dac3d75ef113d995c893c303dc337e8.tar.gz
GT5-Unofficial-2865cbb73dac3d75ef113d995c893c303dc337e8.tar.bz2
GT5-Unofficial-2865cbb73dac3d75ef113d995c893c303dc337e8.zip
Merge pull request #114 from GTNewHorizons/feature/modular-ui
Rewrite GUIs with ModularUI
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index 86fedd756e..7625dfe249 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -55,6 +55,9 @@ coreModClass =
# that is annotated with @Mod) you want this to be true. When in doubt: leave it on false!
containsMixinsAndOrCoreModOnly = false
+# Enables Mixins even if this mod doesn't use them, useful if one of the dependencies uses mixins.
+forceEnableMixins = true
+
# If enabled, you may use 'shadowImplementation' for dependencies. They will be integrated in your jar. It is your
# responsibility check the licence and request permission for distribution, if required.
usesShadowedDependencies = true