aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mixin.roughlyenoughitems.json
blob: da39a2b7e195776f784a7fe701d2d2d7078804a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "required": true,
  "package": "me.shedaniel.rei.mixin",
  "minVersion": "0.7.11",
  "compatibilityLevel": "JAVA_8",
  "mixins": [],
  "client": [
    "MixinBrewingRecipeRegistry",
    "MixinItemStack",
    "MixinItemRenderer"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}