TheBrokenRail
6052e00429
All checks were successful
SorceryCraft/pipeline/head This commit looks good
15 lines
284 B
JSON
15 lines
284 B
JSON
{
|
|
"required": true,
|
|
"package": "com.thebrokenrail.sorcerycraft.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"client": [
|
|
"MixinClientPlayNetworkHandler"
|
|
],
|
|
"mixins": [
|
|
"MixinPlayerEntity",
|
|
"MixinServerPlayerEntity"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |