概述
本模组添加了可自定义的加载时提示。
自定义方法
你可以通过在资源包中添加 assets/modid/loading_tips/tips.json 文件对提示进行自定义,格式如下:
{
"replace": false,
"tips": [
"text.loadingtips.scared_creepers",
"text.loadingtips.endermen_eyes",
"text.loadingtips.herobrine"
]
}
这些 tips 是翻译关键字,你需要在语言文件中(例如 assets/modid/lang/en_us.json)定义其文本:
{
"text.loadingtips.scared_creepers": "Creepers are scared of cats!",
"text.loadingtips.endermen_eyes": "Don't look an enderman in the eyes, or they may get upset.",
"text.loadingtips.herobrine": "§4Fear the steve whose eyes §fglow white."
}
效果预览