alphabetize mixins and fix dropped comma

This commit is contained in:
Bella 2020-02-17 10:51:45 -05:00
parent fd2d4232de
commit ced551d8f1
1 changed files with 6 additions and 6 deletions

View File

@ -4,29 +4,29 @@
"package": "me.zeroeightsix.kami.mixin.client",
"refmap": "mixins.kami.refmap.json",
"client": [
"MixinAbstractClientPlayer",
"MixinBlockLiquid",
"MixinBlockSoulSand",
"MixinC00Handshake",
"MixinChunkCache",
"MixinEntity",
"MixinEntityLlama",
"MixinEntityPig",
"MixinEntityPlayerSP",
"MixinEntityRenderer",
"MixinGuiChat",
"MixinGuiNewChat",
"MixinGuiPlayerTabOverlay",
"MixinGuiScreen",
"MixinLayerArmorBase",
"MixinMinecraft",
"MixinModelBoat",
"MixinNetHandlerPlayClient",
"MixinNettyCompressionDecoder",
"MixinNetworkManager",
"MixinPlayerControllerMP",
"MixinRenderLiving",
"MixinRenderPlayer",
"MixinStateImplementation",
"MixinAbstractClientPlayer",
"MixinGuiNewChat",
"MixinLayerArmorBase",
"MixinNettyCompressionDecoder"
"MixinChunkCache"
"MixinStateImplementation"
]
}