Unreflect more stuff

This commit is contained in:
2026-06-11 22:35:13 +02:00
parent 2bc164c1b0
commit 932732737d
21 changed files with 162 additions and 476 deletions
+2
View File
@@ -39,5 +39,7 @@ tasks.register<DevServer>("DevBau21") {
dependsOn(":SchematicSystem:shadowJar")
dependsOn(":AccessWidener:shadowJar")
template = "Bau21"
// TODO: Add to every new server start! newer than 1.21 inclusive!
jvmArgs = "-javaagent:/home/yoyonow/Bau21/plugins/AccessWidener.jar=start"
setdParams(mapOf("paper.disablePluginRemapping" to "true"))
}