AutoSwap/src/main/resources/autoswap.mixins.json

13 lines
216 B
JSON
Raw Normal View History

2019-10-22 15:05:49 +00:00
{
"required": true,
"package": "net.shadowfacts.autoswap.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"MixinServerPlayerInteractionManager"
],
"client": [
],
"injectors": {
"defaultRequire": 1
}
}