{ "schemaVersion": 1, "id": "quickly", "version": "${version}", "name": "quickly", "description": "The successor of the quickie mod. With this, one can play minecraft quicker.", "authors": [ "Jotty" ], "contact": { "homepage": "https://git.jottyfan.de/minecraft/quickly", "sources": "https://git.jottyfan.de/minecraft/quickly" }, "license": "AGPL-3", "icon": "assets/quickly/icon.png", "environment": "*", "entrypoints": { "main": [ "de.jottyfan.minecraft.Quickly" ], "client": [ "de.jottyfan.minecraft.QuicklyClient" ] }, "mixins": [ "quickly.mixins.json" ], "depends": { "fabricloader": ">=0.18.3", "minecraft": "~26.1-", "java": ">=25", "fabric-api": "*" } }