Second attempt

This commit is contained in:
TheMode 2021-07-01 02:40:54 +02:00
parent 54a514e01c
commit 5039d7c67f
1 changed files with 1 additions and 6 deletions

View File

@ -36,11 +36,6 @@ allprojects {
name 'sponge'
url 'https://repo.spongepowered.org/maven'
}
// Registry files
flatDir {
dirs 'data'
}
}
javadoc {
options {
@ -169,7 +164,7 @@ dependencies {
}
api "com.github.Minestom:DependencyGetter:v1.0.1"
implementation 'com.github.Minestom:minestom-data-1.17'
implementation files('data/minestom-data-1.17.jar')
// Adventure, for user-interface
api "net.kyori:adventure-api:$adventureVersion"