lantern
This commit is contained in:
parent
3cbae65e00
commit
aefc1d7bcc
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -403,6 +403,11 @@ file = "mods/epic-dungeons-a-roguelike-minecraft.pw.toml"
|
||||||
hash = "47085aaddb7a2cf3059771bac481b984b2c1178899138f5b47baa3f8a1b906d5"
|
hash = "47085aaddb7a2cf3059771bac481b984b2c1178899138f5b47baa3f8a1b906d5"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/equipable-lanterns.pw.toml"
|
||||||
|
hash = "e4e4a5ae4406a0640e817f03da68213aa3abe277d508a0257e574013918c65e2"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/estrogen.pw.toml"
|
file = "mods/estrogen.pw.toml"
|
||||||
hash = "a9b789c9b5c48b1945604106715bb0ecbd49b56e369e7ce9e3850bd9fae3a79c"
|
hash = "a9b789c9b5c48b1945604106715bb0ecbd49b56e369e7ce9e3850bd9fae3a79c"
|
||||||
|
@ -508,6 +513,11 @@ file = "mods/puzzles-lib.pw.toml"
|
||||||
hash = "df6855780c99e840abb3d0206e6b77d041d11bce024e0c5a0d6b6c89326c1612"
|
hash = "df6855780c99e840abb3d0206e6b77d041d11bce024e0c5a0d6b6c89326c1612"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/radiant-gear.pw.toml"
|
||||||
|
hash = "22f5df846eda08fff13732a29450e2e583f7c3336df7a3eaf1d7af3b629cc6d2"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/resourceful-lib.pw.toml"
|
file = "mods/resourceful-lib.pw.toml"
|
||||||
hash = "39176c9623977413b52a35c733b35790c1157a231cf2e4e638a4a936a50279aa"
|
hash = "39176c9623977413b52a35c733b35790c1157a231cf2e4e638a4a936a50279aa"
|
||||||
|
|
13
mods/equipable-lanterns.pw.toml
Normal file
13
mods/equipable-lanterns.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Equipable Lanterns"
|
||||||
|
filename = "equipablelanterns-1.0.0-forge-1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/NJh9Fo13/versions/4yIWAg5r/equipablelanterns-1.0.0-forge-1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "026f05b25729d9dc8f59070f212fbecf99baa95c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "NJh9Fo13"
|
||||||
|
version = "4yIWAg5r"
|
13
mods/radiant-gear.pw.toml
Normal file
13
mods/radiant-gear.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Radiant Gear"
|
||||||
|
filename = "radiantgear-forge-2.1.5+1.20.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/AtT9wm5O/versions/97i06Z6R/radiantgear-forge-2.1.5%2B1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "97524902ec80b21bee94ba6f88a3503360637264"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "AtT9wm5O"
|
||||||
|
version = "97i06Z6R"
|
|
@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "dbd0ddbae391fdc69ab5de5200bfcc0ce354a56067e9ce752b1cbc9494f3036b"
|
hash = "d6ab3c008694e2d9c5e021d6963374fde14aa1b83a1c5c424ea6125b5d104d7f"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.3.0"
|
forge = "47.3.0"
|
||||||
|
|
Loading…
Reference in a new issue