Add DataFixerUpper

This commit is contained in:
Matt
2019-04-17 20:22:54 -04:00
committed by GitHub
parent 1dd3400aab
commit 72c766a87b

View File

@ -23,6 +23,7 @@ dependencies {
compile ("com.github.intellectualsites.plotsquared:PlotSquared-API:latest") {
transitive = false
}
compile 'com.mojang:datafixerupper:1.0.20'
compile 'com.github.luben:zstd-jni:1.1.1'
compile 'co.aikar:fastutil-lite:1.0'
}