Remove nbt module

This commit is contained in:
2026-09-04 16:58:48 +08:00
parent 5e4f877a4a
commit bfe1090574
4 files changed
+1 -43

No files matched your search

-1
View File
@@ -6,7 +6,6 @@ rootProject.name = "libmc"
includeSubModule(":common")
includeSubModule(":mcping")
includeSubModule(":rconlib")
includeSubModule(":nbt")
fun includeSubModule(name: String) = include(name).also {
project(name).projectDir = file("libmc-${name.removePrefix(":")}")