forked from lambda-client/lambda-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmixins.lambda.json
More file actions
100 lines (100 loc) · 3.52 KB
/
mixins.lambda.json
File metadata and controls
100 lines (100 loc) · 3.52 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"required": true,
"compatibilityLevel": "JAVA_8",
"package": "com.lambda.mixin",
"refmap": "mixins.lambda.refmap.json",
"client": [
"MixinElytraSound",
"MixinMinecraft",
"MixinStateImplementation",
"MixinTileEntityBeacon",
"accessor.AccessorAnvilChunkLoader",
"accessor.AccessorEntity",
"accessor.AccessorEntityFireworkRocket",
"accessor.AccessorItemTool",
"accessor.AccessorMinecraft",
"accessor.AccessorTimer",
"accessor.gui.AccessorGuiBossOverlay",
"accessor.gui.AccessorGuiChat",
"accessor.gui.AccessorGuiDisconnected",
"accessor.gui.AccessorGuiEditSign",
"accessor.gui.AccessorGuiScreen",
"accessor.network.AccessorCPacketChatMessage",
"accessor.network.AccessorCPacketClientSettings",
"accessor.network.AccessorCPacketCloseWindow",
"accessor.network.AccessorCPacketConfirmTransaction",
"accessor.network.AccessorCPacketPlayer",
"accessor.network.AccessorCPacketPlayerAbilities",
"accessor.network.AccessorCPacketResourcePackStatus",
"accessor.network.AccessorCPacketSpectate",
"accessor.network.AccessorCPacketUseEntity",
"accessor.network.AccessorCPacketVehicleMove",
"accessor.network.AccessorNetHandlerPlayClient",
"accessor.network.AccessorSPacketChat",
"accessor.network.AccessorSPacketCloseWindow",
"accessor.network.AccessorSPacketEntity",
"accessor.network.AccessorSPacketEntityHeadLook",
"accessor.network.AccessorSPacketEntityVelocity",
"accessor.network.AccessorSPacketExplosion",
"accessor.network.AccessorSPacketMaps",
"accessor.network.AccessorSPacketPosLook",
"accessor.network.AccessorSPacketWorldBorder",
"accessor.player.AccessorEntityPlayerSP",
"accessor.player.AccessorPlayerControllerMP",
"accessor.render.AccessorRenderGlobal",
"accessor.render.AccessorRenderManager",
"accessor.render.AccessorShaderGroup",
"accessor.render.AccessorViewFrustum",
"baritone.MixinBaritoneSettings",
"entity.MixinEntity",
"entity.MixinEntityLivingBase",
"entity.MixinEntityLlama",
"entity.MixinEntityPig",
"gui.MixinGuiChat",
"gui.MixinGuiContainer",
"gui.MixinGuiIngameForge",
"gui.MixinGuiIngameMenu",
"gui.MixinGuiInventory",
"gui.MixinGuiMainMenu",
"gui.MixinGuiMultiplayer",
"gui.MixinGuiNewChat",
"gui.MixinGuiPlayerTabOverlay",
"gui.MixinGuiScreen",
"network.MixinNetHandlerPlayClient",
"network.MixinNetworkManager",
"optifine.MixinConfig",
"player.MixinEntityPlayer",
"player.MixinEntityPlayerSP",
"player.MixinPlayerControllerMP",
"render.MixinDebugRendererChunkBorder",
"render.MixinEntityRenderer",
"render.MixinFontRenderer",
"render.MixinItemRenderer",
"render.MixinLayerArmorBase",
"render.MixinLayerCape",
"render.MixinLayerElytra",
"render.MixinMapItemRenderer",
"render.MixinModelBiped",
"render.MixinModelBoat",
"render.MixinParticleManager",
"render.MixinRender",
"render.MixinRenderGlobal",
"render.MixinRenderLivingBase",
"render.MixinRenderManager",
"render.MixinRenderPlayer",
"render.MixinTileEntityRendererDispatcher",
"render.MixinTileEntitySignRenderer",
"render.MixinTileRendererDispatcher",
"render.MixinVisGraph",
"world.MixinBlock",
"world.MixinBlockDragonEgg",
"world.MixinBlockFluidRenderer",
"world.MixinBlockLiquid",
"world.MixinBlockModelRenderer",
"world.MixinBlockSoulSand",
"world.MixinBlockWeb",
"world.MixinGetCollisionBB",
"world.MixinItemBlock",
"world.MixinWorld"
]
}