Skip to content

Commit

Permalink
Added mixins to buildscript classpath to fix Loom crash
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Jun 25, 2019
1 parent ffc1743 commit 58c9f45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions worldedit-fabric/build.gradle
Expand Up @@ -5,11 +5,16 @@ buildscript {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'sponge'
url = 'https://repo.spongepowered.org/maven'
}
jcenter()
}

dependencies {
classpath 'net.fabricmc:fabric-loom:0.2.4-SNAPSHOT'
classpath 'org.spongepowered:mixin:0.7.11-SNAPSHOT'
}
}

Expand Down

0 comments on commit 58c9f45

Please sign in to comment.