Files
ReplayModCinematic/src/main/resources/mixins.recording.replaymod.json

14 lines
318 B
JSON

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