ViaVersionMCP / ViaMCP

ViaVersion VersionSwitcher for Minecraft Coder Pack (MCP)
GNU General Public License v3.0
51 stars 10 forks source link

GuiProtocolSelector died again #24

Closed RinoRika closed 2 months ago

RinoRika commented 2 months ago

Go to GuiProtocolSelector, click 1.21, and get crashed with NullPointerException. Solution:

  1. Add to ProtocolInfo.java: public static ProtocolInfo R1_21 = new ProtocolInfo("Tricky Trials", NO_DESC, "June 13, 2024", ProtocolVersion.v1_21);
  2. Add to PROTOCOL_INFOS in ProtocolInfo.java: R1_21
toidicakhia commented 2 months ago

Go to GuiProtocolSelector, click 1.21, and get crashed with NullPointerException. Solution:

  1. Add to ProtocolInfo.java: _public static ProtocolInfo R1_21 = new ProtocolInfo("Tricky Trials", NO_DESC, "June 13, 2024", ProtocolVersion.v121);
  2. Add to PROTOCOL_INFOS in ProtocolInfo.java: R1_21

Waiting until Via Version is fixed some issues, and you can make pull request.

FlorianMichael commented 2 months ago

Thanks, I updated it but forgot to push it. If you notice that entries are missing there, you can also request them.