Add Fabric 1.20.2 initial port

This commit is contained in:
Michael Primm 2023-09-23 13:03:21 -05:00
parent 754bb3623a
commit 2001b87864
47 changed files with 3958 additions and 1 deletions

32
fabric-1.20.2/.gitignore vendored Normal file
View file

@ -0,0 +1,32 @@
# gradle
.gradle/
build/
out/
classes/
# eclipse
*.launch
# idea
.idea/
*.iml
*.ipr
*.iws
# vscode
.settings/
.vscode/
bin/
.classpath
.project
# fabric
run/
# other
*.log