Add mod: Symbol Chat
This commit is contained in:
parent
236ee70c75
commit
49a5e6dd2d
4 changed files with 39 additions and 1 deletions
16
config/yosbr/config/symbol-chat.json
Normal file
16
config/yosbr/config/symbol-chat.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"hud_color": -2147483648,
|
||||
"button_color": -1610612736,
|
||||
"button_active_color": -1608507360,
|
||||
"favorite_color": -256,
|
||||
"hide_font_button": false,
|
||||
"hide_settings_button": true,
|
||||
"hide_table_button": false,
|
||||
"symbol_panel_height": 200,
|
||||
"max_symbol_suggestions": 5,
|
||||
"symbol_tooltip_mode": "DELAYED",
|
||||
"hud_position": "RIGHT",
|
||||
"keep_panel_open": false,
|
||||
"custom_symbols": "",
|
||||
"custom_kaomojis": []
|
||||
}
|
9
index.toml
generated
9
index.toml
generated
|
@ -84,6 +84,10 @@ hash = "cc82f7f2f249038442ae77a7f1918f05b1fa4bc04ad9dbaca720170544217eaf"
|
|||
file = "config/yosbr/config/sodium-options.json"
|
||||
hash = "64bac25b21e0736eb3fd0205ffbb8cf52ffbbe6bfb3f0813ba1aad90dd9b87a1"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/symbol-chat.json"
|
||||
hash = "4edbffd3e269d5f5a36d39b3a244965a87086cfa4080436d1a90fa4b18b96990"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/xaerominimap.txt"
|
||||
hash = "89d6d733ef4208b5062cdfd18bc72b9fccd1a7b3b11ca89b5155b61ba69d231e"
|
||||
|
@ -299,6 +303,11 @@ file = "mods/suggestion-tweaker.pw.toml"
|
|||
hash = "926f8ca9ff61c89b1f6c5d26d8cf8a436334555498143c8a384bedc3676c90c8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/symbol-chat.pw.toml"
|
||||
hash = "adcc3a873b6e2df8fae283797f15a859a1c389b1fb2cf24fd6525dbb6a3b4792"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/tool-stats.pw.toml"
|
||||
hash = "9ebb2e67e9aa0a4ce7e66a06d19b80ac503399eba4a66f8e7af52359345e2633"
|
||||
|
|
13
mods/symbol-chat.pw.toml
Normal file
13
mods/symbol-chat.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Symbol Chat"
|
||||
filename = "symbol-chat-1.20.1-1.1.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NKvLVQMc/versions/dcB32SMC/symbol-chat-1.20.1-1.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d0d71525cabcaaf3d1305981b783549ec91c7845"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NKvLVQMc"
|
||||
version = "dcB32SMC"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "adcb4f1d115793e20aef96e8b985524341b6e687042249418c481fc2a8d411c2"
|
||||
hash = "2f45df5b1ce63b8c5ec020553e1ec99b8168f9b62e914a0d8e1321fdd739d35f"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
Loading…
Reference in a new issue