本篇教程由作者设定使用 CC BY-NC-SA 协议。
打开.minecraft\versions\***\config 或 .minecraft\config ,找到betteradvancements-client.toml,内容如下:
["custom text"]
#Insert the custom title screen text you want here (supports multiple lines)
#自定义文本(支持多行、支持颜色字符)
text = ["§4第一行","§a第2行","§g第3行"]
[versions]
#Show which version of Minecraft the client is currently running.
#是否显示 Minecraft 版本
showMcVersion = true
#Show which version of Minecraft Coder Pack (MCP) the client is running.
#是否显示 Minecraft Coder Pack (MCP) 版本文本
showMcpVersion = false
#Show which version of Minecraft Forge the client is running.
#是否显示 Minecraft Forge 版本文本
showForgeVersion = false
#Show how many mods are loaded.
#是否显示模组数量
showModsLoaded = false