Linked issues
Attachments
Comments 9
Calling it 'free gliding' is a bug in itself.
At least it's not a run on sentence. Someone get a translator in here to fix this..
The following is based on a decompiled version of Minecraft 1.12 using MCP 9.40pre-1.
This can be fixed by simply changing the drawString
method invocation to drawCenteredString
in the method net.minecraft.client.gui.GuiCreateWorld.drawScreen()
and by removing the - 150
from the x-coordinates of both strings. This will make the gamemode descriptions look like this.
net.minecraft.client.gui.GuiCreateWorld.drawScreen()
// ... this.drawCenteredString(<fontRendererObj>, <string to be drawn on screen>, <x-coordinates>, <y-coordinates>, <color>)
this.drawCenteredString(this.fontRendererObj, this.gameModeDesc1, this.width / 2, 137, -6250336);
this.drawCenteredString(this.fontRendererObj, this.gameModeDesc2, this.width / 2, 149, -6250336);
Language translation requests are NOT supported here! Please go here: https://crowdin.net/project/minecraft