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
TheBrokenRail 263466eed3
All checks were successful
SorceryCraft/pipeline/head This commit looks good
1.16.4
2020-12-15 14:00:42 -05:00

18 lines
422 B
JSON

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