Add trash cans
This commit is contained in:
parent
5b712bbbfb
commit
575d190437
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -368,6 +368,11 @@ file = "mods/structory.pw.toml"
|
||||||
hash = "d0b06ed3c01796837223764708bafdc354ca271083f29700aa2de1c5e1b4ff89"
|
hash = "d0b06ed3c01796837223764708bafdc354ca271083f29700aa2de1c5e1b4ff89"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/supermartijn642s-core-lib.pw.toml"
|
||||||
|
hash = "6fba63f2152b6e51365f55d4a689f61053a4aa8b785e904715aef3d595a9fcb8"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/tectonic.pw.toml"
|
file = "mods/tectonic.pw.toml"
|
||||||
hash = "b4418b3889720386ad519a583735b7658679454f0ce8129d6f1c72a00f561b93"
|
hash = "b4418b3889720386ad519a583735b7658679454f0ce8129d6f1c72a00f561b93"
|
||||||
|
@ -398,6 +403,11 @@ file = "mods/trade-cycling.pw.toml"
|
||||||
hash = "1dd540094372fc739857d45308c7bee815d7e0e77b9f59a0aecf2f60d37dbf7c"
|
hash = "1dd540094372fc739857d45308c7bee815d7e0e77b9f59a0aecf2f60d37dbf7c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/trash-cans.pw.toml"
|
||||||
|
hash = "179b326687b34c0dde9370aedc47a7cdf5115483c2287df73c96b5380e31148e"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/travelers-titles.pw.toml"
|
file = "mods/travelers-titles.pw.toml"
|
||||||
hash = "c5a0c22022b75a9ef30a23ef19bd08cd770b5a4d5a338406aa3d35e696b3a6aa"
|
hash = "c5a0c22022b75a9ef30a23ef19bd08cd770b5a4d5a338406aa3d35e696b3a6aa"
|
||||||
|
|
13
mods/supermartijn642s-core-lib.pw.toml
Normal file
13
mods/supermartijn642s-core-lib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "SuperMartijn642's Core Lib"
|
||||||
|
filename = "supermartijn642corelib-1.1.18a-fabric-mc1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/rOUBggPv/versions/T4PXaNJw/supermartijn642corelib-1.1.18a-fabric-mc1.20.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "6d4fcc83d573e01c4d780d2753e2bfd46031757653d2a4b20d4270fa0359debeaff0c585deca1631903110e3bc4d63e383ff5bfed6218d69af1896c80a65beaa"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "rOUBggPv"
|
||||||
|
version = "T4PXaNJw"
|
13
mods/trash-cans.pw.toml
Normal file
13
mods/trash-cans.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Trash Cans"
|
||||||
|
filename = "trashcans-1.0.18-fabric-mc1.20.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/4QrnfueM/versions/CrDLvf7Q/trashcans-1.0.18-fabric-mc1.20.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "3e5c14f314b4a3836215133734704aeffc21f332a6e865da6a8facabe4f2bd825a66e8f3f451444e748d97df3431df6a771af3c102643f947bd1ed7caee96ddb"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "4QrnfueM"
|
||||||
|
version = "CrDLvf7Q"
|
|
@ -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 = "f36dc5a720c3255851288ac7031fcc96715f90a20c6bbf455e1493fe69ba6396"
|
hash = "ef3b99132b3d5432044e0bfbe60a9ccd5e2ab54f994079878fb389ecfd3faa7e"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.10"
|
fabric = "0.16.10"
|
||||||
|
|
Loading…
Add table
Reference in a new issue