aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/skyblocker.mixins.json
blob: 656f9d32fdfb96ce34ae2d3fa22b1057107915c2 (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
{
  "required": true,
  "package": "me.xmrvizzy.skyblocker.mixin",
  "compatibilityLevel": "JAVA_17",
  "client": [
    "AccessorWorldRenderer",
    "ClientPlayerEntityMixin",
    "ClientPlayNetworkHandlerMixin",
    "DrawContextMixin",
    "FarmlandBlockMixin",
    "GenericContainerScreenHandlerMixin",
    "HandledScreenAccessor",
    "HandledScreenMixin",
    "InGameHudMixin",
    "InventoryScreenMixin",
    "LeverBlockMixin",
    "MinecraftClientMixin",
    "PlayerListHudAccessor",
    "PlayerListHudMixin",
    "PlayerSkinProviderMixin",
    "RecipeBookWidgetAccessor",
    "ScoreboardMixin",
    "accessor.BeaconBlockEntityRendererInvoker",
    "accessor.FrustumInvoker"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}