fabric: Begin adding support for some wrapped vanilla arguments
This commit is contained in:
parent
62caa2d641
commit
3be50956cc
13 changed files with 453 additions and 27 deletions
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"package": "cloud.commandframework.fabric.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"required": true,
|
||||
"mixins": [
|
||||
"CloudStringReaderMixin",
|
||||
"CommandManagerMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue