package changes
- Remove "The Null" - Add Disanchanter - Add Trinkets
This commit is contained in:
parent
74a482f1cf
commit
19914b1d1b
15
index.toml
15
index.toml
|
@ -185,6 +185,11 @@ file = "mods/debugify.pw.toml"
|
|||
hash = "4ba45966a267b774f5d83442c3c43d740f55e11a910e117e50c046b4f77b5c66"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/disenchanter.pw.toml"
|
||||
hash = "67c7669b86fc38d805f5714641d44fb0ffbe752230135de97083bdf37191b271"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/distant-friends.pw.toml"
|
||||
hash = "f0dd64f71e05aac244d90ef4ea631f5312145f17c567b30f447d9e9b6847368e"
|
||||
|
@ -645,11 +650,6 @@ file = "mods/terrablender.pw.toml"
|
|||
hash = "99ae3a898041d9e7b6d2de55909287baacd6f71846e44f61f6a9420587fd7a09"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/the-null.pw.toml"
|
||||
hash = "ded208dc5eca6d0835b9cd2a862a1174d906299403c67fdee9ef0ca7e0d4f106"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/threadtweak.pw.toml"
|
||||
hash = "dbbeb7a8f32fdbe0d5e44a8c7671ed2297ee8d12d4610500ac54742e70b4fb53"
|
||||
|
@ -675,6 +675,11 @@ file = "mods/tree-harvester.pw.toml"
|
|||
hash = "345b59f04624132d80e9128e34a05ca725647a9982581408b31624aea4d6afe4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/trinkets.pw.toml"
|
||||
hash = "07619668821f2aad9dbd40084ad80f25595d8715a9ef204a4a9629225729a7d9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/villager-names-serilum.pw.toml"
|
||||
hash = "7883a75f7b0fc786731546f5fbdb46a826dd5a374effee507e0ff432dfff4c8f"
|
||||
|
|
13
mods/disenchanter.pw.toml
Normal file
13
mods/disenchanter.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Disenchanter"
|
||||
filename = "disenchanter-0.1.8+1.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/OQ8To4FT/versions/b2NIHM63/disenchanter-0.1.8%2B1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8b35db1b43786bac00f01bd6df738720398a4efb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "OQ8To4FT"
|
||||
version = "b2NIHM63"
|
|
@ -1,13 +0,0 @@
|
|||
name = "The Null"
|
||||
filename = "error_null-1.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/g3qMftO7/versions/pBPthgZE/error_null-1.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "956fe1ce92154cf2a1aa275507e696606592f86b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "g3qMftO7"
|
||||
version = "pBPthgZE"
|
13
mods/trinkets.pw.toml
Normal file
13
mods/trinkets.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Trinkets"
|
||||
filename = "trinkets-3.7.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5aaWibi9/versions/AHxQGtuC/trinkets-3.7.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d58cc8759587f03f320f188972ca66baa788d008"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5aaWibi9"
|
||||
version = "AHxQGtuC"
|
|
@ -1,12 +1,12 @@
|
|||
name = "Silly Pack"
|
||||
author = "wizardlink"
|
||||
version = "1.0.5"
|
||||
version = "1.0.6"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "e35e57cde1fb33b252f15c9ad8529dfe391d264224ae53c5ca12f575187c387b"
|
||||
hash = "ed0ef10f694af1c5ed43eeb21821b8d6de7266ac5474c4a39b3af323d1a71b6d"
|
||||
|
||||
[versions]
|
||||
fabric = "0.15.11"
|
||||
|
|
Loading…
Reference in a new issue