craftguide
craftguide copied to clipboard
Craftguide inventory graphical issue
minetest: 5.2.0
craftguide: https://github.com/minetest-mods/craftguide/commit/8c7408f66f0483ff064f004b29dc69de158b3a74
When using the craftguide book or sign the arrows are overlapping with the number of usages or recipes. While its still usable, its distracting and much harder to read unlike the screenshot shown in the README.md
file.
I can reproduce this with minetest_game
and no other mods, is there anything that can be done to resolve this?
I'm waiting https://github.com/minetest/minetest/pull/8658 to be merged to fix that. Current label wrapping doesn't care about font size.
Ah, thanks for explaining. Do you know what the current delay with that PR is? Could it be potentially backported to a server build or is it client side?
Both the server and client need it. Ask @rubenwardy for a review.
Why not just giving the text more space to breathe in the meantime? Will also benefit translations which are usually more verbose than English.
The proper fix is to have the label aligned on the right and put it outside between the buttons.
Text has been granted more space (good if you're german) but this doesn't into account the font size yet.
https://github.com/minetest-mods/craftguide/commit/00dcea5c50240e0ab50f1b97b55676e4a7d4f553 should resolve the labels overlapping but you need to use Minetest 5.4-dev.
Thanks for the continued attention, I'm not currently playing minetest so I'm not sure when I will be able to test this. Feel free to close this issue when you find best, I would suggest perhaps when this is fixed in a stable minetest release?