#✅ | 🙋 | Replace bottom left text

1 messages · Page 1 of 1 (latest)

crude iron
#

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

grand shoreBOT
#

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 🙂

grand shoreBOT
# crude iron Hello, i wanted to replace the text at the bottom left "Minecraft 1.20.1/Fabric ...

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:

  1. Open the Title Screen layout
  2. Find the vanilla element for that version text
  3. Set its anchor to Bottom-Left Corner
  4. Adjust the X/Y offset a bit until it sits where you want
  5. 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 📌

crude iron
#

i dont have an option to edit the text

grand shoreBOT
#

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 🙂

grand shoreBOT
# crude iron i dont have an option to edit the text

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:

  1. Open the Title Screen layout for the current screen
  2. Find the bottom-left version text element
  3. Delete or hide that vanilla element
  4. Add your own Text element
  5. Set its Anchor Point to Bottom-Left Corner
  6. 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 📸

crude iron
#

the text cant sit directly on the bottom edge, so it looks off

grand shoreBOT
#

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 🙂

grand shoreBOT
# crude iron the text cant sit directly on the bottom edge, so it looks off

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.

#

🙋 | Replace bottom left text

grand shoreBOT
#
Thread Marked as Solved

This support thread has been marked as solved by @molten scarab (owner).

The AI helper is now disabled.