mrbuilder1961 / ChatPatches

A Minecraft client-side mod that touches up Minecraft's mundane chat, with configurability in mind!
GNU Lesser General Public License v3.0
44 stars 16 forks source link

Subcommand selection (1.20.1) #101

Closed M4X809 closed 11 months ago

M4X809 commented 12 months ago

Description

Subcommand select with ArrowUp is not working

https://discord.com/channels/1077285607375638529/1077297192659861686/1129438714855165952 https://discord.com/channels/1077285607375638529/1077297192659861686/1129442978843336822

mrbuilder1961 commented 12 months ago

solution (on vacation, will impl when over):

targetting here, insert this above:

if(this.chatInputSuggestor.keyPressed(keyCode, scanCode, modifiers)
    cir.setReturnValue(true);

and this towards the top of the file:

@Shadow private ChatInputSuggestor chatInputSuggestor;
mrbuilder1961 commented 11 months ago

official release fix coming out shortly!