From f376ef9e621d7c4cac49c45427bc87ea30e2b2bf Mon Sep 17 00:00:00 2001 From: Sky Splash Date: Mon, 19 Aug 2024 22:26:35 +0200 Subject: [PATCH] added a mod that prevents tick related crashes --- TrotCraft/server/index.toml | 4 ++++ TrotCraft/server/mods/neruina.pw.toml | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 TrotCraft/server/mods/neruina.pw.toml diff --git a/TrotCraft/server/index.toml b/TrotCraft/server/index.toml index d765cfd..0306772 100644 --- a/TrotCraft/server/index.toml +++ b/TrotCraft/server/index.toml @@ -235,6 +235,10 @@ metafile = true file = "mods/mru.pw.toml" metafile = true +[[files]] +file = "mods/neruina.pw.toml" +metafile = true + [[files]] file = "mods/no-chat-reports.pw.toml" metafile = true diff --git a/TrotCraft/server/mods/neruina.pw.toml b/TrotCraft/server/mods/neruina.pw.toml new file mode 100644 index 0000000..c5c7af5 --- /dev/null +++ b/TrotCraft/server/mods/neruina.pw.toml @@ -0,0 +1,13 @@ +name = "Neruina - Ticking Entity Fixer" +filename = "Neruina-2.1.1-fabric+1.21.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/1s5x833P/versions/bby6z0lc/Neruina-2.1.1-fabric%2B1.21.jar" +hash-format = "sha1" +hash = "91f7315427a9ae97964e724f36265819debcc71f" + +[update] +[update.modrinth] +mod-id = "1s5x833P" +version = "bby6z0lc"