21 lines
485 B
JSON
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"
|
|
}
|
|
}
|