aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/skyblocker.mixins.json
blob: 43e3a8f8a3d010228e7c6dd6318c85ac7ad6b244 (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
36
37
38
{
  "required": true,
  "package": "me.xmrvizzy.skyblocker.mixin",
  "plugin": "me.xmrvizzy.skyblocker.compatibility.MixinPlugin",
  "compatibilityLevel": "JAVA_17",
  "client": [
    "AbstractInventoryScreenMixin",
    "ArmorTrimMixin",
    "BatEntityMixin",
    "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.ScreenAccessor",
    "accessor.WorldRendererAccessor"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}