This commit is contained in:
parent
ee71678a5b
commit
7fafa65d0c
4 changed files with 37 additions and 1 deletions
|
@ -308,6 +308,11 @@ file = "mods/questbind.pw.toml"
|
||||||
hash = "0db9de62fbf6377aaa746b6b2cb62860ec36e8a716d715d0d0cd82edd2488833"
|
hash = "0db9de62fbf6377aaa746b6b2cb62860ec36e8a716d715d0d0cd82edd2488833"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/radiant-gear.pw.toml"
|
||||||
|
hash = "7eae70ce9d8985f5253b576c74c6f1c341cf2e3292df26a47e47801df5d6e687"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/raised.pw.toml"
|
file = "mods/raised.pw.toml"
|
||||||
hash = "0a9528a9eefb844f3ba9f7663f4b2efdceb8e6f2730039d91613c6368f3190f3"
|
hash = "0a9528a9eefb844f3ba9f7663f4b2efdceb8e6f2730039d91613c6368f3190f3"
|
||||||
|
@ -333,6 +338,11 @@ file = "mods/scribble.pw.toml"
|
||||||
hash = "fee68cd6364039d9eca94c1451ae165b41df6579122682d8a97d70ed08c6b0f3"
|
hash = "fee68cd6364039d9eca94c1451ae165b41df6579122682d8a97d70ed08c6b0f3"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/simple-belt-lanterns.pw.toml"
|
||||||
|
hash = "15a808dcac3a064074b22bde2ddf939883cb754cfce97abe5628b75078b15bdc"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/simple-menu.pw.toml"
|
file = "mods/simple-menu.pw.toml"
|
||||||
hash = "5c7d82478607ca14645e77b2806a5a6263f93a922d7327f1b80c22186243ed85"
|
hash = "5c7d82478607ca14645e77b2806a5a6263f93a922d7327f1b80c22186243ed85"
|
||||||
|
|
13
.minecraft/mods/radiant-gear.pw.toml
Normal file
13
.minecraft/mods/radiant-gear.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Radiant Gear"
|
||||||
|
filename = "radiantgear-fabric-2.1.6+1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/AtT9wm5O/versions/2u5N40JW/radiantgear-fabric-2.1.6%2B1.20.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "051a26d883f7d713037e34003c6b9cb4a63da3517074df0352b77c52b5b20e37270f295ca1a7a2051703007229c7169420f32c571d6b1b6d46992f2352b441c2"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "AtT9wm5O"
|
||||||
|
version = "2u5N40JW"
|
13
.minecraft/mods/simple-belt-lanterns.pw.toml
Normal file
13
.minecraft/mods/simple-belt-lanterns.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Simple Belt Lanterns"
|
||||||
|
filename = "bug_beltlanterns-1.0.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/QgFr5VFQ/versions/ClGHETPJ/bug_beltlanterns-1.0.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "9d2b695e7bc3b229ab59d72403a646cc48a00159883880f5f7197373f1dd39c8a4802d333dc2bc7a1932d72e1eff7aa1c8c91e9fddf3bd57e616eb8c1c6a952b"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "QgFr5VFQ"
|
||||||
|
version = "ClGHETPJ"
|
|
@ -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 = "154121dc35c23cbbf6240d8635f08eb51afe2ee5129827932b0a7a19331eb802"
|
hash = "3bb967706b5bc5a53a301b0244742fdcdc101940a301377df5a24bce03cc65c0"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.10"
|
fabric = "0.16.10"
|
||||||
|
|
Loading…
Reference in a new issue