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