This commit is contained in:
2024-09-14 07:12:38 +02:00
parent 9b6c6fe7bb
commit 62af265d93
5 changed files with 43 additions and 7 deletions

View File

@@ -317,7 +317,7 @@ metafile = true
[[files]] [[files]]
file = "mods/curios.pw.toml" file = "mods/curios.pw.toml"
hash = "ef744ef9850c42a100e7ba88527b7bc486079f43c0e5234162df25391a2197a3" hash = "d41c8557243ddcda7d0193ac905d4209ebc4753273b967e6c31ec6874dc0a58c"
metafile = true metafile = true
[[files]] [[files]]
@@ -425,6 +425,11 @@ file = "mods/entitytexturefeatures.pw.toml"
hash = "6d881f571406529de634f39c681a96ae5cac5ce1956051f235ec42a3517a8bd6" hash = "6d881f571406529de634f39c681a96ae5cac5ce1956051f235ec42a3517a8bd6"
metafile = true metafile = true
[[files]]
file = "mods/expandability.pw.toml"
hash = "a9c35b5265445218f14be7bce6c01bcaf7f6c3e456e8ef675ae41b3d0298e3a5"
metafile = true
[[files]] [[files]]
file = "mods/explorers-compass.pw.toml" file = "mods/explorers-compass.pw.toml"
hash = "cf35640e350078e8cd7b29f727c3227aeb0b465f0fba9a266e6cbe15dadc4955" hash = "cf35640e350078e8cd7b29f727c3227aeb0b465f0fba9a266e6cbe15dadc4955"
@@ -710,6 +715,11 @@ file = "mods/more-overlays-updated.pw.toml"
hash = "869c69737f60d1009b4f40b84409326170f2a1b6c327fc333854e5e8cb90d294" hash = "869c69737f60d1009b4f40b84409326170f2a1b6c327fc333854e5e8cb90d294"
metafile = true metafile = true
[[files]]
file = "mods/nameless-trinkets.pw.toml"
hash = "cd1a7b04f8622c9bdcaf28c9b5c99e34b628080ded3d9bf2bb54215c1816c857"
metafile = true
[[files]] [[files]]
file = "mods/numismatics.pw.toml" file = "mods/numismatics.pw.toml"
hash = "450a3ad1e5e953d9d6c1f5ad6278ead01cfe32ea17fe43df70d3cf2a3120ff55" hash = "450a3ad1e5e953d9d6c1f5ad6278ead01cfe32ea17fe43df70d3cf2a3120ff55"

View File

@@ -1,13 +1,13 @@
name = "Curios API" name = "Curios API (Forge/NeoForge)"
filename = "curios-forge-5.10.0+1.20.1.jar" filename = "curios-forge-5.10.0+1.20.1.jar"
side = "both" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/vvuO3ImH/versions/8HlBRHsc/curios-forge-5.10.0%2B1.20.1.jar"
hash-format = "sha1" hash-format = "sha1"
hash = "e430429e33a1aee50c2baf917daadc0bbb9104ed" hash = "e430429e33a1aee50c2baf917daadc0bbb9104ed"
mode = "metadata:curseforge"
[update] [update]
[update.modrinth] [update.curseforge]
mod-id = "vvuO3ImH" file-id = 5680164
version = "8HlBRHsc" project-id = 309927

View File

@@ -0,0 +1,13 @@
name = "ExpandAbility"
filename = "expandability-9.0.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "2ea3c2ec654e11a5548f33d0d733aa6ecd9a0d6d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5301414
project-id = 465066

View File

@@ -0,0 +1,13 @@
name = "Nameless Trinkets"
filename = "Nameless Trinkets-1.20.1-1.7.8.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c675a7ec3dff1b1f2a4bc3346202f3a7e1289cbe"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4741678
project-id = 541466

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 = "63a73bd3c638e313e0d9fc6bd115d894793aeb7fd243d199f5bda70a7bdaf94b" hash = "c19a58fcde2a29df52a9ce131fab87bdae93eeead59988e313cfe3cfae915529"
[versions] [versions]
forge = "47.3.7" forge = "47.3.7"