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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue