diff --git a/config/custom-hud/profile1.txt b/config/custom-hud/profile1.txt new file mode 100644 index 0000000..68f56b7 --- /dev/null +++ b/config/custom-hud/profile1.txt @@ -0,0 +1,9 @@ +&n{real_time:HH:mm:ss}&r FPS: {{fps >= 50, "&a", fps >= 30, "&e", "&c"}}{fps}&r Ping: {{ping >= 500, "&a", ping >= 200, "&e", "&c"}}{ping}&7ms + +Pos: &c{bx} &a{by} &b{bz} &r >&e{facing_short -uc}/{facing_towards_xz -uc}{facing_towards_pn_sign} +Biome: &7{biome} +=if: target_block= + +Looking:&r &c{tbx} &a{tby} &b{tbz} +&7{target_block_id} +=endif= \ No newline at end of file diff --git a/config/resourcepackupdater.json b/config/resourcepackupdater.json index 945511b..56f2dbb 100644 --- a/config/resourcepackupdater.json +++ b/config/resourcepackupdater.json @@ -1,13 +1,4 @@ { "version": 2, - "localPackName": "SyncedPack", - "activeSource": { - "name": "MTR Let\u0027s Play (SG, Primary)", - "baseUrl": "https://mc.zbx1425.cn/jlp-srp", - "hasDirHash": true, - "hasArchive": false - }, - "disableBuiltinSources": false, - "sources": [], - "pauseWhenSuccess": false + "remoteConfigUrl": "https://mc.zbx1425.cn/jlp-srp/client_config.json" } \ No newline at end of file diff --git a/index.toml b/index.toml index edf7916..eafec4d 100644 --- a/index.toml +++ b/index.toml @@ -1,8 +1,12 @@ hash-format = "sha256" +[[files]] +file = "config/custom-hud/profile1.txt" +hash = "10d7691ad85825af13bb637bb96ea7235e4e4886dbc48b490d6d34c7b9476265" + [[files]] file = "config/resourcepackupdater.json" -hash = "63024c4575fe365fd1ca31c78384c7f2f7adf30b71a0948e90da14b53db6fc40" +hash = "24552d1febc131d3b3264da989b1b8b3d2b60cda2023440fe9d084517e8ad06f" [[files]] file = "mods/MTR-LU-Addon-fabric-1.19.2-3.2.0-2.0.7-hotfix2.jar" @@ -28,6 +32,11 @@ file = "mods/controlling.pw.toml" hash = "2e30808f998481e8e17b995fcd74394e0a7aaace16be55a0292f3f80157df578" metafile = true +[[files]] +file = "mods/customhud.pw.toml" +hash = "e9df207723ef5b171150d1c7a30d8da54a43e6a0dc1461f564396d36fc632c14" +metafile = true + [[files]] file = "mods/distanthorizons.pw.toml" hash = "c1a584b3dfb0301d8a28453b17c4f9358fd97fc6b060565263b98aa1a07f8945" diff --git a/mods/customhud.pw.toml b/mods/customhud.pw.toml new file mode 100644 index 0000000..b033516 --- /dev/null +++ b/mods/customhud.pw.toml @@ -0,0 +1,22 @@ +name = "CustomHud" +filename = "custom_hud-3.1.0+1.19.2.jar" +side = "client" + +[option] +optional = true +default = false +description = """ +[[ For Builders 建築者用 ]] +Shows some info such as coordinates, facing (axis +/-) etc. Fully customizable. Can be useful when using WorldEdit. +顯示一些例如坐標、朝向 (各軸 +/-) 的訊息。所有顯示訊息都可以自定義設置。在用 WorldEdit 做建築時比較方便。 +""" + +[download] +url = "https://cdn.modrinth.com/data/6jis0UTI/versions/a67KVfJy/custom_hud-3.1.0%2B1.19.2.jar" +hash-format = "sha1" +hash = "308d9303d5ed257ffa8e74f28a5f1326b88a1994" + +[update] +[update.modrinth] +mod-id = "6jis0UTI" +version = "a67KVfJy" diff --git a/pack.toml b/pack.toml index 4ca9724..9c41c33 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "47def70cc74f6d723946c7145d3f149db70511225c162ded5b74f979024fb227" +hash = "84175884adac155abcdfd08ce26cdec17d319bb7b8e95a559c52bf32772ac292" [versions] fabric = "0.14.22"