aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/roughlyenoughitems.client.json
blob: 77e4857fe1328900fa6b4df5e9f02a8d84e071d4 (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",
  "mixins": [
    "MixinGuiContainer",
    "MixinNetHandlerPlayClient",
    "MixinGuiInventory",
    "MixinGuiCrafting",
    "MixinGuiContainerCreative",
    "MixinPotionBrewing",
    "MixinGuiRecipeBook",
    "MixinKeyBinding"
  ]
}