mirror of https://github.com/cabaletta/baritone
Merge pull request #3372 from ZacSharp/patch-6
Fix dynamic mixin dependency to 0.8.3
This commit is contained in:
commit
23fa65cee0
|
@ -198,7 +198,7 @@ dependencies {
|
|||
}
|
||||
runtime launchCompile('org.ow2.asm:asm-debug-all:5.2')
|
||||
runtime launchCompile('com.github.ImpactDevelopment:SimpleTweaker:1.2')
|
||||
runtime launchCompile('org.spongepowered:mixin:0.8.+') {
|
||||
runtime launchCompile('org.spongepowered:mixin:0.8.3') {
|
||||
// Mixin includes a lot of dependencies that are too up-to-date
|
||||
exclude module: 'launchwrapper'
|
||||
exclude module: 'guava'
|
||||
|
|
Loading…
Reference in New Issue