{ "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" ] }, "mixins": [ "frank.mixins.json" ], "depends": { "fabricloader": ">=0.14.22", "fabric-screen-api-v1": ">=0.114.2+1.21.4", "java": ">=17", "minecraft": "~1.21.11" }, "suggests": {}, "custom": { "loom:injected_interfaces": { "net/minecraft/world/inventory/AbstractFurnaceMenu": ["net/inyourwalls/frank/ScreenHandlerPropertyAccessor"] } } }