Straw Statues [Forge & Fabric]

Straw Statues [Forge & Fabric]

3M Downloads

[Bug]: conflicting functionality of segments

dadoirie opened this issue ยท 3 comments

commented

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

commented

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.

commented

perfect - works like a charm

and this only affects the slot cycler mod or does has any use for the statues?

commented

It is completely unrelated to the statues mods. I just don't want to have a bunch of libraries when I need to share code between two mods, so it all ends up in Puzzles Api.