aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/roughlyenoughitems.client.json
blob: b492b2ec1acb98d4d40a5d0a2578a928c2c731e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "required": true,
  "minVersion": "0.7.7",
  "target": "@env(DEFAULT)",
  "package": "me.shedaniel.rei.mixin",
  "refmap": "mixins.roughlyenoughitems.refmap.json",
  "compatibilityLevel": "JAVA_8",
  "client": [
    "MixinGuiContainer",
    "MixinNetHandlerPlayClient",
    "MixinGuiInventory",
    "MixinGuiCrafting",
    "MixinGuiContainerCreative",
    "MixinPotionBrewing",
    "MixinGuiRecipeBook",
    "MixinKeyBinding"
  ]
}