This commit is contained in:
Morrígan 2025-06-25 19:20:25 +02:00
commit 1c6e3a2abf
Signed by: morrigan
GPG key ID: CACB010F463A77D0
16 changed files with 693 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"required": true,
"minVersion": "0.8",
"package": "com.example.example_mod.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [],
"client": [
"TitleScreenMixin"
],
"injectors": {
"defaultRequire": 1
}
}