This commit is contained in:
xiaobai
2026-02-13 18:50:05 +08:00
commit fef26e5b79
26 changed files with 2627 additions and 0 deletions

9
gradle.properties Normal file
View File

@@ -0,0 +1,9 @@
# Gradle??
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.daemon=true
# ????
pluginVersion=1.0.0
mcVersion=1.20.4