From 32252e57f729ec73af55cb2d43423ef8ffd20802 Mon Sep 17 00:00:00 2001 From: Kichura <68134602+Kichura@users.noreply.github.com> Date: Tue, 27 Jul 2021 20:47:09 +0200 Subject: [PATCH] Replace the hive with minemen. (#151) --- src/main/resources/assets/viafabric/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/viafabric/config.yml b/src/main/resources/assets/viafabric/config.yml index 84481c4..05f95e7 100644 --- a/src/main/resources/assets/viafabric/config.yml +++ b/src/main/resources/assets/viafabric/config.yml @@ -9,4 +9,4 @@ hide-button: false # List of servers which ViaFabric will force disabling transforming on client-side. It can be overwritten by setting per-server version. # This isn't always the address in multiplayer GUI. It will use the SRV record pointer when present. Check the game log for the address. # Uses https://wiki.vg/Mojang_API#Blocked_Servers format (mc.example.com, *.example.com, 192.168.0.1, 192.168.*) -client-side-force-disable: ["hypixel.net", "*.hypixel.net", "hivemc.com", "*.hivemc.com", "hivemc.eu", "*.hivemc.eu"] \ No newline at end of file +client-side-force-disable: ["hypixel.net", "*.hypixel.net", "minemen.club", "*.minemen.club"]