add map mods

This commit is contained in:
Merith TK 2023-02-03 17:00:51 -08:00
parent b7f98c5b0a
commit d3605b2a8e
5 changed files with 65 additions and 1 deletions

View file

@ -205,6 +205,11 @@ file = "mods/jamlib.pw.toml"
hash = "fc5dd60388431a3d404302085bd94056773125d2799c9e650bb01caef94f78ad" hash = "fc5dd60388431a3d404302085bd94056773125d2799c9e650bb01caef94f78ad"
metafile = true metafile = true
[[files]]
file = "mods/journeymap.pw.toml"
hash = "630b0ba6a11a4caab243199d3d2535a760d289260e07db3e685f7125edc46e5b"
metafile = true
[[files]] [[files]]
file = "mods/krypton.pw.toml" file = "mods/krypton.pw.toml"
hash = "998f45a9037fa4663bc5e2bea5de925bf4ce6352328fcaaa830db8466cc62416" hash = "998f45a9037fa4663bc5e2bea5de925bf4ce6352328fcaaa830db8466cc62416"
@ -375,6 +380,16 @@ file = "mods/voice-chat-interaction.pw.toml"
hash = "2ab3e7218968c5d346e2e542774740163fab0d40622a2991be2373b0de2deeac" hash = "2ab3e7218968c5d346e2e542774740163fab0d40622a2991be2373b0de2deeac"
metafile = true metafile = true
[[files]]
file = "mods/xaeros-minimap.pw.toml"
hash = "2068f4e3b685bf6a59c40fd81ebd12b522f9272989da6c0cfa7b897dd2277603"
metafile = true
[[files]]
file = "mods/xaeros-world-map.pw.toml"
hash = "805f653640975255629c0105d74a0704d0ed6917df4d1176badbacd6f45d9ac2"
metafile = true
[[files]] [[files]]
file = "packwiz-installer-bootstrap.jar" file = "packwiz-installer-bootstrap.jar"
hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c" hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c"

View file

@ -0,0 +1,13 @@
name = "JourneyMap"
filename = "journeymap-1.19.3-5.9.2-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/ltytblyW/journeymap-1.19.3-5.9.2-fabric.jar"
hash-format = "sha1"
hash = "a7735d3a58cad9784518819f52fd2d6231c95c77"
[update]
[update.modrinth]
mod-id = "lfHFW1mp"
version = "ltytblyW"

View file

@ -0,0 +1,18 @@
name = "Xaero's Minimap"
filename = "Xaeros_Minimap_22.17.1_Fabric_1.19.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "fe202b6792f7506ad89124082a6d1a6ed3458340"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4338624
project-id = 263420
[option]
default = false
optional = true
description = "Alternative Minimap\n(Lost Poll so this has no ServerSide integration)"

View file

@ -0,0 +1,18 @@
name = "Xaero's World Map"
filename = "XaerosWorldMap_1.28.8_Fabric_1.19.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "64dde8d323d7918b66569918b23dfe795afe18f7"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4338636
project-id = 317780
[option]
default = false
optional = true
description = "Alternative World Map\n(Lost Poll so this has no ServerSide integration)"

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 = "045d10267915ed30ae4063f07c6e2fb1971b46046c2c8c2fa30a43b9abdb15a8" hash = "fccb4f94cf48acd8d6a23f39dbf5d56495a21d915e4bcae2f89c4976c88b8e9d"
[versions] [versions]
fabric = "0.14.13" fabric = "0.14.13"