mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
37 lines
785 B
JSON
Executable File
37 lines
785 B
JSON
Executable File
{
|
|
"schemaVersion": 1,
|
|
"id": "blur",
|
|
"name": "Blur+",
|
|
"version": "$version",
|
|
"environment": "client",
|
|
"license": "MIT",
|
|
"icon": "assets/blur/icon.png",
|
|
"entrypoints": {
|
|
"main": [
|
|
"eu.midnightdust.blur.fabric.BlurFabric"
|
|
],
|
|
"client": [
|
|
"eu.midnightdust.blur.fabric.BlurFabric"
|
|
]
|
|
},
|
|
"contact": {
|
|
"homepage": "https://modrinth.com/mod/blur-fabric",
|
|
"sources": "https://github.com/Motschen/Blur",
|
|
"issues": "https://github.com/Motschen/Blur/issues"
|
|
},
|
|
"authors": [
|
|
"Motschen",
|
|
"tterrag1098",
|
|
"Pyrofab",
|
|
"backryun",
|
|
"byquanton"
|
|
],
|
|
"description": "Various enhancements for the blur effect behind Minecraft GUIs",
|
|
"mixins": [
|
|
"blur.mixins.json"
|
|
],
|
|
"depends": {
|
|
"minecraft": ">=1.21.2"
|
|
}
|
|
}
|