Various minor cleanup

This commit is contained in:
Jason Penilla 2021-06-28 02:13:48 -07:00 committed by Jason
parent 0c5fec4187
commit f7b7b93251
12 changed files with 29 additions and 21 deletions

View file

@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"id": "cloud-v1",
"id": "cloud",
"version": "${version}",
"name": "Cloud",

View file

@ -30,6 +30,6 @@
"fabricloader": ">=0.7.4",
"fabric-command-api-v1": "*",
"minecraft": ">=1.14",
"cloud-v1": "*"
"cloud": "*"
}
}