-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmixins.kami.json
38 lines (38 loc) · 968 Bytes
/
mixins.kami.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"required": true,
"compatibilityLevel": "JAVA_8",
"package": "tech.mmmax.kami.mixin.mixins",
"refmap": "mixins.kami.refmap.json",
"mixins": [
"MixinEntity",
"MixinEntityPlayer",
"MixinEntityPlayerSP",
"MixinEntityRenderer",
"MixinForgeHooks",
"MixinGuiIngame",
"MixinGuiMainMenu",
"MixinItemChorusFruit",
"MixinItemRenderer",
"MixinMinecraft",
"MixinModelPlayer",
"MixinNetworkManager",
"MixinPlayerControllerMP",
"MixinRenderCrystal",
"MixinRenderGlobal",
"MixinRenderLivingBase",
"MixinRenderPlayer",
"MixinWorld",
"access.ICPacketChat",
"access.ICPacketKeepAlive",
"access.ICPacketPlayer",
"access.ICPacketUseEntity",
"access.IEntity",
"access.IMinecraft",
"access.INetHandlerPlayClient",
"access.IRenderEnderCrystal",
"access.ISPacketEntityVelocity",
"access.ISPacketExplosion",
"access.ISPacketPlayerPosLook",
"access.ITimer"
]
}