|
1 | 1 | { |
2 | | - "required": true, |
3 | | - "package": "io.github.axolotlclient.mixin", |
4 | | - "compatibilityLevel": "JAVA_17", |
5 | | - "mixins": [ |
6 | | - |
7 | | - ], |
8 | | - "client": [ |
9 | | - "AddServerScreenMixin", |
10 | | - "BackgroundRendererMixin", |
11 | | - "BossBarHudAccessor", |
12 | | - "BossBarHudMixin", |
13 | | - "BuiltinModelItemRendererMixin", |
14 | | - "CameraMixin", |
15 | | - "ChatHudMixin", |
16 | | - "ClientBrandRetrieverMixin", |
17 | | - "ClientPlayerEntityMixin", |
18 | | - "ClientPlayNetworkHandlerMixin", |
19 | | - "ClientWorldMixin", |
20 | | - "ConnectScreenMixin", |
21 | | - "CrashReportMixin", |
22 | | - "DebugHudMixin", |
23 | | - "DownloadingTerrainScreenMixin", |
24 | | - "EmitterParticleMixin", |
25 | | - "EntityMixin", |
26 | | - "EntityRendererMixin", |
27 | | - "GameMenuScreenMixin", |
28 | | - "GameRendererMixin", |
29 | | - "HandledScreenMixin", |
30 | | - "IdentifierMixin", |
31 | | - "InGameHudMixin", |
32 | | - "InGameOverlayRendererMixin", |
33 | | - "KeyBindMixin", |
34 | | - "KeyboardInputMixin", |
35 | | - "LightmapManagerMixin", |
36 | | - "LivingEntityMixin", |
37 | | - "LivingEntityRendererMixin", |
38 | | - "MinecraftClientAccessor", |
39 | | - "MinecraftClientMainMixin", |
40 | | - "MinecraftClientMixin", |
41 | | - "ModStatusMixin", |
42 | | - "MouseMixin", |
43 | | - "MultiplayerScreenMixin", |
44 | | - "ParticleAccessor", |
45 | | - "ParticleManagerMixin", |
46 | | - "PlayerEntityMixin", |
47 | | - "PlayerEntityRendererMixin", |
48 | | - "PlayerListEntryMixin", |
49 | | - "PlayerListHudMixin", |
50 | | - "ReloadableResourceManagerMixin", |
51 | | - "RenderSystemMixin", |
52 | | - "ScreenMixin", |
53 | | - "ScreenshotRecorderMixin", |
54 | | - "ShaderEffectAccessor", |
55 | | - "SplashOverlayMixin", |
56 | | - "TitleScreenMixin", |
57 | | - "TntEntityRendererMixin", |
58 | | - "WorldListWidgetEntryMixin", |
59 | | - "WorldRendererAccessor", |
60 | | - "WorldRendererMixin" |
61 | | - ], |
62 | | - "server": [], |
63 | | - "injectors": { |
64 | | - "defaultRequire": 1 |
| 2 | + "required": true, |
| 3 | + "package": "io.github.axolotlclient.mixin", |
| 4 | + "compatibilityLevel": "JAVA_17", |
| 5 | + "client": [ |
| 6 | + "AddServerScreenMixin", |
| 7 | + "BackgroundRendererMixin", |
| 8 | + "BeaconBlockEntityRendererMixin", |
| 9 | + "BossBarHudAccessor", |
| 10 | + "BossBarHudMixin", |
| 11 | + "BuiltinModelItemRendererMixin", |
| 12 | + "CameraMixin", |
| 13 | + "ChatHudMixin", |
| 14 | + "ClientBrandRetrieverMixin", |
| 15 | + "ClientPlayerEntityMixin", |
| 16 | + "ClientPlayNetworkHandlerMixin", |
| 17 | + "ClientWorldMixin", |
| 18 | + "ConnectScreenMixin", |
| 19 | + "CrashReportMixin", |
| 20 | + "DebugHudMixin", |
| 21 | + "DownloadingTerrainScreenMixin", |
| 22 | + "EmitterParticleMixin", |
| 23 | + "EntityMixin", |
| 24 | + "EntityRendererMixin", |
| 25 | + "GameMenuScreenMixin", |
| 26 | + "GameRendererMixin", |
| 27 | + "HandledScreenMixin", |
| 28 | + "IdentifierMixin", |
| 29 | + "InGameHudMixin", |
| 30 | + "InGameOverlayRendererMixin", |
| 31 | + "KeyBindMixin", |
| 32 | + "KeyboardInputMixin", |
| 33 | + "LightmapManagerMixin", |
| 34 | + "LivingEntityMixin", |
| 35 | + "LivingEntityRendererMixin", |
| 36 | + "MinecraftClientAccessor", |
| 37 | + "MinecraftClientMainMixin", |
| 38 | + "MinecraftClientMixin", |
| 39 | + "ModStatusMixin", |
| 40 | + "MouseMixin", |
| 41 | + "MultiplayerScreenMixin", |
| 42 | + "ParticleAccessor", |
| 43 | + "ParticleManagerMixin", |
| 44 | + "PlayerEntityMixin", |
| 45 | + "PlayerEntityRendererMixin", |
| 46 | + "PlayerListEntryMixin", |
| 47 | + "PlayerListHudMixin", |
| 48 | + "ReloadableResourceManagerMixin", |
| 49 | + "RenderSystemMixin", |
| 50 | + "ScreenMixin", |
| 51 | + "ScreenshotRecorderMixin", |
| 52 | + "ShaderEffectAccessor", |
| 53 | + "SplashOverlayMixin", |
| 54 | + "TitleScreenMixin", |
| 55 | + "TntEntityRendererMixin", |
| 56 | + "WorldListWidgetEntryMixin", |
| 57 | + "WorldRendererAccessor", |
| 58 | + "WorldRendererMixin" |
| 59 | + ], |
| 60 | + "injectors": { |
| 61 | + "defaultRequire": 1 |
65 | 62 | } |
66 | 63 | } |
0 commit comments