Translater/src/main/resources/translater.mixins.json

16 lines
326 B
JSON
Raw Normal View History

2020-07-10 15:51:27 +02:00
{
"required": true,
"minVersion": "0.8",
"package": "io.gitlab.jfronny.translater.mixin",
"compatibilityLevel": "JAVA_8",
2020-08-07 12:47:37 +02:00
"plugin": "io.gitlab.jfronny.translater.mixin.Plugin",
2020-07-10 15:51:27 +02:00
"client": [
2020-07-13 16:41:21 +02:00
"MixinLanguage",
2020-07-13 17:16:06 +02:00
"MixinMinecraftClient",
"MixinSplashScreen"
2020-07-10 15:51:27 +02:00
],
"injectors": {
"defaultRequire": 1
2020-08-07 12:47:37 +02:00
}
2020-07-10 15:51:27 +02:00
}