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

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 182 KiB

View File

@@ -1 +0,0 @@
blur.config.title=Blur Config

View File

@@ -0,0 +1,3 @@
{
"blur.config.title": "Blur Config"
}

View File

@@ -1,10 +1,28 @@
{
"schemaVersion": 1,
"id": "blur",
"name": "Blur",
"version": "1.0.0",
"side": "client",
"initializer": "com.tterrag.blur.Blur",
"mixins": {
"client": "blur.client.json"
"version": "$version",
"environment": "client",
"license": "MIT",
"icon": "assets/blur/icon.png",
"entrypoints": {
"client": [
"com.tterrag.blur.Blur"
]
},
"contact": {
"homepage": "https://minecraft.curseforge.com/projects/blur",
"issues": "https://github.com/tterrag1098/Blur/issues"
},
"authors": [
"tterrag1098"
],
"description": "Modifies the background behind Minecraft GUIs to have a blur effect",
"mixins": [
"mixins.blur.json"
],
"custom": {
"modmenu:clientsideOnly": true
}
}

View File

@@ -2,10 +2,10 @@
"required": true,
"package": "com.tterrag.blur.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"MixinGui",
"client": [
"MixinScreen",
"MixinMinecraftClient",
"MixinWorldRenderer"
"MixinGameRenderer"
],
"injectors": {
"defaultRequire": 1