fixed ServerPlayNetworkHandlerMixin for fabric 1.16.4

This commit is contained in:
Pierre Kisters 2020-11-10 18:47:23 +01:00
parent 3ff0d632a2
commit 679979c156
43 changed files with 5404 additions and 0 deletions

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