Backward port to Fabric 1.15.2 (from Fabric 1.16.1)

This commit is contained in:
Keuin 2020-10-13 08:22:20 +08:00 committed by keuin
parent dd1f360dd8
commit 0a6136ce9c
43 changed files with 5431 additions and 0 deletions

32
fabric-1.15.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