fabric: Begin work on commands manager for platform

This commit is contained in:
Zach Levis 2020-11-24 21:39:29 -08:00 committed by Jason
parent 0722bf6ead
commit eef98da9c9
16 changed files with 737 additions and 8 deletions

View file

@ -0,0 +1,28 @@
{
"schemaVersion": 1,
"id": "cloud-testmod",
"version": "${version}",
"name": "Cloud Test mod",
"description": "Command framework and dispatcher for the JVM",
"authors": [ "Alexander Söderberg" ],
"contact": {
"homepage": "https://commandframework.cloud/",
"sources": "https://github.com/Incendo/cloud"
},
"license": "MIT",
"icon": "assets/cloud/logo.png",
"entrypoints": {
"main": [
"cloud.commandframework.fabric.testmod.FabricExample"
]
},
"depends": {
"fabricloader": ">=0.7.4",
"fabric-command-api-v1": "*",
"minecraft": ">=1.14",
"cloud": "*"
}
}