Update to 1.14.4

This commit is contained in:
Prospector
2019-07-26 22:16:22 -07:00
parent 19085b6496
commit e983ab5dee
15 changed files with 172 additions and 148 deletions

View File

@@ -0,0 +1,13 @@
{
"required": true,
"package": "com.tterrag.blur.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
"MixinScreen",
"MixinMinecraftClient",
"MixinGameRenderer"
],
"injectors": {
"defaultRequire": 1
}
}