Added NoCommandSuggestions to NoRender

Taken from an unmerged pr

https://github.com/MeteorDevelopment/meteor-client/pull/1347
This commit is contained in:
Stormybytes
2021-08-07 17:26:02 +07:00
parent 4c788e3cb0
commit 25a294c213
5 changed files with 60 additions and 5 deletions

View File

@@ -2,10 +2,12 @@
"required": true,
"package": "cloudburst.rejects.mixin.meteor",
"compatibilityLevel": "JAVA_16",
"mixins": [ ],
"mixins": [
"modules.NoRenderAccessor"
],
"client": [
"ConfigTabMixin",
"GuiRendererAccessor",
"HttpMixin"
]
}
}