#Quick Navigation Edit jumps to Item Icon
28 messages · Page 1 of 1 (latest)
either we did smth very funni in our code or YACL has a bug
I have that problem too
report it to Xander
the issue isn't present in skyblocker-1.20.2-beta-1bcd1ae+1.20.6 if that matters (that was one of the choco factory versions)
I can confirm this being an issue (and a rweally annoying one)
it should be reported to Xander/YACL
so it can be fixed
we can't do anything about this ourselves sadly
(YACL is basically a mod inside of skyblocker that provides the tools to build this config screen, which skyblocker implements)
do you know the specific version that's in use currently (and maybe previously since there was no issue before)? i'll try to get in contact then
Mod bundles 3.4.2 I think
To find out for sure check your latest.log
It’ll have a list of all mods when h first start the game
I would also check if it happens with the latest 3.4.4 version, you can download from modrinth and put in mods folder and skyblocker will use that jar instead
The issue tracker and discord should also be there
ok i'll take a look and test it with the latest version once i find some time
skyblocker uses: yet_another_config_lib_v3 3.4.1+1.20.5-fabric
i tried it with: yet_another_config_lib_v3 3.4.4+1.20.6-fabric
still happens so i'll try to let xander know somehow
wait that makes no sense
skyblocker-1.20.2-beta-1bcd1ae+1.20.6 does not have the issue and uses
|-- com_twelvemonkeys_common_common-image 3.10.0
|-- com_twelvemonkeys_common_common-io 3.10.0
|-- com_twelvemonkeys_common_common-lang 3.10.0
|-- com_twelvemonkeys_imageio_imageio-core 3.10.0
|-- com_twelvemonkeys_imageio_imageio-metadata 3.10.0
|-- com_twelvemonkeys_imageio_imageio-webp 3.10.0
|-- org_quiltmc_parsers_gson 0.2.1
\-- org_quiltmc_parsers_json 0.2.1```
`skyblocker 1.20.2-beta-f8c61e2+1.20.6` has the issue and uses
``` \-- yet_another_config_lib_v3 3.4.1+1.20.5-fabric
|-- com_twelvemonkeys_common_common-image 3.10.0
|-- com_twelvemonkeys_common_common-io 3.10.0
|-- com_twelvemonkeys_common_common-lang 3.10.0
|-- com_twelvemonkeys_imageio_imageio-core 3.10.0
|-- com_twelvemonkeys_imageio_imageio-metadata 3.10.0
|-- com_twelvemonkeys_imageio_imageio-webp 3.10.0
|-- org_quiltmc_parsers_gson 0.2.1
\-- org_quiltmc_parsers_json 0.2.1```
so it's not an issue with yacl
it's both the same version
not necessarily
could just be an edge case in YACL
.name(Text.translatable("skyblocker.config.quickNav.button.uiTitle"))
.binding(defaultButton.uiTitle,
() -> button.uiTitle,
newValue -> button.uiTitle = newValue)
.controller(StringControllerBuilder::create)
.build())
and saying nothing in here has to do with Items/Itemstacks i would also say probs YACL hitting a weird edgecase
i created a post on xander's discord https://discord.com/channels/780023008668287017/1249669440195399701
to find the exact commit where we introduced the issue, just git bisect