remove nms base sub module

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

View file

@ -66,9 +66,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"))