mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-17 20:25:09 +01:00
2.0.0 - AutoConfig and Fade Fix
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 18 KiB |
7
src/main/resources/assets/blur/lang/de_de.json
Normal file
7
src/main/resources/assets/blur/lang/de_de.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"text.autoconfig.blur.title": "Blur Konfiguration",
|
||||
"text.autoconfig.blur.option.fadeTimeMillis": "Überblendzeit (in Millisekunden)",
|
||||
"text.autoconfig.blur.option.radius": "Radius",
|
||||
"text.autoconfig.blur.option.gradientStartColor": "Farbverlauf-Anfangsfarbe",
|
||||
"text.autoconfig.blur.option.gradientEndColor": "Farbverlauf-Endfarbe"
|
||||
}
|
||||
7
src/main/resources/assets/blur/lang/en_gb.json
Normal file
7
src/main/resources/assets/blur/lang/en_gb.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"text.autoconfig.blur.title": "Blur Config",
|
||||
"text.autoconfig.blur.option.fadeTimeMillis": "Fade Time (in milliseconds)",
|
||||
"text.autoconfig.blur.option.radius": "Radius",
|
||||
"text.autoconfig.blur.option.gradientStartColor": "Gradient Start Colour",
|
||||
"text.autoconfig.blur.option.gradientEndColor": "Gradient End Colour"
|
||||
}
|
||||
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"blur.config.title": "Blur Config"
|
||||
"text.autoconfig.blur.title": "Blur Config",
|
||||
"text.autoconfig.blur.option.fadeTimeMillis": "Fade Time (in milliseconds)",
|
||||
"text.autoconfig.blur.option.radius": "Radius",
|
||||
"text.autoconfig.blur.option.gradientStartColor": "Gradient Start Color",
|
||||
"text.autoconfig.blur.option.gradientEndColor": "Gradient End Color"
|
||||
}
|
||||
@@ -1,28 +1,30 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "blur",
|
||||
"name": "Blur",
|
||||
"version": "1.0.6",
|
||||
"name": "Blur (Fabric)",
|
||||
"version": "2.0.0",
|
||||
"environment": "client",
|
||||
"license": "MIT",
|
||||
"icon": "assets/blur/icon.png",
|
||||
"entrypoints": {
|
||||
"client": [
|
||||
"com.tterrag.blur.Blur::INSTANCE"
|
||||
],
|
||||
"modmenu": [
|
||||
"com.tterrag.blur.config.ModMenuIntegration"
|
||||
]
|
||||
},
|
||||
"contact": {
|
||||
"homepage": "https://minecraft.curseforge.com/projects/blur",
|
||||
"issues": "https://github.com/tterrag1098/Blur/issues"
|
||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/blur-fabric",
|
||||
"issues": "https://github.com/Motschen/Blur/issues"
|
||||
},
|
||||
"authors": [
|
||||
"tterrag1098"
|
||||
"tterrag1098",
|
||||
"Pyrofab",
|
||||
"Motschen"
|
||||
],
|
||||
"description": "Modifies the background behind Minecraft GUIs to have a blur effect",
|
||||
"mixins": [
|
||||
"mixins.blur.json"
|
||||
],
|
||||
"custom": {
|
||||
"modmenu:clientsideOnly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user