{ "schemaVersion": 1, "id": "phycon_rei", "version": "${version}", "name": "PhyCon REI Integration", "description": "", "authors": [ "Shadowfacts" ], "contact": { "homepage": "https://git.shadowfacts.net/minecraft/PhysicalConnectivity" }, "license": "LGPL-3.0", "entrypoints": { "client": [ { "adapter": "kotlin", "value": "net.shadowfacts.phycon.plugin.rei.PhyConPluginClient" } ], "rei": [ { "adapter": "kotlin", "value": "net.shadowfacts.phycon.plugin.rei.PhyConPluginClient" }, { "adapter": "kotlin", "value": "net.shadowfacts.phycon.plugin.rei.PhyConPluginCommon" } ], "phycon": [ { "adapter": "kotlin", "value": "net.shadowfacts.phycon.plugin.rei.PhyConPluginCommon" } ] }, "mixins": [ ], "depends": { "fabricloader": ">=0.4.0", "fabric": "*", "fabric-language-kotlin": ">=1.3.50", "phycon": "*", "roughlyenoughitems": ["^7.0.0", "^8.0.0"] }, "custom": { "modmenu:parent": "phycon" } }