aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/roughlyenoughitems.client.json
blob: 8d5f0faabf942fef2ccd71aaafef9aab1eac0318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "required": true,
  "package": "me.shedaniel.mixins",
  "compatibilityLevel": "JAVA_8",
  "mixins": [
    "MixinDoneLoading",
    "MixinBrewingRecipeRegistry",
    "MixinContainerGui",
    "MixinMinecraftResize",
    "MixinKeyboardListener",
    "MixinRecipeManager",
    "MixinCreativePlayerInventoryGui",
    "MixinRecipeBookGui"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}