Changed DependencyGetter dependency to api as opposed to implementation

This commit is contained in:
KrystilizeNevaDies 2021-02-04 02:50:25 +10:00
parent 9fe2b8359c
commit 87b7205690
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ dependencies {
}
}
implementation "com.github.Minestom:DependencyGetter:v1.0.1"
api "com.github.Minestom:DependencyGetter:v1.0.1"
// LWJGL, for map rendering
lwjglApi platform("org.lwjgl:lwjgl-bom:$lwjglVersion")