Fuzss / strawstatues

Bring some life to your builds with player statues of your favorite Minecrafters!
https://www.curseforge.com/minecraft/mc-mods/straw-statues
Mozilla Public License 2.0
1 stars 3 forks source link

[Bug]: conflicting functionality of segments #21

Closed dadoirie closed 1 year ago

dadoirie commented 1 year ago

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:

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

Fuzss commented 1 year ago

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.

dadoirie commented 1 year ago

perfect - works like a charm

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

Fuzss commented 1 year ago

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.