Refactor build system to support 1.21.10, 1.21.11, and 26.1.2

This commit is contained in:
seb
2026-05-10 20:55:01 +02:00
parent 2ac51f4aff
commit 256901ff00
22 changed files with 665 additions and 205 deletions

25
.gitignore vendored
View File

@@ -1,3 +1,24 @@
.gradle
# Gradle
.gradle/
build/
.jdk21/
# Local JDK / toolchain installs (optional per-machine)
.jdk21/
# Fabric Loom dev client / game output
run/
runs/
# IDE
.idea/
*.iml
# OS
.DS_Store
Thumbs.db
# Logs & local scratch
*.log
out.txt
full_build.txt
compile_err.txt