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.
Herobrine-Rewoven/src/main/resources/herobrine-rewoven.mixins.json

15 lines
269 B
JSON

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