From 49a5e6dd2d1bcf3eeb8beb84133582cacf2d5e6e Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 6 Aug 2023 00:32:10 +0200 Subject: [PATCH] Add mod: Symbol Chat --- config/yosbr/config/symbol-chat.json | 16 ++++++++++++++++ index.toml | 9 +++++++++ mods/symbol-chat.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 config/yosbr/config/symbol-chat.json create mode 100644 mods/symbol-chat.pw.toml diff --git a/config/yosbr/config/symbol-chat.json b/config/yosbr/config/symbol-chat.json new file mode 100644 index 0000000..4363ab2 --- /dev/null +++ b/config/yosbr/config/symbol-chat.json @@ -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": [] +} \ No newline at end of file diff --git a/index.toml b/index.toml index b9d8a17..26af4ce 100644 --- a/index.toml +++ b/index.toml @@ -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" diff --git a/mods/symbol-chat.pw.toml b/mods/symbol-chat.pw.toml new file mode 100644 index 0000000..1244285 --- /dev/null +++ b/mods/symbol-chat.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index 83b0871..0a6e1c1 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 = "adcb4f1d115793e20aef96e8b985524341b6e687042249418c481fc2a8d411c2" +hash = "2f45df5b1ce63b8c5ec020553e1ec99b8168f9b62e914a0d8e1321fdd739d35f" [versions] minecraft = "1.20.1"