Add Discord RPC mod

This commit is contained in:
NullBite 2023-06-18 00:37:22 -04:00
parent 93bbbc4228
commit 1a4f78c72e
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
4 changed files with 37 additions and 1 deletions

View File

@ -75,6 +75,11 @@ file = "mods/continuity.pw.toml"
hash = "8e73f68cbcbff53b6a00c30f371fc34a63c2ac2240af4792008d67dce74fb507"
metafile = true
[[files]]
file = "mods/craterlib.pw.toml"
hash = "23d2c83abcf601d56fa8a500660d8d512192a5a038468492037ec1025ba08b78"
metafile = true
[[files]]
file = "mods/cull-less-leaves.pw.toml"
hash = "312270e142843c8709d2768888f6a95572ed385d4b4aaf50526f1bfa667cf23c"
@ -235,6 +240,11 @@ file = "mods/rei.pw.toml"
hash = "be84563e2c530c6960ceedec8a6ec6a1272fcb6de2740d7e6bcf096e347ea38f"
metafile = true
[[files]]
file = "mods/simple-discord-rpc.pw.toml"
hash = "528cfa4ab8def3ed78b472ac38da0553d546c44eb9713fb6f21ed46be61f5993"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
hash = "ea193a0081775b5b2dda289e12578c9122294ec6b6363dbfd7c1e7b5d2dfbd71"

13
mods/craterlib.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "CraterLib"
filename = "CraterLib-fabric-1.20-1.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Nn8Wasaq/versions/5Tb1a93E/CraterLib-fabric-1.20-1.0.0.jar"
hash-format = "sha1"
hash = "51e9d649f15cf80856930dd19b817c9ce2007a6e"
[update]
[update.modrinth]
mod-id = "Nn8Wasaq"
version = "5Tb1a93E"

View File

@ -0,0 +1,13 @@
name = "Simple Discord RPC"
filename = "simple-rpc-fabric-1.20-3.2.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ObXSoyrn/versions/28C8ubz1/simple-rpc-fabric-1.20-3.2.2.jar"
hash-format = "sha1"
hash = "a45491d43bb933721539b2f31cc44f1a1bd32482"
[update]
[update.modrinth]
mod-id = "ObXSoyrn"
version = "28C8ubz1"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "1ebd58e41949697c512d2e6aca074331004f8750f78a76108dd5ca7950e73ff4"
hash = "ce585c55c6ad435f71ecb923c6bc88aef2e438a93fefc39e3ababa771ae69c08"
[versions]
fabric = "0.14.21"