Add support for fabric 1.14.4

This commit is contained in:
Cat Core 2021-04-30 21:48:56 +02:00
parent e49452ea12
commit a2f6a21d3c
43 changed files with 5433 additions and 0 deletions

32
fabric-1.14.4/.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