aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/roughlyenoughitems.client.json
blob: 45b9f484262b1c3f25cba588409bb3d5a6b57c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "required": true,
  "package": "me.shedaniel.rei.mixin",
  "minVersion": "0.7.11",
  "compatibilityLevel": "JAVA_8",
  "mixins": [
    "MixinContainerScreen",
    "MixinClientPlayNetworkHandler",
    "MixinPlayerInventoryScreen",
    "MixinCraftingTableScreen",
    "MixinCreativePlayerInventoryScreen",
    "MixinBrewingRecipeRegistry",
    "MixinTabGetter",
    "GhostSlotsHook"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}