Skip to content

Commit 6b6438e

Browse files
committed
Force enable mixins for transitive deps
1 parent 9bd2d12 commit 6b6438e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ coreModClass = asm.LogisticsPipesCoreLoader
5454
# If your project is only a consolidation of mixins or a core mod and does NOT contain a 'normal' mod ( = some class
5555
# that is annotated with @Mod) you want this to be true. When in doubt: leave it on false!
5656
containsMixinsAndOrCoreModOnly = false
57+
forceEnableMixins = true
5758

5859
# If enabled, you may use 'shadowCompile' for dependencies. They will be integrated in your jar. It is your
5960
# responsibility check the licence and request permission for distribution, if required.

0 commit comments

Comments
 (0)