Initial Commit

This commit is contained in:
2023-03-20 20:42:09 +02:00
commit aa84399703
26 changed files with 1019 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"required": true,
"minVersion": "0.8",
"package": "me.hypherionmc.ftimeouts.mixin",
"compatibilityLevel": "JAVA_17",
"server": [
"ConnectionMixin",
"ServerLoginMixin",
"ServerGamePacketMixin"
],
"injectors": {
"defaultRequire": 1
},
"refmap": "${refmap_target}refmap.json"
}