{ "schemaVersion": 1, "id": "frank", "version": "${version}", "name": "Frank", "description": "Mod that displays additional info in furnaces.", "authors": [ "Rosa (evilandqueer)" ], "contact": { "sources": "https://git.eviltransgenders.club/~rosa/frank" }, "license": "MIT", "icon": "assets/frank/icon.png", "environment": "client", "entrypoints": { "client": [ "net.inyourwalls.frank.Frank" ], "modmenu": [ "net.inyourwalls.frank.ModMenuIntegration" ] }, "mixins": [ "frank.mixins.json" ], "depends": { "fabricloader": ">=0.18.4", "fabric-screen-api-v1": ">=0.152.2+26.2", "minecraft": ">=26.2" }, "suggests": {}, "custom": { "loom:injected_interfaces": { "net/minecraft/world/inventory/AbstractFurnaceMenu": ["net/inyourwalls/frank/ScreenHandlerPropertyAccessor"] } } }