Skip to content

Commit 4e1ce16

Browse files
authored
Merge pull request #1 from Squagward/include-mixin-explicitly
Build: Include mixin specifically in order to allow launching This should be reverted once the hud-improvements branch is merged.
2 parents a470034 + 259bfae commit 4e1ce16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,11 @@ repositories {
6565
dependencies {
6666
modCompileOnly("cc.polyfrost:oneconfig-$platform:0.1.0-alpha+") {
6767
exclude(group = "null")
68+
exclude(module = "mixin")
6869
}
6970

71+
compileOnly("org.spongepowered:mixin:0.8.5-SNAPSHOT")
72+
7073
val loader = when {
7174
platform.isLegacyForge -> "launchwrapper"
7275
platform.isModLauncher -> "modlauncher"

0 commit comments

Comments
 (0)