1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "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" ] }