fabric: Add a couple more commands to the test mod

This commit is contained in:
jmp 2021-03-11 02:19:47 -08:00 committed by Jason
parent d72558ee81
commit 5a15ca2167
5 changed files with 297 additions and 68 deletions

View file

@ -0,0 +1,11 @@
{
"package": "cloud.commandframework.fabric.testmod.mixin",
"compatibilityLevel": "JAVA_8",
"required": true,
"mixins": [
"GiveCommandAccess"
],
"injectors": {
"defaultRequire": 1
}
}

View file

@ -5,7 +5,7 @@
"name": "Cloud Test mod",
"description": "Command framework and dispatcher for the JVM",
"authors": [ "Citomonstret", "zml" ],
"authors": [ "Citymonstret", "zml" ],
"contact": {
"homepage": "https://commandframework.cloud/",
"sources": "https://github.com/Incendo/cloud"
@ -22,6 +22,10 @@
]
},
"mixins": [
"cloud-testmod.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric-command-api-v1": "*",