paraglider, travel anchor

This commit is contained in:
2023-09-09 14:11:08 +02:00
parent e309f5b511
commit a96f9142a2
5 changed files with 55 additions and 1 deletions

View File

@@ -1493,6 +1493,11 @@ file = "mods/laserio.pw.toml"
hash = "615dcedbdc48af12135db78b5b30a6a921fd9357786e2070fb97ac942754a888" hash = "615dcedbdc48af12135db78b5b30a6a921fd9357786e2070fb97ac942754a888"
metafile = true metafile = true
[[files]]
file = "mods/libx.pw.toml"
hash = "fee6ca65c79d235b8d4154ffabc6470e9d92a4b227fc4685da38371ffab46712"
metafile = true
[[files]] [[files]]
file = "mods/lootr.pw.toml" file = "mods/lootr.pw.toml"
hash = "123208d47b67ef94944debfc350bacfa66d236e4dee03593abfaec27f45899f6" hash = "123208d47b67ef94944debfc350bacfa66d236e4dee03593abfaec27f45899f6"
@@ -1538,6 +1543,11 @@ file = "mods/nameless-trinkets.pw.toml"
hash = "cd1a7b04f8622c9bdcaf28c9b5c99e34b628080ded3d9bf2bb54215c1816c857" hash = "cd1a7b04f8622c9bdcaf28c9b5c99e34b628080ded3d9bf2bb54215c1816c857"
metafile = true metafile = true
[[files]]
file = "mods/paragliders.pw.toml"
hash = "fc059b48923f7b4c897ebea2b8db236ef8792ba551cf4f27818cc5bb6de9ab51"
metafile = true
[[files]] [[files]]
file = "mods/patchouli.pw.toml" file = "mods/patchouli.pw.toml"
hash = "ae09750e91dfdf78e55cf5f7d2171029eccca6411cffa7dd12e04d1a155e32d7" hash = "ae09750e91dfdf78e55cf5f7d2171029eccca6411cffa7dd12e04d1a155e32d7"
@@ -1743,6 +1753,11 @@ file = "mods/trash-cans.pw.toml"
hash = "3c9b481baf1f2eca22fe731934427e1d832fc4344a73c7b0f6e1880735c7e4dd" hash = "3c9b481baf1f2eca22fe731934427e1d832fc4344a73c7b0f6e1880735c7e4dd"
metafile = true metafile = true
[[files]]
file = "mods/travel-anchors.pw.toml"
hash = "a047d4d26d9d9742352136d14fabf7a461fc9cb397fa4c3b9a398ea3b688d482"
metafile = true
[[files]] [[files]]
file = "mods/waystones.pw.toml" file = "mods/waystones.pw.toml"
hash = "477652a264c5132ef11d29a8a8c5b456490fa9896103ec100b45b65a5c5fae8f" hash = "477652a264c5132ef11d29a8a8c5b456490fa9896103ec100b45b65a5c5fae8f"

13
web/mods/libx.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "LibX"
filename = "LibX-1.20.1-5.0.5.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "618ff0c7f5cd81075946d31c60a340373a835544"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4636994
project-id = 412525

View File

@@ -0,0 +1,13 @@
name = "Paragliders"
filename = "Paraglider-forge-20.1.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b3286be3a6f5a5cc9dda5fdfc2da2383e5dd16f6"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4729765
project-id = 289240

View File

@@ -0,0 +1,13 @@
name = "Travel Anchors"
filename = "TravelAnchors-1.20.1-5.0.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "255b95facb3f2c4d2f886634b3d8746b00b580dd"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4683662
project-id = 413234

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 = "90b1b93617692c25ac3de7bc1781fc9412d93b15ab98775057066949601fe11f" hash = "1028555c40741e8aae956eeb01bda1fe2f3d949a406841afa1326011547b2e1d"
[versions] [versions]
forge = "47.1.47" forge = "47.1.47"