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

23 lines
578 B
JSON
Raw Normal View History

2020-03-19 15:45:46 -04:00
{
"required": true,
"package": "com.thebrokenrail.slightlyvanilla.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
2020-09-12 22:46:06 -04:00
"MixinClientPlayNetworkHandler",
"ScreenHandlerAccessor"
2020-03-19 15:45:46 -04:00
],
"mixins": [
2020-09-12 22:46:06 -04:00
"MixinAbstractTraderEntity",
"MixinClientPlayerInteractionManager",
"MixinItem",
2020-03-20 18:09:01 -04:00
"MixinLootableContainerBlockEntity",
2020-03-20 20:37:39 -04:00
"MixinNetherPortalBlockAreaHelper",
2020-09-12 22:46:06 -04:00
"MixinPlayerEntity",
"MixinRespawnAnchorBlock",
"MixinSpawnEggItem"
2020-03-19 15:45:46 -04:00
],
"injectors": {
"defaultRequire": 1
}
}