mirror of
https://github.com/WarrenHood/MC-Modpack-ForgeBoys.git
synced 2025-04-29 14:54:58 +01:00
Added simple discord rpc
This commit is contained in:
parent
80c319d3e8
commit
ab88b6fa0d
31
modpack.lock
31
modpack.lock
|
@ -480,6 +480,19 @@ name = "create"
|
|||
version = "0.5.1.h"
|
||||
providers = ["Modrinth"]
|
||||
|
||||
[mods.craterlib]
|
||||
version = "1.20-2.0.3"
|
||||
server_side = true
|
||||
client_side = true
|
||||
|
||||
[[mods.craterlib.source]]
|
||||
|
||||
[mods.craterlib.source.Download]
|
||||
url = "https://cdn.modrinth.com/data/Nn8Wasaq/versions/xrXJLMel/CraterLib-Forge-1.20-2.0.3.jar"
|
||||
sha1 = "c83075544bb8aa8c25de23e389429fef4dd11c66"
|
||||
sha512 = "3e3028c6edcd65e5cc0855e2fbf188e529155f7ed48e9b6fe8dd174d9bcc13207f4f4032c08802c1a85d5b036045590a6924c188614066114b5c8d0daaf391ea"
|
||||
filename = "CraterLib-Forge-1.20-2.0.3.jar"
|
||||
|
||||
[mods.create]
|
||||
version = "0.5.1.h"
|
||||
server_side = true
|
||||
|
@ -1625,6 +1638,24 @@ sha1 = "6e06ebf6d144a44f14e8dcbd933b399561b40c87"
|
|||
sha512 = "06e403ace1c23ab7c6880790622ebcbddc3eed70b7e7f7cc34760d6c5b77e923c162362f133d8d27baa6f78c5869e20562245d06b3b214245192bdbae7040cda"
|
||||
filename = "servercore-forge-1.5.1+1.20.1.jar"
|
||||
|
||||
[mods.simple-discord-rpc]
|
||||
version = "3.3.2"
|
||||
server_side = false
|
||||
client_side = true
|
||||
|
||||
[[mods.simple-discord-rpc.source]]
|
||||
|
||||
[mods.simple-discord-rpc.source.Download]
|
||||
url = "https://cdn.modrinth.com/data/ObXSoyrn/versions/JoAVJbRv/SimpleRPC-Universal-3.3.2.jar"
|
||||
sha1 = "64032fa48b6158bb72203d7ec84fa99d8955925b"
|
||||
sha512 = "b5008b849eaa050ea00085bce01d09c86a5605e6dde035195886978fc3d98d4593e0188fe14759f585db7115df833bdaed0e54a7bf8b59ced4c7d8c31d766e40"
|
||||
filename = "SimpleRPC-Universal-3.3.2.jar"
|
||||
|
||||
[[mods.simple-discord-rpc.deps]]
|
||||
name = "craterlib"
|
||||
version = "1.20-2.0.3"
|
||||
providers = ["Modrinth"]
|
||||
|
||||
[mods.skills]
|
||||
version = "0.13.2"
|
||||
server_side = true
|
||||
|
|
|
@ -366,6 +366,10 @@ version = "*"
|
|||
name = "servercore"
|
||||
version = "*"
|
||||
|
||||
[mods.simple-discord-rpc]
|
||||
name = "simple-discord-rpc"
|
||||
version = "*"
|
||||
|
||||
[mods.slice-and-dice]
|
||||
name = "slice-and-dice"
|
||||
version = "*"
|
||||
|
|
Loading…
Reference in a new issue