{ "schemaVersion": 1, "id": "frank", "version": "${version}", "name": "Frank", "description": "Mod that displays additional info in furnaces.", "authors": [ "InYourWalls" ], "contact": { "sources": "https://codeberg.org/inyourwalls/frank" }, "license": "MIT", "icon": "assets/frank/icon.png", "environment": "client", "entrypoints": { "client": [ "net.inyourwalls.frank.Frank" ], "modmenu": [ "net.inyourwalls.frank.ModMenuIntegration" ] }, "depends": { "fabricloader": ">=0.14.22", "fabric-screen-api-v1": ">=0.100.1+1.21", "java": ">=17", "minecraft": "~1.21" }, "suggests": {}, "custom": { "modmenu": { "links": { "frank.matrix": "https://matrix.to/#/#mod-support:inyourwalls.net" } } } }