{ "schemaVersion": 1, "id": "frank", "version": "${version}", "name": "Frank", "description": "Mod that displays additional info about furnaces and fuels.", "authors": [ "InYourWalls" ], "contact": { "sources": "https://gitlab.com/programmersocks/frank" }, "license": "MIT", "icon": "assets/frank/icon.png", "environment": "client", "entrypoints": { "client": [ "net.inyourwalls.frank.Frank" ] }, "depends": { "fabricloader": ">=0.14.22", "fabric-api": ">=0.90.4+1.20.2", "minecraft": "~1.20.2", "java": ">=17" }, "suggests": {}, "custom": { "modmenu": { "links": { "frank.matrix": "https://matrix.to/#/#mod-support:inyourwalls.net" } } } }