add stuff
This commit is contained in:
parent
a096c069f1
commit
023d532a4b
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -767,6 +767,11 @@ file = "mods/fwaystones.pw.toml"
|
||||||
hash = "cf3ffc556cd4fa7d1f4f81fc2ac11d11587e0ad90143306ec4c6ce7fae782685"
|
hash = "cf3ffc556cd4fa7d1f4f81fc2ac11d11587e0ad90143306ec4c6ce7fae782685"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/gravity-api-fork.pw.toml"
|
||||||
|
hash = "6a8b5a6b6a810edd95a185863763f5bc175f678c9d71fea68e107ff48790854e"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/helpfulcommands.pw.toml"
|
file = "mods/helpfulcommands.pw.toml"
|
||||||
hash = "2514312cb9dea664742576563ca026c99a5a4d3fb1f9197b50a61ef37629f8af"
|
hash = "2514312cb9dea664742576563ca026c99a5a4d3fb1f9197b50a61ef37629f8af"
|
||||||
|
@ -947,6 +952,11 @@ file = "mods/owo-lib.pw.toml"
|
||||||
hash = "84e871bcf957a76a40a47261236a91f2af8d45aa45c79115baf15bb00447ae0a"
|
hash = "84e871bcf957a76a40a47261236a91f2af8d45aa45c79115baf15bb00447ae0a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/pehkui.pw.toml"
|
||||||
|
hash = "43b1a56c118d6ca8ee7b9599a88711d1e9426ad565a26ec07d7384457edf97a6"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/playeranimator.pw.toml"
|
file = "mods/playeranimator.pw.toml"
|
||||||
hash = "b9d4752de610af1892ef2478a04827b8621ba947b012756e18c497d4e3e13b70"
|
hash = "b9d4752de610af1892ef2478a04827b8621ba947b012756e18c497d4e3e13b70"
|
||||||
|
|
13
mods/gravity-api-fork.pw.toml
Normal file
13
mods/gravity-api-fork.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Gravity Changer (qouteall fork)"
|
||||||
|
filename = "gravity-changer-1.2.0+mc1.20.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/bqOyYdKi/versions/vXzWoQMM/gravity-changer-1.2.0%2Bmc1.20.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "9765ce6c96bab977ca978950f5006708ab500664"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "bqOyYdKi"
|
||||||
|
version = "vXzWoQMM"
|
13
mods/pehkui.pw.toml
Normal file
13
mods/pehkui.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Pehkui"
|
||||||
|
filename = "Pehkui-3.7.11+1.14.4-1.20.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/EKhpC3mG/Pehkui-3.7.11%2B1.14.4-1.20.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "31b1fa1b26d16ae344725f4d84c766a4f6bb4b6d"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "t5W7Jfwy"
|
||||||
|
version = "EKhpC3mG"
|
|
@ -4,7 +4,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "7824e376fe069bc7e5f73a6a53d9bd6e50f93a171790b56c6c369b55098a5c5f"
|
hash = "d14814511656e067f40502c9fd15417c4dab28bb595b996eb542dbe5ae6f2ae0"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.2"
|
minecraft = "1.20.2"
|
||||||
|
|
Loading…
Reference in a new issue