v1.2.2 | Added Firework Frenzy and Paladin's Furniture.
This commit is contained in:
parent
fb0b9e9d0d
commit
9841e62deb
4 changed files with 38 additions and 2 deletions
10
index.toml
10
index.toml
|
@ -1055,6 +1055,11 @@ file = "mods/fireplace-lib.pw.toml"
|
|||
hash = "685933ca75866fd4024839c2e1179e5979a00ce55ec9433bb1075e151b919647"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/firework-frenzy.pw.toml"
|
||||
hash = "2323fa59b9025c69e6901e660888f4b2c912df3976f820c44fea18e3c243a54d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fish-of-thieves.pw.toml"
|
||||
hash = "b170bf5f355d16cf6a1fc1afff456c00cf9b2d5ee92f195d8a017251842b5776"
|
||||
|
@ -1295,6 +1300,11 @@ file = "mods/owo-lib.pw.toml"
|
|||
hash = "602bd67a9bb4a39330a67c037bcbf8d0a6631f53374d6d2c4a8311fcad425f5f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/paladins-furniture.pw.toml"
|
||||
hash = "02d1024c42cd3671768a7b851a5dc95498b28b892581cd0969bf7c8a44277266"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/patchouli.pw.toml"
|
||||
hash = "ea59340e930874c307b1dd1d17dd068dc5598e1f1a01055de1f5cb433780a1ee"
|
||||
|
|
13
mods/firework-frenzy.pw.toml
Normal file
13
mods/firework-frenzy.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Firework Frenzy"
|
||||
filename = "fireworkfrenzy-1.10.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BMFTOutp/versions/1.10/fireworkfrenzy-1.10.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7634a8716de56b73382d862fa068b4e6ae6f36f2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BMFTOutp"
|
||||
version = "BQNlEZ6J"
|
13
mods/paladins-furniture.pw.toml
Normal file
13
mods/paladins-furniture.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Paladin's Furniture Mod"
|
||||
filename = "paladin-furniture-mod-1.1.1-fabric-mc1.19.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/SISz7Qd3/versions/v4hDp1AI/paladin-furniture-mod-1.1.1-fabric-mc1.19.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b53a4c38bf7d53fb42fb786fdf8612309548b3c2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "SISz7Qd3"
|
||||
version = "v4hDp1AI"
|
|
@ -1,12 +1,12 @@
|
|||
name = "ExploreCraft"
|
||||
author = "Sangelo"
|
||||
version = "1.2.1"
|
||||
version = "1.2.2"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "5b83accc340e0984740b2d2e2201976325d798b9d7f73e86c2264ae59e501e1b"
|
||||
hash = "31f62d179b9a5a7d1a3f7a48020c461e3a343470cea407171fdc29b2eb65e6a6"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.19"
|
||||
|
|
Loading…
Reference in a new issue