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
}
}