fabric stable 1.3.0+1.21.11

This commit is contained in:
2026-01-06 18:52:02 -06:00
commit 40c3543602
232 changed files with 4199 additions and 0 deletions

67
.gitignore vendored Normal file
View File

@@ -0,0 +1,67 @@
# Gradle
.gradle/
build/
out/
classes/
# Eclipse
*.launch
.settings/
.metadata/
.classpath
.project
bin/
# IntelliJ IDEA
.idea/
*.iml
*.ipr
*.iws
# VSCode
.vscode/
# macOS
.DS_Store
._*
.Spotlight-V100
.Trashes
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Linux
*~
.directory
# Minecraft
run/
logs/
crash-reports/
server.properties
eula.txt
ops.json
whitelist.json
banned-ips.json
banned-players.json
usercache.json
usernamecache.json
# Architectury
common/run/
fabric/run/
neoforge/run/
forge/run/
# Data generation
*/build/datagen/
# Misc
*.log
*.swp
*.swo
*.tmp
*.bak
.cache/