From 5493ffbb09ed49caafc207197bea5a7b8b7467f0 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Sun, 21 May 2023 19:35:16 -0700 Subject: [PATCH] add mc-perms, make anticheat and admin mod serverside --- .minecraft/index.toml | 10 ++++++++++ .minecraft/modlist.md | 6 +++++- .minecraft/mods/cc-polymer.pw.toml | 13 +++++++++++++ .minecraft/mods/golfiv.pw.toml | 2 +- .minecraft/mods/invview.pw.toml | 2 +- .../mods/minecraft-command-permissions.pw.toml | 7 +++++++ .minecraft/pack.toml | 2 +- 7 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 .minecraft/mods/cc-polymer.pw.toml create mode 100644 .minecraft/mods/minecraft-command-permissions.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 7474657..024bb22 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -94,6 +94,11 @@ file = "mods/carpet.pw.toml" hash = "36bb5ccd63be1ba13675d307b2ab881f700245765e17a531352871c78a9a6ae0" metafile = true +[[files]] +file = "mods/cc-polymer.pw.toml" +hash = "3e3ae7e7776adc029afa655cd0e9ec58b5a086816b0c6bff7db66c760e1369fb" +metafile = true + [[files]] file = "mods/cem.pw.toml" hash = "2393668f05c9062f95075532c112a18df9d328996a34ad527411540fc07a42b7" @@ -224,6 +229,11 @@ file = "mods/midnightlib.pw.toml" hash = "e83e67ecf19e5c6e2cc518178359890a62ba47f8bd1b8e5202e5f574f13e27c2" metafile = true +[[files]] +file = "mods/minecraft-command-permissions.pw.toml" +hash = "855eeb3cb4414580bce9e8ebebd3e3d48784d8b8562fcd01a3dad564eacef667" +metafile = true + [[files]] file = "mods/mixin-conflict-helper.pw.toml" hash = "c7388b6ebb78040be98251fb064a009f3d7574133e15d2844e3fadf2929b2980" diff --git a/.minecraft/modlist.md b/.minecraft/modlist.md index 1c2b168..15a6d9f 100644 --- a/.minecraft/modlist.md +++ b/.minecraft/modlist.md @@ -36,6 +36,7 @@ - [Architectury API](https://modrinth.com/mod/lhGA9TYQ) - [Balm](https://modrinth.com/mod/MBAkmtvl) - [Bottled Air](https://modrinth.com/mod/hvrrNux3) +- [CC: Restitched with Polymer](https://modrinth.com/mod/MfXTuV8J) - [Cloth Config API](https://modrinth.com/mod/9s6osm5g) - [Collective](https://modrinth.com/mod/e0M1UDsY) - [Fabric API](https://modrinth.com/mod/P7dR8mSH) @@ -44,7 +45,6 @@ - [Forge Config API Port](https://modrinth.com/mod/ohNO6lps) - [Infix](https://modrinth.com/mod/RfVlNQwB) - [Inventory Essentials](https://modrinth.com/mod/Boon8xwi) -- [Inv View](https://modrinth.com/mod/jrDKjZP7) - [ItemSwapper](https://modrinth.com/mod/RPOSBQgq) - [Lithium](https://modrinth.com/mod/gvQqBUqZ) - [MidnightLib](https://modrinth.com/mod/codAaoxh) @@ -67,10 +67,14 @@ ## Server Mods +- [AntiXray](https://modrinth.com/mod/sml2FMaA) - [Carpet](https://modrinth.com/mod/TQTTVgYE) - [Essential Commands](https://modrinth.com/mod/6VdDUivB) +- [GolfIV](https://modrinth.com/mod/PfKYAJGk) +- [Inv View](https://modrinth.com/mod/jrDKjZP7) - [Ledger](https://modrinth.com/mod/LVN9ygNV) - [LuckPerms](https://modrinth.com/mod/Vebnzrzj) +- [minecraft-command-permissions](https://github.com/lucko/minecraft-command-permissions-fabric/releases/download/v1.6.1/minecraft-command-permissions-1.6.1.jar) - [Styled Chat](https://modrinth.com/mod/doqSKB0e) - [Styled Nicknames](https://modrinth.com/mod/DOk6Gcdi) - [Styled Player List](https://modrinth.com/mod/DQIfKUHf) diff --git a/.minecraft/mods/cc-polymer.pw.toml b/.minecraft/mods/cc-polymer.pw.toml new file mode 100644 index 0000000..14b127b --- /dev/null +++ b/.minecraft/mods/cc-polymer.pw.toml @@ -0,0 +1,13 @@ +name = "CC: Restitched with Polymer" +filename = "cc-restitched-1.102.2-legacy+1.19.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MfXTuV8J/versions/mQHqmH3D/cc-restitched-1.102.2-legacy%2B1.19.4.jar" +hash-format = "sha1" +hash = "b427550dcdb6f4c9785810c95e76ee9a3205ba77" + +[update] +[update.modrinth] +mod-id = "MfXTuV8J" +version = "mQHqmH3D" diff --git a/.minecraft/mods/golfiv.pw.toml b/.minecraft/mods/golfiv.pw.toml index 635624f..070e175 100644 --- a/.minecraft/mods/golfiv.pw.toml +++ b/.minecraft/mods/golfiv.pw.toml @@ -1,6 +1,6 @@ name = "GolfIV" filename = "golfiv-0.6.3.jar" -side = "both" +side = "server" [download] url = "https://cdn.modrinth.com/data/PfKYAJGk/versions/DKrcakz3/golfiv-0.6.3.jar" diff --git a/.minecraft/mods/invview.pw.toml b/.minecraft/mods/invview.pw.toml index 2c9cadc..365c62f 100644 --- a/.minecraft/mods/invview.pw.toml +++ b/.minecraft/mods/invview.pw.toml @@ -1,6 +1,6 @@ name = "Inv View" filename = "InvView-1.4.10-1.19.3+.jar" -side = "both" +side = "server" [download] url = "https://cdn.modrinth.com/data/jrDKjZP7/versions/rv8bhw5X/InvView-1.4.10-1.19.3%2B.jar" diff --git a/.minecraft/mods/minecraft-command-permissions.pw.toml b/.minecraft/mods/minecraft-command-permissions.pw.toml new file mode 100644 index 0000000..11e83aa --- /dev/null +++ b/.minecraft/mods/minecraft-command-permissions.pw.toml @@ -0,0 +1,7 @@ +name = "minecraft-command-permissions" +filename = "minecraft-command-permissions-1.6.1.jar" +side = "server" +[download] +url = "https://github.com/lucko/minecraft-command-permissions-fabric/releases/download/v1.6.1/minecraft-command-permissions-1.6.1.jar" +hash-format = "sha1" +hash = "3931d704c01c18eee610595959b71857ebd455f2" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 3b2d467..5ec36fc 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ce50ac28d163dea31c2d6a901f5c4e92c99e066ddf7fc9d1a8557012e7ca47d9" +hash = "40eee2c7726c0a742737367b5fd8b3bc0eb77ae495eae5f9e7713e62dac4da2f" [versions] fabric = "0.14.19"