First commit

This commit is contained in:
Bstn1802
2020-09-03 21:12:10 +02:00
commit 14563be594
18 changed files with 781 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.autoreconnect.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"client": [
"MixinDisconnectedScreen",
"MixinMinecraftClient"
],
"injectors": {
"defaultRequire": 1
}
}