feat: code

This commit is contained in:
2025-12-14 21:59:22 -08:00
parent 4e1faa3edc
commit 5d0ed54cba
13 changed files with 413 additions and 234 deletions

View File

@@ -29,6 +29,10 @@ tasks {
minecraftVersion("1.21.10")
}
shadowJar {
archiveFileName.set("mineroo-paper.jar")
}
withType<Jar> {
from("src/main/resources")
}