aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2022-11-20 23:44:02 +0900
committermiozune <miozune@gmail.com>2022-11-20 23:44:02 +0900
commit42885eb1fcd41c4061c50f1acb5fa38470dffacc (patch)
tree4146f505f9411e4328392d2df149bd0f355c9d15
parent8b44e6b09a6a66c22f5f1b73cf2e5c3714a5b697 (diff)
downloadGT5-Unofficial-42885eb1fcd41c4061c50f1acb5fa38470dffacc.tar.gz
GT5-Unofficial-42885eb1fcd41c4061c50f1acb5fa38470dffacc.tar.bz2
GT5-Unofficial-42885eb1fcd41c4061c50f1acb5fa38470dffacc.zip
Force enable mixin
-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