From 4ebb76417f6f8b689bca61a40a492d83436b51cc Mon Sep 17 00:00:00 2001 From: Rachael Rosaline Date: Sun, 9 Jun 2024 19:07:56 -0500 Subject: [PATCH] remove emi and better statistics screen as they conflict with artifacts when artifacts is installed alongside with either emi or better statistics, it becomes impossible to leave a world and join another one (or rejoin the same one) without closing and reopening the game. attempting to do so will result in an error: "Connection Lost: Network Protocol Error" alongside a "Back to Server List" button. This button will take you to the multiplayer server list, even if the world you were trying to load was a singleplayer world. --- mods/better-stats.pw.toml | 13 ------------- mods/emi.pw.toml | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 mods/better-stats.pw.toml delete mode 100644 mods/emi.pw.toml diff --git a/mods/better-stats.pw.toml b/mods/better-stats.pw.toml deleted file mode 100644 index 83cb918..0000000 --- a/mods/better-stats.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Better Statistics Screen" -filename = "betterstats-3.10.1+fabric-1.20.6.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/n6PXGAoM/versions/YlLOkKf9/betterstats-3.10.1%2Bfabric-1.20.6.jar" -hash-format = "sha1" -hash = "4bcafaf5e741e5ec942276537f546463ec60a993" - -[update] -[update.modrinth] -mod-id = "n6PXGAoM" -version = "YlLOkKf9" diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml deleted file mode 100644 index d9dd0d8..0000000 --- a/mods/emi.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "EMI" -filename = "emi-1.1.6+1.20.6+fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/4a8tCBWN/emi-1.1.6%2B1.20.6%2Bfabric.jar" -hash-format = "sha1" -hash = "0fb9dd8bd3f411f08433fa4debf7fd530b7dfa46" - -[update] -[update.modrinth] -mod-id = "fRiHVvU7" -version = "4a8tCBWN"