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 963900a65d
All checks were successful
SorceryCraft/pipeline/head This commit looks good
1.0.12
Update Mappings
Add API Docs
2020-03-08 11:34:47 -04:00

15 lines
318 B
JSON

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