Hello, i wanted to replace the text at the bottom left "Minecraft 1.20.1/Fabric (Modded)" with my own modpacks name and it's version, but i cant find a way to make it look "good", i tried just adding a text and such, but it always has a big gap inbetween the edge and the text and i didnt find an option to add a "on hover" interaction, but maybe im just blind
#✅ | 🙋 | Replace bottom left text
1 messages · Page 1 of 1 (latest)
Checking the docs for the bottom-left version text and whether FancyMenu can change its spacing or hover behavior. I’ll see what the intended way is before I suggest anything 🙂
Yep, you’re not blind 😄
For that bottom-left Minecraft 1.20.1/Fabric (Modded) text, the cleanest way is not to add a new text element. Instead, edit the existing vanilla element on the Title Screen layout.
What usually causes the ugly gap is that the new text is being placed with the wrong anchor point or as a separate element.
Try this:
- Open the Title Screen layout
- Find the vanilla element for that version text
- Set its anchor to Bottom-Left Corner
- Adjust the X/Y offset a bit until it sits where you want
- Change the text to your modpack name and version
For hover behavior:
- FancyMenu does not really have a direct “on hover” interaction for plain text like a button does
- The closest option is using a Tooltip or a visibility/loading requirement like Is Element Hovered
- If you want real hover-style interaction, you’d usually make it a more interactive element instead of just plain text
So short version:
- Replace the existing vanilla text
- Anchor it bottom-left
- Use tooltip / hovered requirement for hover info
If you want, I can help you set up the exact layout text so it looks neat and sits flush in the corner 📌
i dont have an option to edit the text
Checking why the text edit option might be missing. I’m asking the docs expert if that version text is editable directly or if it needs to be replaced another way 🙂
Yep, that usually means you’re looking at a vanilla element, not a FancyMenu text element, so there’s no direct text-edit field for it 😅
What to do instead:
- Open the Title Screen layout for the current screen
- Find the bottom-left version text element
- Delete or hide that vanilla element
- Add your own Text element
- Set its Anchor Point to Bottom-Left Corner
- Nudge the X/Y position until it sits nicely
If you delete the wrong thing, you can bring vanilla elements back from:
menu bar -> Element -> Deleted Vanilla Elements
About the hover part:
- plain text doesn’t really have button-style hover actions
- the closest workaround is a Tooltip or using Is Element Hovered on another element
If you want, send me a screenshot of the element list or the screen editor and I can point out exactly which thing to remove and where to place the replacement 📸
the text cant sit directly on the bottom edge, so it looks off
I’m checking whether that bottom gap is a normal text-baseline thing or if FancyMenu has a setting to make it flush to the edge. If there’s a cleaner workaround, I’ll point you to it 🙂
Yep, that’s usually just a text baseline / font metrics thing 😕
FancyMenu doesn’t seem to have a special “pin this text flush to the bottom edge” option.
So even if the element is anchored bottom-left, the font itself still leaves a bit of invisible space, which makes it look slightly lifted.
Best workarounds:
- Manually nudge the text with Bottom-Left anchoring and accept a tiny gap
- Use an Image element instead of text if you want it to look perfectly flush
- Put the text on a small background bar/rectangle so the gap isn’t so noticeable
If you want the cleanest result, I’d honestly go with an image-based label for the modpack name and version. That gives you full control over spacing and it can sit exactly where you want it 📌
If you want, I can help you choose the nicest setup for it, like:
- plain text
- text on a strip
- or a tiny custom image label
<@&1365490168563372113>
Human Help Requested
@crude iron has requested human assistance.
A human moderator will help as soon as possible.
Requested by Salad
🙋 | Replace bottom left text
Thread Marked as Solved
This support thread has been marked as solved by @molten scarab (owner).
The AI helper is now disabled.
Marked by Keksuccino (owner)