Files
quickly/src/main/resources/fabric.mod.json
T
2026-06-16 18:11:51 +02:00

31 lines
668 B
JSON

{
"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"
]
},
"depends": {
"fabricloader": ">=0.19.3",
"minecraft": "~26.2-",
"java": ">=25",
"fabric-api": "*"
}
}