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

17 lines
360 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": [
2021-06-08 19:50:11 +02:00
"LanguageMixin",
"MinecraftClientMixin",
"SplashScreenMixin",
"TranslationStorageAccessor"
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
}