Files
ftimeouts/Common/src/main/resources/ftimeouts.mixins.json
2023-03-20 20:42:09 +02:00

16 lines
311 B
JSON

{
"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"
}