This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
SorceryCraft/src/main/resources/sorcerycraft.mixins.json

16 lines
351 B
JSON

{
"required": true,
"package": "com.thebrokenrail.sorcerycraft.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
"MixinClientPlayNetworkHandler"
],
"mixins": [
"MixinPlayerEntity",
"MixinServerPlayerEntity",
"CriterionRegistryHook"
],
"injectors": {
"defaultRequire": 1
}
}