remove nms base sub module

This commit is contained in:
alexcrea 2025-07-09 11:21:22 +02:00
parent a8553debeb
commit 2f2923e910
Signed by: alexcrea
GPG key ID: E346CD16413450E3
5 changed files with 1 additions and 20 deletions

View file

@ -70,9 +70,6 @@ dependencies {
// AxPlayerWarps
compileOnly(files("libs/AxPlayerWarps-1.10.3.jar"))
// Include nms
implementation(project(":nms:nms-common"))
// include kotlin for the offline jar
implementation(kotlin("stdlib"))