This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
ObsidianSpawn/src/main/resources/obsidianspawn.mixins.json

14 lines
333 B
JSON

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