14 lines
333 B
JSON
14 lines
333 B
JSON
{
|
|
"required": true,
|
|
"package": "com.thebrokenrail.obsidianspawn.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"mixins": [
|
|
"MixinCryingObsidianBlock",
|
|
"MixinPlayerEntity",
|
|
"MixinServerPlayNetworkHandler",
|
|
"MixinServerPlayerEntity"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |