quilt-template-mod/src/main/resources/example_mod.mixins.json

13 lines
217 B
JSON
Raw Normal View History

2022-04-20 17:09:40 +00:00
{
"required": true,
"minVersion": "0.8",
2022-04-20 19:02:00 +00:00
"package": "com.example.example_mod.mixin",
2022-04-20 17:09:40 +00:00
"compatibilityLevel": "JAVA_17",
2022-04-20 19:02:00 +00:00
"mixins": [],
2022-04-20 17:09:40 +00:00
"client": [
"TitleScreenMixin"
],
"injectors": {
"defaultRequire": 1
}
}