Files
Blur/common/src/main/resources/blur.mixins.json
Martin Prokoph 7d207e8197 port: Chase the Skies (1.21.6)
Surprising amount of changes – even more surprised I got this working so fast :)
2025-06-17 19:13:41 +02:00

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
}
}