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.
SlightlyVanilla/src/main/resources/slightlyvanilla.mixins.json

17 lines
343 B
JSON
Raw Normal View History

2020-03-19 19:45:46 +00:00
{
"required": true,
"package": "com.thebrokenrail.slightlyvanilla.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
"MixinClientPlayNetworkHandler"
],
"mixins": [
"MixinRespawnAnchorBlock",
"MixinPlayerEntity",
"MixinItem"
],
"injectors": {
"defaultRequire": 1
}
}