{ "schemaVersion": 1, "id": "roughlyenoughitems", "name": "Roughly Enough Items", "description": "To allow players to view items and recipes. Version: ${version}", "version": "${version}", "authors": [ "Danielshe" ], "contact": { "homepage": "https://minecraft.curseforge.com/projects/roughly-enough-items", "sources": "https://github.com/shedaniel/RoughlyEnoughItems", "issues": "https://github.com/shedaniel/RoughlyEnoughItems/issues" }, "license": "MIT", "icon": "pack.png", "entrypoints": { "client": [ "me.shedaniel.rei.RoughlyEnoughItemsCore", "me.shedaniel.rei.client.ClientHelperImpl", "me.shedaniel.rei.client.ScreenHelper" ], "main": [ "me.shedaniel.rei.RoughlyEnoughItemsNetwork" ], "modmenu": [ "me.shedaniel.rei.REIModMenuEntryPoint" ], "rei_plugins": [ "me.shedaniel.rei.plugin.DefaultPlugin" ] }, "requires": { "fabricloader": ">=0.4.0", "cloth": "*" }, "recommends": { "cloth-config": ">=0.1.0" }, "mixins": [ "roughlyenoughitems.mixins.json" ], "custom": { "modmenu:clientsideOnly": true } }