ViaVersionMCP / ViaMCP

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

Slider & Gui bug #18

Closed RinoRika closed 2 months ago

RinoRika commented 2 months ago

a1ce740349d22eae271c7b1b33e0d34b 73b8ea081c90e73b47f1225420381ec8 ef6eea32441a24b015dab29756861b43

*1: There are two "1.8.x" in the slider, and the slider can only be pulled to "1.20.3-1.20.4", but not "1.20.5-1.20.6";

12439e51b99d44025ad057894810408d

*2: The ViaMCP Gui displays 1 version after the slider.(eg. slider: 1.12.2, gui: 1.13)

It seems that the two bugs are caused by one code problem(the extra 1.8.x version in the slider), can you fix it? (Sorry for poor English)

toidicakhia commented 2 months ago

a1ce740349d22eae271c7b1b33e0d34b 73b8ea081c90e73b47f1225420381ec8 ef6eea32441a24b015dab29756861b43

*1: There are two "1.8.x" in the slider, and the slider can only be pulled to "1.20.3-1.20.4", but not "1.20.5-1.20.6";

12439e51b99d44025ad057894810408d

*2: The ViaMCP Gui displays 1 version after the slider.(eg. slider: 1.12.2, gui: 1.13)

It seems that the two bugs are caused by one code problem(the extra 1.8.x version in the slider), can you fix it? (Sorry for poor English)

Same

Slider display previous version, and 2 issue u mention is 1

toidicakhia commented 2 months ago

@RinoRika found a fix for slider, wait me for pull request

RinoRika commented 2 months ago

Thx for that.