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

24 lines
613 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": [
2020-10-20 15:51:45 +00:00
"MixinClientPlayerInteractionManager",
2020-12-15 16:21:36 +00:00
"MixinClientPlayNetworkHandler",
2020-09-13 02:46:06 +00:00
"ScreenHandlerAccessor"
2020-03-19 19:45:46 +00:00
],
"mixins": [
2020-09-13 02:46:06 +00:00
"MixinAbstractTraderEntity",
"MixinItem",
2020-03-20 22:09:01 +00:00
"MixinLootableContainerBlockEntity",
2020-03-21 00:37:39 +00:00
"MixinNetherPortalBlockAreaHelper",
2020-09-13 02:46:06 +00:00
"MixinPlayerEntity",
"MixinRespawnAnchorBlock",
2020-12-15 16:21:36 +00:00
"MixinServerPlayerEntity",
2020-09-13 02:46:06 +00:00
"MixinSpawnEggItem"
2020-03-19 19:45:46 +00:00
],
"injectors": {
"defaultRequire": 1
}
}