From e1458f3513682e9e62c2efe4f0e17dbab036ebca Mon Sep 17 00:00:00 2001 From: endigma Date: Tue, 12 Sep 2023 13:12:15 -0300 Subject: [PATCH] add voice_host --- config/voicechat/voicechat-server.properties | 1 + index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 config/voicechat/voicechat-server.properties diff --git a/config/voicechat/voicechat-server.properties b/config/voicechat/voicechat-server.properties new file mode 100644 index 0000000..e1ad20f --- /dev/null +++ b/config/voicechat/voicechat-server.properties @@ -0,0 +1 @@ +voice_host=smp.bingus.zone diff --git a/index.toml b/index.toml index 8916990..ebcfceb 100644 --- a/index.toml +++ b/index.toml @@ -56,6 +56,10 @@ hash = "9b081ac5dbc9c8ff3780529b7fb027d14d721581c321af2c4c16348cff545b43" file = "config/universal-graves/example_models/soul.json" hash = "4cefc36dc1ad8737b92db8c912bb8386e43ca0323e0515ac2ed13be5b5082af5" +[[files]] +file = "config/voicechat/voicechat-server.properties" +hash = "db95e485cf5a3972ea3f0840ccf2eb34a55a1c7019d9a30f4b94ccac57e628cb" + [[files]] file = "config/wall-jump.properties" hash = "abd2fe87ba82de4dd91da88937a348ece73fa545578e23bb42225fd9539dafa3" diff --git a/pack.toml b/pack.toml index b0e4d46..12d0965 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 = "abfa566fcee2933dcb795b556e641c9e1a85179bf6870e85f52d8110d63e7799" +hash = "e8130ab2e61f626976c3d9a0f1c9b23f1460f939b54a626521e8dbb17b53cdb7" [versions] fabric = "0.14.22"