* Slime

* Add proper credits. Thanks ASP!

* Cleanup
This commit is contained in:
Luna
2023-08-22 21:15:48 -03:00
committed by GitHub
parent e8dbeb27e9
commit 3f889f5040
68 changed files with 2213 additions and 19 deletions

17
aswm-api/build.gradle.kts Normal file
View File

@ -0,0 +1,17 @@
plugins {
`java-library`
`maven-publish`
signing
}
dependencies {
api("com.flowpowered:flow-nbt:2.0.2")
api("org.jetbrains:annotations:23.0.0")
compileOnly("io.papermc.paper:paper-api:1.20-R0.1-SNAPSHOT")
}
java {
withSourcesJar()
withJavadocJar()
}

1
aswm-api/src Symbolic link
View File

@ -0,0 +1 @@
../submodules/AdvancedSlimePaper/api/src