aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/skyblocker.mixins.json
blob: 06b2b50c8990a55e6fa2ea0893efedeb033b65d4 (plain)
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
{
  "required": true,
  "package": "me.xmrvizzy.skyblocker.mixin",
  "plugin": "me.xmrvizzy.skyblocker.compatibility.MixinPlugin",
  "compatibilityLevel": "JAVA_17",
  "client": [
    "ArmorTrimMixin",
    "ClientPlayerEntityMixin",
    "ClientPlayNetworkHandlerMixin",
    "DrawContextMixin",
    "DyeableItemMixin",
    "FarmlandBlockMixin",
    "GenericContainerScreenHandlerMixin",
    "HandledScreenMixin",
    "InGameHudMixin",
    "InventoryScreenMixin",
    "ItemStackMixin",
    "LeverBlockMixin",
    "MinecraftClientMixin",
    "PlayerListHudMixin",
    "PlayerSkinProviderMixin",
    "ScoreboardMixin",
    "WorldRendererMixin",
    "YggdrasilServicesKeyInfoMixin",
    "accessor.BeaconBlockEntityRendererInvoker",
    "accessor.FrustumInvoker",
    "accessor.HandledScreenAccessor",
    "accessor.PlayerListHudAccessor",
    "accessor.RecipeBookWidgetAccessor",
    "accessor.WorldRendererAccessor"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}