Update to MC 1.14 / Fabric

This commit is contained in:
Jonas Herzig
2019-05-04 14:37:00 +02:00
parent 17fe5b345f
commit 3d009e45c7
151 changed files with 3963 additions and 1455 deletions

View File

@@ -4,6 +4,10 @@
"mixins": [],
"server": [],
"client": [
//#if MC>=11400
//$$ "MixinCamera",
//$$ "MixinInGameHud",
//#endif
"EntityLivingBaseAccessor",
"EntityPlayerAccessor",
"FirstPersonRendererAccessor",
@@ -12,8 +16,13 @@
//#endif
//#if MC>=10800
"MixinGuiSpectator",
//#if MC>=11300
"MixinKeyboardListener",
//#endif
"MixinRenderArrow",
//#if MC<11400
"MixinRenderManager",
//#endif
"MixinViewFrustum",
//#endif
"MixinPlayerControllerMP",