mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2025-07-10 03:55:01 +01:00
add mc-perms, make anticheat and admin mod serverside
This commit is contained in:
parent
c583f53d4e
commit
5493ffbb09
7 changed files with 38 additions and 4 deletions
13
.minecraft/mods/cc-polymer.pw.toml
Normal file
13
.minecraft/mods/cc-polymer.pw.toml
Normal file
|
@ -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"
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
7
.minecraft/mods/minecraft-command-permissions.pw.toml
Normal file
7
.minecraft/mods/minecraft-command-permissions.pw.toml
Normal file
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue