Added NoCommandSuggestions to NoRender
Taken from an unmerged pr https://github.com/MeteorDevelopment/meteor-client/pull/1347
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
"required": true,
|
||||
"package": "cloudburst.rejects.mixin.meteor",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [ ],
|
||||
"mixins": [
|
||||
"modules.NoRenderAccessor"
|
||||
],
|
||||
"client": [
|
||||
"ConfigTabMixin",
|
||||
"GuiRendererAccessor",
|
||||
"HttpMixin"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,16 +3,17 @@
|
||||
"package": "cloudburst.rejects.mixin",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"CommandSuggestorMixin"
|
||||
],
|
||||
"client": [
|
||||
"CustomPayloadS2CPacketMixin",
|
||||
"Deadmau5FeatureRendererMixin",
|
||||
"EntityAccessor",
|
||||
"StructureVoidBlockMixin",
|
||||
"TitleScreenMixin",
|
||||
"GameRendererMixin",
|
||||
"LivingEntityRendererMixin",
|
||||
"MinecraftClientMixin",
|
||||
"GameRendererMixin",
|
||||
"StructureVoidBlockMixin",
|
||||
"TitleScreenMixin",
|
||||
"ToastManagerMixin"
|
||||
],
|
||||
"injectors": {
|
||||
|
||||
Reference in New Issue
Block a user