forked from isXander/Debugify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebugify.client.mixins.json
More file actions
69 lines (69 loc) · 2.48 KB
/
debugify.client.mixins.json
File metadata and controls
69 lines (69 loc) · 2.48 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
{
"required": true,
"package": "dev.isxander.debugify.client.mixins",
"compatibilityLevel": "JAVA_25",
"injectors": {
"defaultRequire": 1
},
"plugin": "dev.isxander.debugify.mixinplugin.MixinPlugin",
"mixinextras": {
"minVersion": "0.5.3"
},
"client": [
"basic.mc105068.LivingEntityMixin",
"basic.mc115092.SquidRendererMixin",
"basic.mc116379.FishingHookRendererMixin",
"basic.mc118740.GuiMixin",
"basic.mc118740.LocalPlayerMixin",
"basic.mc122477.EditBoxMixin",
"basic.mc122477.MinecraftMixin",
"basic.mc122627.CommandSuggestionsMixin",
"basic.mc127970.ItemInHandRendererMixin",
"basic.mc143474.ClientPacketListenerMixin",
"basic.mc165305.RenderPipelinesMixin",
"basic.mc165381.LocalPlayerMixin",
"basic.mc176559.MultiPlayerGameModeMixin",
"basic.mc197260.ArmorStandRendererMixin",
"basic.mc197260.LivingEntityRendererMixin",
"basic.mc210318.BookSignScreenMixin",
"basic.mc211561.FishingHookRendererMixin",
"basic.mc215531.GuiMixin",
"basic.mc217716.GameRendererMixin",
"gameplay.mc231097.LocalPlayerMixin",
"basic.mc237493.OptionsMixin",
"basic.mc237493.TelemetryEventInstanceMixin",
"basic.mc237493.TelemetryEventWidgetMixin",
"basic.mc237493.TelemetryInfoScreenMixin",
"basic.mc242809.DirectJoinServerScreenMixin",
"basic.mc242809.ManageServerScreenMixin",
"basic.mc251068.WorldSelectionListMixin",
"basic.mc267376.CameraMixin",
"basic.mc268420.GuiMixin",
"basic.mc280220.DolphinCarryingItemLayerMixin",
"basic.mc298225.CameraMixin",
"basic.mc298558.AtmosphericFogEnvironmentMixin",
"basic.mc35361.MinecraftMixin",
"basic.mc4490.FishingHookRendererMixin",
"basic.mc46737.GameRendererMixin",
"basic.mc46766.MinecraftMixin",
"basic.mc57057.GuardianAttackSoundInstanceMixin",
"basic.mc577.AbstractContainerScreenMixin",
"basic.mc59810.MouseHandlerMixin",
"basic.mc61489.BookEditScreenMixin",
"basic.mc61489.BookViewScreenMixin",
"basic.mc79545.ExperienceBarRendererMixin",
"basic.mc80859.AbstractContainerScreenMixin",
"basic.mc90683.ClientPacketListenerMixin",
"basic.mc93384.LivingEntityMixin",
"gameplay.mc159163.ClientPacketListenerMixin"
],
"mixins": [
"basic.mc118740.PlayerMixin",
"basic.mc176559.ItemStackAccessor",
"basic.mc188359.CakeBlockMixin",
"basic.mc188359.ConsumableMixin",
"basic.mc206540.EntityMixin",
"basic.mc259512.LivingEntityMixin",
"gameplay.mc136249.LivingEntityMixin"
]
}