forked from Earthcomputer/clientcommands
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmixins.clientcommands.json
More file actions
85 lines (85 loc) · 3.06 KB
/
mixins.clientcommands.json
File metadata and controls
85 lines (85 loc) · 3.06 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
{
"required": true,
"package": "net.earthcomputer.clientcommands.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"commands.enchant.EnchantmentScreenMixin",
"commands.findblock.LevelChunkMixin",
"commands.fish.FishingHookMixin",
"commands.fish.FishingRodItemMixin",
"commands.fish.ItemEntityMixin",
"commands.generic.ChatScreenMixin",
"commands.generic.ClientSuggestionsProviderMixin",
"commands.glow.ArmorStandRendererMixin",
"commands.glow.ClientLevelMixin",
"commands.glow.EntityMixin",
"commands.glow.LivingEntityRendererMixin",
"commands.listen.ConnectionMixin",
"commands.relog.ClientPacketListenerMixin",
"commands.render.EntityRendererDispatcherMixin",
"commands.time.ClientLevelDataMixin",
"commands.weather.LevelMixin",
"debug.EntityMixin",
"debug.ServerLevelMixin",
"events.EntityMixin",
"events.ExperienceOrbMixin",
"events.MinecraftMixin",
"lengthextender.EditBoxMixin",
"lengthextender.StringUtilMixin",
"rngevents.AnvilMenuMixin",
"rngevents.ClientPacketListenerMixin",
"rngevents.ConsumableMixin",
"rngevents.CreeperMixin",
"rngevents.CrossbowItemMixin",
"rngevents.CustomCreativeSlotMixin",
"rngevents.EntityMixin",
"rngevents.FishingRodItemMixin",
"rngevents.FlintAndSteelItemMixin",
"rngevents.FoodOnAStickItemMixin",
"rngevents.HoeAndShovelItemMixin",
"rngevents.InventoryMixin",
"rngevents.ItemStackMixin",
"rngevents.LivingEntityMixin",
"rngevents.LocalPlayerMixin",
"rngevents.MultiPlayerGameModeMixin",
"rngevents.MushroomCowSheepAndSnowGolemMixin",
"rngevents.PlayerMixin",
"rngevents.PumpkinBlockMixin",
"rngevents.ServerboundContainerClosePacketMixin",
"rngevents.ShearsItemMixin",
"rngevents.droppableinventory.AbstractCraftingMenuMixin",
"rngevents.droppableinventory.CartographyTableMenuMixin",
"rngevents.droppableinventory.EnchantmentMenuMixin",
"rngevents.droppableinventory.GrindstoneMenuMixin",
"rngevents.droppableinventory.ItemCombinerMenuMixin",
"rngevents.droppableinventory.LoomMenuMixin",
"rngevents.droppableinventory.MerchantMenuMixin",
"rngevents.droppableinventory.StonecutterMenuMixin"
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
},
"client": [
"c2c.ChatListenerMixin",
"c2c.ClientPacketListenerMixin",
"commands.alias.ClientSuggestionProviderMixin",
"commands.enchant.MultiPlayerGameModeMixin",
"commands.findblock.ClientLevelMixin",
"commands.fps.MinecraftMixin",
"commands.fps.OptionsMixin",
"commands.generic.CommandSuggestionsMixin",
"commands.glow.LivingEntityRenderStateMixin",
"commands.reply.ClientPacketListenerMixin",
"commands.snap.MinecraftMixin",
"dataqueryhandler.ClientPacketListenerMixin",
"events.ClientPacketListenerMixin",
"lengthextender.ChatScreenMixin",
"rngevents.ClientLevelMixin",
"scrambletitle.MinecraftMixin",
"serverbrand.ClientCommonPacketListenerImplMixin",
"suggestionshook.ClientPacketListenerMixin"
]
}