oblak/cloud-minecraft/cloud-fabric/src/main/resources/fabric.mod.json
2021-07-05 02:56:06 -07:00

21 lines
485 B
JSON

{
"schemaVersion": 1,
"id": "cloud-v1",
"version": "${version}",
"name": "Cloud",
"description": "Command framework and dispatcher for the JVM",
"authors": [ "Citomonstret", "zml" ],
"contact": {
"homepage": "https://commandframework.cloud/",
"sources": "https://github.com/Incendo/cloud"
},
"license": "MIT",
"icon": "assets/cloud/logo.png",
"depends": {
"fabricloader": ">=0.7.4",
"fabric-command-api-v1": "*",
"minecraft": ">=1.14"
}
}