aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mixins.roughlyenoughitems.json
blob: 70ed60d7a25eaa75a1b487998323867581abf7c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "required": true,
  "minVersion": "0.7.7",
  "compatibilityLevel": "JAVA_8",
  "target": "@env(DEFAULT)",
  "package": "me.shedaniel.mixins",
  "refmap": "mixins.roughlyenoughitems.refmap.json",
  "mixins": [
    "MixinDoneLoading",
    "MixinPotionBrewing"
  ],
  "client": [
    "MixinGuiContainer",
    "MixinMinecraftResize",
    "MixinKeyboardListener",
    "MixinRecipeManager",
    "MixinGuiContainerCreative",
    "MixinGuiRecipeBook"
  ]
}