diff options
| author | Martin Robertz <dream-master@gmx.net> | 2022-11-25 17:56:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-25 17:56:03 +0100 |
| commit | 2865cbb73dac3d75ef113d995c893c303dc337e8 (patch) | |
| tree | 8b6c39a42cfb7004e917cc4f6c0ca7e4ab1d8819 /gradle.properties | |
| parent | 4464b25d87f922e44e011dab7572dfff715f3aa9 (diff) | |
| parent | 3259a923050ddaaf55471db4eb4ba8654ce88a20 (diff) | |
| download | GT5-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.properties | 3 |
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 |
