24 lines
613 B
JSON
24 lines
613 B
JSON
{
|
|
"required": true,
|
|
"package": "com.thebrokenrail.slightlyvanilla.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"client": [
|
|
"MixinClientPlayerInteractionManager",
|
|
"MixinClientPlayNetworkHandler",
|
|
"ScreenHandlerAccessor"
|
|
],
|
|
"mixins": [
|
|
"MixinAbstractTraderEntity",
|
|
"MixinItem",
|
|
"MixinLootableContainerBlockEntity",
|
|
"MixinNetherPortalBlockAreaHelper",
|
|
"MixinPlayerEntity",
|
|
"MixinRespawnAnchorBlock",
|
|
"MixinServerPlayerEntity",
|
|
"MixinSpawnEggItem"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|