im making a client mod and i just need to get the string of the vanilla current title and the subtitle
EDIT:
hey guys i solved it with the help of diesieben07
diesieben again thank you so much for all the help!
for people from the future that want to know what i did, this for Title:
String title = (String) ReflectionHelper.findField(GuiIngame.class, "displayedTitle", "field_175201_x").get(Minecraft.getMinecraft().ingameGUI);
and this for subtitle:
String