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