PhysicalConnectivity/src/main/resources/phycon-client.mixins.json

11 lines
198 B
JSON
Raw Normal View History

{
"required": true,
"package": "net.shadowfacts.phycon.mixin.client",
"compatibilityLevel": "JAVA_8",
"mixins": [
"MixinHandledScreen"
],
"injectors": {
"defaultRequire": 1
}
}