Skip to content

Commit

Permalink
Update MCInjector to fix "bad RuntimeInvisibleParameterAnnotations at…
Browse files Browse the repository at this point in the history
  • Loading branch information
Johni0702 committed May 22, 2020
1 parent b64de9c commit 2817481
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ repositories {
name = "mojang"
url = "https://libraries.minecraft.net/"
}

maven { url = "https://jitpack.io" } // updated MCInjector
}

configurations {
Expand Down Expand Up @@ -92,7 +94,7 @@ dependencies {

// mcp stuff
compile 'de.oceanlabs.mcp:RetroGuard:3.6.6'
compile('de.oceanlabs.mcp:mcinjector:3.4-SNAPSHOT'){
compile('com.github.ModCoderPack:MCInjector:c36f39f'){
exclude group: 'org.ow2.asm'
}
compile('net.minecraftforge.srg2source:Srg2Source:4.0-SNAPSHOT'){
Expand Down

0 comments on commit 2817481

Please sign in to comment.