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
Raw Normal View History

2020-10-15 01:21:12 +00:00
{
"required": true,
"package": "com.thebrokenrail.herobrine.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
],
"mixins": [
"MixinPlayerEntity",
"MixinServerWorld"
],
"injectors": {
"defaultRequire": 1
}
}