[a] some more bed benefits to balance out sleeping again
This commit is contained in:
parent
dfefdcda0c
commit
5fced7a057
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -67,6 +67,11 @@ file = "mods/backported-wolves.pw.toml"
|
||||||
hash = "166bfddae9c15e5bd03e5fd2311d9ecab2b117f348258c679d4847ebbc4e0119"
|
hash = "166bfddae9c15e5bd03e5fd2311d9ecab2b117f348258c679d4847ebbc4e0119"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/bed-benefits.pw.toml"
|
||||||
|
hash = "d51c568f86401ca1c89240459c05b6ab502471c53552e786dc2d3b55abdda396"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/bedoverhaul.pw.toml"
|
file = "mods/bedoverhaul.pw.toml"
|
||||||
hash = "50848a3df5d3634ac202347dd47d05c92c3287851110527c4f09079408fc975a"
|
hash = "50848a3df5d3634ac202347dd47d05c92c3287851110527c4f09079408fc975a"
|
||||||
|
@ -107,6 +112,11 @@ file = "mods/bobby.pw.toml"
|
||||||
hash = "53e2d27a50b1149ef4189184274977a06fa2ba59575eb8edb12f8df86f2b2cf5"
|
hash = "53e2d27a50b1149ef4189184274977a06fa2ba59575eb8edb12f8df86f2b2cf5"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/bookshelf-lib.pw.toml"
|
||||||
|
hash = "9022ec899edf2af44a13d5d715b10661f394672306e3cff5b29bdd7452c783f7"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/borderless-mining.pw.toml"
|
file = "mods/borderless-mining.pw.toml"
|
||||||
hash = "77674b7a889a21373f0775c4c51495ce38079280f9f26e1367796b030832f97d"
|
hash = "77674b7a889a21373f0775c4c51495ce38079280f9f26e1367796b030832f97d"
|
||||||
|
|
13
mods/bed-benefits.pw.toml
Normal file
13
mods/bed-benefits.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Bed Benefits"
|
||||||
|
filename = "BedBenefits-Fabric-1.20.1-13.0.3.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Wl8l4Sim/versions/QTNCoxZY/BedBenefits-Fabric-1.20.1-13.0.3.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "f4438f0993f12156ac9c7410db9e8752589bc418"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Wl8l4Sim"
|
||||||
|
version = "QTNCoxZY"
|
13
mods/bookshelf-lib.pw.toml
Normal file
13
mods/bookshelf-lib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Bookshelf"
|
||||||
|
filename = "Bookshelf-Fabric-1.20.1-20.1.10.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/X9JByRlL/Bookshelf-Fabric-1.20.1-20.1.10.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "4ed0613f7e766742985dc91e5559784f82a26ee3"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "uy4Cnpcm"
|
||||||
|
version = "X9JByRlL"
|
|
@ -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 = "9598b88a2687d811da42feaa087df2f5df22131856d5a8c5fb74d5bafa8e1111"
|
hash = "b79309a90cfc757fecfeaa243b2716d7096ce3cadcf3961bd11bf28be6859f85"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
Loading…
Reference in a new issue