Files
ReplayModCinematic/src/main/resources/mixins.replay.replaymod.json
2016-09-17 22:00:04 +02:00

19 lines
444 B
JSON

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