Files
ReplayModCinematic/src/main/resources/mixins.replay.replaymod.json
2018-01-16 22:22:05 +01:00

21 lines
493 B
JSON

{
"required": true,
"package": "com.replaymod.replay.mixin",
"mixins": [],
"server": [],
"client": [
"MixinGuiSpectator",
"MixinParticleManager",
"MixinPlayerControllerMP",
"MixinRenderArrow",
"MixinRenderItem",
"MixinRenderLivingBase",
"MixinRenderManager",
"MixinTileEntityEndPortalRenderer",
"MixinViewFrustum",
"MixinWorldClient"
],
"compatibilityLevel": "JAVA_8",
"minVersion": "0.6.11",
"refmap": "mixins.replaymod.refmap.json"
}