added a mod that prevents tick related crashes
This commit is contained in:
parent
d1aa44bcf5
commit
f376ef9e62
2 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
13
TrotCraft/server/mods/neruina.pw.toml
Normal file
13
TrotCraft/server/mods/neruina.pw.toml
Normal file
|
@ -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"
|
Loading…
Reference in a new issue