This commit is contained in:
kawaiizenbo 2022-12-05 19:44:23 -07:00
parent 48a71a2259
commit b595b49d36
14 changed files with 192 additions and 172 deletions

View file

@ -0,0 +1,15 @@
{
"required": true,
"minVersion": "0.8",
"package": "me.kawaiizenbo.moonlight.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"TitleScreenMixin",
"MultiplayerScreenMixin"
],
"injectors": {
"defaultRequire": 1
}
}