Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit 72fe8f1

Browse files
committed
Fix for Singleplayer Crashing
1 parent e384773 commit 72fe8f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ dependencies {
5757
compile 'net.jodah:typetools:0.5.0'
5858
compile('org.spongepowered:mixin:0.6.10-SNAPSHOT') {
5959
exclude module: 'launchwrapper'
60+
exclude module: 'guava'
61+
exclude module: 'gson'
62+
exclude module: 'commons-io'
6063
}
6164
}
6265

0 commit comments

Comments
 (0)