mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
remove nms base sub module
This commit is contained in:
parent
a8553debeb
commit
2f2923e910
5 changed files with 1 additions and 20 deletions
|
|
@ -70,9 +70,6 @@ dependencies {
|
||||||
// AxPlayerWarps
|
// AxPlayerWarps
|
||||||
compileOnly(files("libs/AxPlayerWarps-1.10.3.jar"))
|
compileOnly(files("libs/AxPlayerWarps-1.10.3.jar"))
|
||||||
|
|
||||||
// Include nms
|
|
||||||
implementation(project(":nms:nms-common"))
|
|
||||||
|
|
||||||
// include kotlin for the offline jar
|
// include kotlin for the offline jar
|
||||||
implementation(kotlin("stdlib"))
|
implementation(kotlin("stdlib"))
|
||||||
|
|
||||||
|
|
|
||||||
1
nms/nms-common/.gitignore
vendored
1
nms/nms-common/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
||||||
.lastDeploymentsId
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
group = rootProject.group
|
|
||||||
version = rootProject.version
|
|
||||||
|
|
||||||
plugins {
|
|
||||||
id("io.papermc.paperweight.userdev")
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
// Paper
|
|
||||||
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
rootProject.name = "CustomAnvil"
|
rootProject.name = "CustomAnvil"
|
||||||
|
|
||||||
// NMS subproject
|
|
||||||
include("nms:nms-common")
|
|
||||||
findProject(":nms:nms-common")?.name = "nms-common"
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,4 @@ open class PacketManagerBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue