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

feat: Add BlueMap

This commit is contained in:
Nesquate
2024-06-07 22:30:30 +08:00
parent 58ab571526
commit b4f9d56dfe
3 changed files with 19 additions and 1 deletions

View File

@@ -25,6 +25,11 @@ file = "mods/audioplayer.pw.toml"
hash = "e191e6e7133d5979f2b99a872db9a067822c0529debbda7d51f4eb9f96c00000" hash = "e191e6e7133d5979f2b99a872db9a067822c0529debbda7d51f4eb9f96c00000"
metafile = true metafile = true
[[files]]
file = "mods/bluemap.pw.toml"
hash = "6c556e9a9c5b3a2c73181f53e62dd5e70dc0e2abc52b88e6a261e1c307460526"
metafile = true
[[files]] [[files]]
file = "mods/c2me-fabric.pw.toml" file = "mods/c2me-fabric.pw.toml"
hash = "e2c268027d63e997ef750bcbc76e9ee29c775b7121a0be28a121bc4f332a7092" hash = "e2c268027d63e997ef750bcbc76e9ee29c775b7121a0be28a121bc4f332a7092"

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

@@ -0,0 +1,13 @@
name = "BlueMap"
filename = "BlueMap-3.21-fabric-1.20.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/swbUV1cr/versions/KJdesrDu/BlueMap-3.21-fabric-1.20.jar"
hash-format = "sha1"
hash = "f943561d7d689d0ccdcae91d2302123f4c7212b9"
[update]
[update.modrinth]
mod-id = "swbUV1cr"
version = "KJdesrDu"

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "e550cf719cefaaf617e36e42e28dbd1c73988bea41d0da414c2d1bd45a2006b7" hash = "948afc053083feb664bd9a55e4241759df892675f039f112f3aa355f7bd60c23"
[versions] [versions]
fabric = "^0.15.6" fabric = "^0.15.6"