mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
15 lines
252 B
JSON
15 lines
252 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.tterrag.blur.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"client": [
|
|
"MixinScreen",
|
|
"MixinMinecraftClient",
|
|
"MixinInGameHud"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|