-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathlambda.mixins.json
More file actions
99 lines (99 loc) · 3.34 KB
/
lambda.mixins.json
File metadata and controls
99 lines (99 loc) · 3.34 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
{
"required": true,
"minVersion": "0.8",
"package": "com.lambda.mixin",
"compatibilityLevel": "JAVA_21",
"client": [
"CrashReportMixin",
"MinecraftClientMixin",
"baritone.BaritonePlayerContextMixin",
"baritone.LookBehaviourMixin",
"client.sound.SoundSystemMixin",
"entity.ClientPlayerEntityMixin",
"entity.ClientPlayInteractionManagerMixin",
"entity.EntityMixin",
"entity.FireworkRocketEntityMixin",
"entity.HandledScreensMixin",
"entity.LivingEntityMixin",
"entity.PlayerEntityMixin",
"entity.PlayerInventoryMixin",
"input.KeyBindingMixin",
"input.KeyboardMixin",
"input.MouseMixin",
"items.BarrierBlockMixin",
"items.BlockItemMixin",
"items.FilledMapItemMixin",
"network.ClientConnectionMixin",
"network.ClientLoginNetworkMixin",
"network.ClientPlayNetworkHandlerMixin",
"network.HandshakeC2SPacketMixin",
"network.LoginHelloC2SPacketMixin",
"network.LoginKeyC2SPacketMixin",
"render.AbstractTerrainRenderContextMixin",
"render.ArmorFeatureRendererMixin",
"render.BackgroundRendererMixin",
"render.BlockMixin",
"render.BlockModelRendererMixin",
"render.BlockRenderManagerMixin",
"render.BossBarHudMixin",
"render.CameraMixin",
"render.CapeFeatureRendererMixin",
"render.ChatHudMixin",
"render.ChatInputSuggestorMixin",
"render.ChatScreenMixin",
"render.ChunkOcclusionDataBuilderMixin",
"render.DarknessEffectFogMixin",
"render.DebugHudMixin",
"render.DebugRendererMixin",
"render.DrawContextMixin",
"render.ElytraFeatureRendererMixin",
"render.EntityRendererMixin",
"render.FluidRendererMixin",
"render.FogRendererMixin",
"render.GameRendererMixin",
"render.GlStateManagerMixin",
"render.HandledScreenMixin",
"render.HeadFeatureRendererMixin",
"render.HeldItemRendererMixin",
"render.InGameHudMixin",
"render.InGameOverlayRendererMixin",
"render.LightmapTextureManagerMixin",
"render.LivingEntityRendererMixin",
"render.PlayerListHudMixin",
"render.RenderLayersMixin",
"render.ScreenHandlerMixin",
"render.ScreenMixin",
"render.SodiumBlockOcclusionCacheMixin",
"render.SodiumBlockRendererMixin",
"render.SodiumFluidRendererImplMixin",
"render.SodiumLightDataAccessMixin",
"render.SodiumWorldRendererMixin",
"render.SplashOverlayMixin",
"render.SplashOverlayMixin$LogoTextureMixin",
"render.TooltipComponentMixin",
"render.WeatherRenderingMixin",
"render.WorldBorderRenderingMixin",
"render.WorldRendererMixin",
"render.blockentity.AbstractSignBlockEntityRendererMixin",
"render.blockentity.BeaconBlockEntityRendererMixin",
"render.blockentity.BlockEntityRenderDispatcherMixin",
"render.blockentity.EnchantingTableBlockEntityRendererMixin",
"render.blockentity.MobSpawnerBlockEntityRendererMixin",
"render.particle.BillboardParticleMixin",
"render.particle.ElderGuardianParticleRendererMixin",
"render.particle.ItemPickupParticleRendererMixin",
"world.AbstractBlockMixin",
"world.BlockCollisionSpliteratorMixin",
"world.ClientChunkManagerMixin",
"world.ClientWorldMixin",
"world.StructureTemplateMixin",
"world.WorldMixin"
],
"injectors": {
"defaultRequire": 0
},
"overwrites": {
"conformVisibility": true
},
"mixinextras": {"minVersion": "0.5.0"}
}