fabric: Add a couple more commands to the test mod
This commit is contained in:
parent
d72558ee81
commit
5a15ca2167
5 changed files with 297 additions and 68 deletions
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"package": "cloud.commandframework.fabric.testmod.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"required": true,
|
||||
"mixins": [
|
||||
"GiveCommandAccess"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
|
|
@ -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": "*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue