Dynamically hide option still hides the crosshair when holding nothing, even when set to disable
skibidibada opened this issue ยท 10 comments
There is a minor bug when the crosshair was hidden, and then you set it to "disabled", it won't show up until looking at a block or entity again. But after that, it reliably stays visible for me.
That is an interesting bug. Which version of Minecraft are you using, which modloader, and what other mods?
There is a minor bug when the crosshair was hidden, and then you set it to "disabled", it won't show up until looking at a block or entity again. But after that, it reliably stays visible for me.
i havent extensively tested it but i can certainly say that in a lot of cases even after looking at a block and looking away the crosshair will disappear again, and this happened even after reopening minecraft, on some servers it will stay visible sometimes and then disappear again other times
That is an interesting bug. Which version of Minecraft are you using, which modloader, and what other mods?
1.20.1, prism launcher
I cannot reproduce this with only DynamicCrosshair, Quilted Fabric API, YACL, and ModMenu. Could you try to figure out which mod causes this? Are there any other mods in your instance that tweak the crosshair or HUD in general?
Ohh, I think I understand the problem. You're holding a shield and have disabled the shield crosshair; is that correct?
I can reproduce this issue if "Behavior / Holding shield" is active, but "Style / Holding shield / Crosshair Style" is set to "Disabled". While I need to handle this combination better, can you try setting "Behavior / Holding shield" to false and see if it fixes your issue?
Under the assumption that this is the case (as it is the only way I was able to reproduce the issue), I just pushed version 7.5 for 1.20.2 that should "fix" this by preventing the shield (or any modifier) style to be set to "Disabled", and have everything configurable only through the Behavior tab instead. If this does in fact not fix your issue, feel free to re-open!