mirror of
https://bgithub.xyz/Minecraft-Transit-Railway/LetsPlay-Packwiz
synced 2026-02-04 17:54:40 +08:00
Add customhud as optional mod
This commit is contained in:
9
config/custom-hud/profile1.txt
Normal file
9
config/custom-hud/profile1.txt
Normal file
@@ -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=
|
||||
@@ -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"
|
||||
}
|
||||
11
index.toml
11
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"
|
||||
|
||||
22
mods/customhud.pw.toml
Normal file
22
mods/customhud.pw.toml
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user