aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index 0210d68a5e..9f8a68d39a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -54,6 +54,7 @@ coreModClass =
# If your project is only a consolidation of mixins or a core mod and does NOT contain a 'normal' mod ( = some class
# that is annotated with @Mod) you want this to be true. When in doubt: leave it on false!
containsMixinsAndOrCoreModOnly = true
+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.