You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Quark 1.20.1 Forge (Quark-4.0-460.jar), when I enable the Variant Selector, and add a sufficiently large number of variant types, I am unable to select variants from the bottom right quadrant of my screen.
Placing my cursor in the bottom right quadrant selects the final segment.
Placing my cursor exactly on the half-way mark selects the first segment in that quadrant of the screen.
This isn't noticeable in packs like Musketeer, as the number of Variant Types is only 7, so the only segments existing in this quadrant of the screen are:
Selectable in another quadrant
The last segment
If we increase the number of Variant Types to 8. This remains usable:
If we increase the number of Variant Types to 12, the problem emerges:
My cursor was over the fence block render, and the segment was unselected.
I believe this is due to the check carried out here:
Hello,
Using Quark 1.20.1 Forge (Quark-4.0-460.jar), when I enable the Variant Selector, and add a sufficiently large number of variant types, I am unable to select variants from the bottom right quadrant of my screen.
Placing my cursor in the bottom right quadrant selects the final segment.
Placing my cursor exactly on the half-way mark selects the first segment in that quadrant of the screen.
This isn't noticeable in packs like Musketeer, as the number of Variant Types is only 7, so the only segments existing in this quadrant of the screen are:
If we increase the number of Variant Types to 8. This remains usable:
If we increase the number of Variant Types to 12, the problem emerges:
My cursor was over the fence block render, and the segment was unselected.
I believe this is due to the check carried out here:
Quark/src/main/java/org/violetmoon/quark/content/experimental/client/screen/VariantSelectorScreen.java
Line 81 in f917610
The text was updated successfully, but these errors were encountered: