fb39a06Add drone ci config030c71cAutomatically disable and re-enable Optifine's Fast Render setting before rendering a video1fef12dInclude FML handshake in recordinge86c66dMove README.md, LICENSE.md and user docs from master branch to 1.8
16 lines
373 B
JSON
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"
|
|
} |