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

21 lines
498 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",
"MixinSpawnEggItem",
2020-03-20 22:09:01 +00:00
"MixinLootableContainerBlockEntity",
2020-03-21 00:37:39 +00:00
"MixinNetherPortalBlockAreaHelper",
"MixinAbstractTraderEntity"
2020-03-19 19:45:46 +00:00
],
"injectors": {
"defaultRequire": 1
}
}