GirafiStudios / BetterTitleScreen

Better Title Screen provides the ability to change the Minecraft title screen text.
13 stars 3 forks source link

MCP and MC versions not working. #10

Closed Wissi closed 4 years ago

Wissi commented 4 years ago

Awesome work, thank you very much. We want to use your mod for our newest modpack in 1.14.4 but while trying to configure it the MCP and the MC versions true false are not working. MCP shows regardless of being False and MC is not showing even tho it's true.

Our Config is this:

["custom text"]
    #Insert the custom title screen text you want here (supports multiple lines)
    text = ["§4Welcome §5To", "§3Minecolonies §1Official §61.14.4"]

[versions]
    #Show how many mods are loaded.
    showModsLoaded = true
    #Show which version of Minecraft Forge the client is running.
    showForgeVersion = true
    #Show which version of Minecraft Coder Pack (MCP) the client is running.
    showMcpVersion = false
    #Show which version of Minecraft the client is currently running.
    showMcVersion = true

And this is what we are getting:

MCP

Using: BetterTitleScreen-1.14.4-1.6.jar Forge-28.0.55

Hope it's a quick simple fix. Thanks.