CraftTweaker

CraftTweaker

151M Downloads

\n Tooltip Line Formatting doesn't function properly ONLY in fullscreen? Works fine in windowed mode.

Opened this issue ยท 1 comments

commented

Issue description

Here's the Tooltip in Windowed Minecraft Mode:
image
the \n formatting works perfectly.

Here's the Tooltip in FULLSCREEN:
delete
Suddenly, the properly-formatted \n formatting turns into "LF" characters?

Really not sure what this is like.

Steps to reproduce

Here's my Crafttweaker example:

minecraft:stick.addShiftTooltip(" ", "Hold SHIFT for more info.");
minecraft:stick.addShiftTooltip("This should be line 1 \n and this should be line 2);

This would format properly in windowed mode, but not fullscreen?

Script used

https://pastebin.com/nMWe54MJ

The crafttweaker.log file

https://pastebin.com/RvLfy5LH

Minecraft version

1.12

Forge version

14.23.5.2855

CraftTweaker version

CraftTweaker2-1.12-4.1.20.614

Other relevant information

No response

The latest.log file

.

commented

There is absolutely nothing in CraftTweaker that cares if you are in windowed or fullscreen mode, this is most likely a bug with the game / forge / another mod.