ViaVersionMCP / ViaMCP

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

Slider bug #23

Open liuedg233 opened 3 months ago

liuedg233 commented 3 months ago

1.The slider will default to version 1.21, but the actual version is still 1.8.9 image image

2.The slider skipped 1.12.2

TypicalModMaker commented 3 months ago

1.12.2 is being skipped i can reproduce

RinoRika commented 3 months ago

The issue can be reproduced. Actually this is a bug similar to my last issue, but the slider displays 1 version before real version after being pulled to 1.13 and can't be pulled to 1.12.2. a164c02c27d088d68b29a656a97b5411 dcfc99ce25df0e12461f72460e1c6904 9627abd732c1d132a5256c11d732ca6e

RinoRika commented 3 months ago

Also, the viamcp default version is always the latest Minecraft version. You can set "dragValue" in AsyncVersionSlider.java to "0f" by yourself in order to set the default version to 1.8.x. "the actual version is still 1.8.9" is caused by the problem i mentioned above.

liuedg233 commented 3 months ago

此外,viamcp 默认版本始终是最新的 Minecraft 版本。您可以自行将AsyncVersionSlider.java中的“dragValue”设置为“0f”,以便将默认版本设置为 1.8.x。

But why is the actual version 1.8

liuedg233 commented 3 months ago

此外,viamcp 默认版本始终是最新的 Minecraft 版本。您可以自行将AsyncVersionSlider.java中的“dragValue”设置为“0f”,以便将默认版本设置为 1.8.x。

Thank you!