Files
ReplayModCinematic/src/main/resources/mixins.recording.replaymod.json
2019-03-11 15:13:31 +01:00

32 lines
725 B
JSON

{
"required": true,
"package": "com.replaymod.recording.mixin",
"mixins": [],
"server": [],
"client": [
//#if MC>=11300
"MixinDownloadingPackFinder",
"MixinKeyboardListener",
"MixinMouseHelper",
//#endif
//#if MC>=10904
//#if MC<11300
//$$ "MixinPlayerControllerMP",
//#endif
"MixinWorldClient",
//#endif
//#if MC<=10710
//$$ "MixinGuiScreen",
//$$ "MixinS26PacketMapChunkBulk",
//#endif
"MixinNetHandlerLoginClient",
"MixinNetHandlerPlayClient",
//#if MC<11300
//$$ "MixinNetworkDispatcher",
//#endif
"MixinRenderGlobal"
],
"compatibilityLevel": "JAVA_8",
"minVersion": "0.6.11",
"refmap": "mixins.replaymod.refmap.json"
}