mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-17 12:15:10 +01:00
Update to 1.14.4
This commit is contained in:
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 182 KiB |
@@ -1 +0,0 @@
|
||||
blur.config.title=Blur Config
|
||||
3
src/main/resources/assets/blur/lang/en_us.json
Normal file
3
src/main/resources/assets/blur/lang/en_us.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"blur.config.title": "Blur Config"
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -2,10 +2,10 @@
|
||||
"required": true,
|
||||
"package": "com.tterrag.blur.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"mixins": [
|
||||
"MixinGui",
|
||||
"client": [
|
||||
"MixinScreen",
|
||||
"MixinMinecraftClient",
|
||||
"MixinWorldRenderer"
|
||||
"MixinGameRenderer"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
Reference in New Issue
Block a user