![Straw Statues [Forge & Fabric]](https://media.forgecdn.net/avatars/thumbnails/858/350/256/256/638263496881343345.png)
[Bug]: conflicting functionality of segments
dadoirie opened this issue ยท 3 comments
Mod Loader (Required)
Fabric
Minecraft Version (Required)
1.20.1
Mod Version (Required)
8.0.1
Notes (Required)
When having either one or both of them Straw Statues & Armor Statues active following issue occurs:
It breaks the functionality of segmented
Only happens when the first hotbar slot is selected:
- pressing 1 doesn't trigger the selection of the first segment
- pressing 2 does trigger the 2nd segment, but pressing 1 does not select the 1st slot of the 2nd segment
- pressing 3 does trigger the 3rd segment selection, but does not select the 1st slot of the 3rd segment when pressing 1
When any other slot is selected switching slots works without issues, just when having again the first slot selected this issue is triggering again.
Will post this also in the segments Github issues and link the issues so that both sides know of it and figure out which of them is more suited or even the one causing it and hopefully fixing it.
latest.log (Optional)
No response
This is an incompatibility caused by an underlying library used in both statues mods which is also shared with my Slot Cycler mod.
You should be able to fix this by going into the puzzlesapi-slotcycling-client.toml
file and setting double_press_hotbar_key
to false
.
perfect - works like a charm
and this only affects the slot cycler mod or does has any use for the statues?