Files
ReplayModCinematic/src/main/resources/mixins.recording.replaymod.json
johni0702 4a1cceaa47 Merge branch '1.8' into 1.9.4
fb39a06 Add drone ci config
030c71c Automatically disable and re-enable Optifine's Fast Render setting before rendering a video
1fef12d Include FML handshake in recording
e86c66d Move README.md, LICENSE.md and user docs from master branch to 1.8
2016-12-10 19:31:41 +01:00

16 lines
373 B
JSON

{
"required": true,
"package": "com.replaymod.recording.mixin",
"mixins": [],
"server": [],
"client": [
"MixinNetHandlerLoginClient",
"MixinNetHandlerPlayClient",
"MixinNetworkDispatcher",
"MixinPlayerControllerMP",
"MixinRenderGlobal",
"MixinWorldClient"
],
"compatibilityLevel": "JAVA_8",
"refmap": "mixins.replaymod.refmap.json"
}