1
0
mirror of https://github.com/nesquate-mcserver/modpack-server.git synced 2026-06-05 21:38:55 +00:00

Add other useful mods

No Chat Reports (ban report mechanic) https://modrinth.com/mod/no-chat-reports
FabricProxy-Lite (Communicate with proxy) https://modrinth.com/mod/fabricproxy-lite
Raknetify (Using raknet technology to connect server for poor network player) https://modrinth.com/plugin/raknetify
MCDiscordChat (Discord bot) https://modrinth.com/mod/mcdiscordchat
This commit is contained in:
Nesquate
2023-07-24 08:42:14 +08:00
parent fd4a332199
commit 420ff52265
6 changed files with 73 additions and 1 deletions

View File

@@ -67,6 +67,11 @@ file = "mods/fabric-permissions-api.pw.toml"
hash = "3b349a6282921c190f8dda084f7c423aa227c3c048b3293d0e8d0c7d363cd036"
metafile = true
[[files]]
file = "mods/fabricproxy-lite.pw.toml"
hash = "2e505480c06836448dfe277bdf93d184ca1aca821291574ddd3fccfe9f0ca387"
metafile = true
[[files]]
file = "mods/faster-random.pw.toml"
hash = "73f815e7ef5c0589d30b901856be86dd0e6ceee51b4d361fb5bdda43e9dafd09"
@@ -107,16 +112,31 @@ file = "mods/luckperms.pw.toml"
hash = "879f42a9c6ede67873e773764319cc52105db1c5bfdd540878c9a28eaa0c5561"
metafile = true
[[files]]
file = "mods/mcdiscordchat.pw.toml"
hash = "fd5c552628fcda7f9c6504c5e7f6712bd87d9649e18da8a13028d7d4fa81ff56"
metafile = true
[[files]]
file = "mods/memoryleakfix.pw.toml"
hash = "97ffbc7d0e4087777c5e3732780f01958f99d44c4f09fd534bbb8f239d4980a1"
metafile = true
[[files]]
file = "mods/no-chat-reports.pw.toml"
hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5"
metafile = true
[[files]]
file = "mods/owo-lib.pw.toml"
hash = "83b476730dba8c3cdc9ee6ed4e0623f97bc116848aebfe3149eece321083b251"
metafile = true
[[files]]
file = "mods/raknetify.pw.toml"
hash = "e01e749bc9136bf07c90a76c3eaff99c3be2469f37045b8920eb1632eb057720"
metafile = true
[[files]]
file = "mods/recipecooldown.pw.toml"
hash = "e8fa46e5c43883dbdc0ad1069813f2b079ea948ff59a6c00defda16363545871"

View File

@@ -0,0 +1,13 @@
name = "FabricProxy-Lite"
filename = "FabricProxy-Lite-2.6.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/8dI2tmqs/versions/XJmDAnj5/FabricProxy-Lite-2.6.0.jar"
hash-format = "sha1"
hash = "4953b0c78fb6556b537f5bad93099c212b5e9f18"
[update]
[update.modrinth]
mod-id = "8dI2tmqs"
version = "XJmDAnj5"

View File

@@ -0,0 +1,13 @@
name = "MCDiscordChat"
filename = "MCDiscordChat-2.2.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/D0sHdnXY/versions/s3vYTmUO/MCDiscordChat-2.2.0.jar"
hash-format = "sha1"
hash = "4a9604ce71e111ecbe8fde069b9118dd899ae66d"
[update]
[update.modrinth]
mod-id = "D0sHdnXY"
version = "s3vYTmUO"

View File

@@ -0,0 +1,13 @@
name = "No Chat Reports"
filename = "NoChatReports-FABRIC-1.20.1-v2.2.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/HeZZR2kF/NoChatReports-FABRIC-1.20.1-v2.2.2.jar"
hash-format = "sha1"
hash = "b99f23fb76aad5a944400717e6d71aa011c4d7f7"
[update]
[update.modrinth]
mod-id = "qQyHxfxd"
version = "HeZZR2kF"

13
mods/raknetify.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Raknetify"
filename = "raknetify-fabric-0.1.0+alpha.5.88-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/5IovSY3u/versions/XBmdyuit/raknetify-fabric-0.1.0%2Balpha.5.88-all.jar"
hash-format = "sha1"
hash = "df00e1f5c8d927740007849a635e92265a052cd2"
[update]
[update.modrinth]
mod-id = "5IovSY3u"
version = "XBmdyuit"

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "56e869994f092fef24c06d7fc5f3f1b08197658cd0f2b8eddb30aca2f3c3ebd0"
hash = "9d894a4ced8a4bb20d661749ba6c88e7d9b09b1e0855cfd73a9c4c8b23ec0e7c"
[versions]
fabric = "0.14.21"