{ "schemaVersion": 1, "id": "${modId}", "version": "${modVersion}", "name": "${modName}", "description": "An open source building assist mod featuring vim-like modes and modifiers.", "authors": [ "moonleay" ], "icon": "assets/${modId}/logo.png", "contact": { "email": "contact@moonleay.net", "homepage": "https://moonleay.net", "sources": "https://codeberg.org/moonleay/Gimble", "issues": "https://codeberg.org/moonleay/Gimble/issues" }, "license": "GPL-3.0", "environment": "*", "entrypoints": { "client": [ { "adapter": "kotlin", "value": "net.moonleay.gimble.client.ClientMain" } ], "main": [ { "adapter": "kotlin", "value": "net.moonleay.gimble.Main" } ], "fabric-datagen": [ { "adapter": "kotlin", "value": "net.moonleay.gimble.datagen.DataGenerator" } ] }, "mixins": [ "${modId}.mixins.json" ], "depends": { "fabricloader": ">=${fabricLoaderVersion}", "fabric": "*", "fabric-language-kotlin": ">=${fabricKotlinVersion}", "minecraft": "${minecraftVersion}" }, "accessWidener": "${modId}.accesswidener" }