Loading Screen Tips
模组属性评比

距离显示结果还剩5票~

路过的这位少侠,你觉得这款Mod怎么样,可否愿意来评一评它呢?登录并评比
更新日志
  • 暂无日志..

历史编辑记录更多
    管理组申请

      暂无管理组..

    编辑组申请

      暂无编辑组..

    开发组申请

      暂无开发组..

    活跃
    开源

    Loading Screen Tips

    0.0

    无人问津

    昨日指数: 2
    昨日平均指数: 88.158

    6214

    总浏览

    --

    资料填充率


    如何下载?
    • 概述

      本模组添加了可自定义的加载时提示。

      自定义方法

      你可以通过在资源包中添加 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."
      }

      效果预览Loading Screen Tips-第1张图片

    短评加载中..