We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b94199 commit 680fa2bCopy full SHA for 680fa2b
build.gradle
@@ -46,7 +46,9 @@ dependencies {
46
shadowed('com.dumptruckman.minecraft:Logging:1.1.1') {
47
exclude group: 'junit', module: 'junit'
48
}
49
- shadowed 'com.viaversion:nbt:5.1.1'
+ shadowed('com.viaversion:nbt:5.1.1') {
50
+ exclude group: 'it.unimi.dsi', module: 'fastutil'
51
+ }
52
53
// Caching
54
shadowed("com.github.ben-manes.caffeine:caffeine:3.2.2")
0 commit comments