Add gravestones and discord integration
This commit is contained in:
parent
7e18723c37
commit
16ce1e61c6
10
index.toml
10
index.toml
@ -55,6 +55,11 @@ file = "mods/create-fabric.pw.toml"
|
|||||||
hash = "f3094b99335cf26c368294878ae60312122a30ead29fea67b86095b75b15b4e8"
|
hash = "f3094b99335cf26c368294878ae60312122a30ead29fea67b86095b75b15b4e8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/dcintegration.pw.toml"
|
||||||
|
hash = "b3ce101677c5f2bdcac46f54def60033f3a2e0403394a19ba414d8e301093455"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/distant-horizons.pw.toml"
|
file = "mods/distant-horizons.pw.toml"
|
||||||
hash = "5a6bf8b7d22a4356c5d0fb26d0a4c7fbc65723d5accc8edf88248e3575a64876"
|
hash = "5a6bf8b7d22a4356c5d0fb26d0a4c7fbc65723d5accc8edf88248e3575a64876"
|
||||||
@ -80,6 +85,11 @@ file = "mods/fabric-api.pw.toml"
|
|||||||
hash = "be149f121385bee58583d8f65b3cab3692122051ab22d0e4c05e0c22050e9f15"
|
hash = "be149f121385bee58583d8f65b3cab3692122051ab22d0e4c05e0c22050e9f15"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/gravestones.pw.toml"
|
||||||
|
hash = "8b5908bca77a358572cb25abfd6353a879a0ce640937d085958eeaa67f64af8b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/immersive-armors.pw.toml"
|
file = "mods/immersive-armors.pw.toml"
|
||||||
hash = "809c13f43e35f7792d420ba0d525fa2adb339886766b55c588ed52c0023e08af"
|
hash = "809c13f43e35f7792d420ba0d525fa2adb339886766b55c588ed52c0023e08af"
|
||||||
|
|||||||
13
mods/dcintegration.pw.toml
Normal file
13
mods/dcintegration.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Discord Integration"
|
||||||
|
filename = "dcintegration-fabric-3.0.6-1.20.1.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/rbJ7eS5V/versions/5j2yF4ub/dcintegration-fabric-3.0.6-1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "53182ebc2e352e829c0ad0d1c6e58a5d65ad1fee"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "rbJ7eS5V"
|
||||||
|
version = "5j2yF4ub"
|
||||||
13
mods/gravestones.pw.toml
Normal file
13
mods/gravestones.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Gravestones"
|
||||||
|
filename = "gravestones-v1.15.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "94c2fd5291c0ccf9f9bce7c0f6093df69b2cc18f"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4594466
|
||||||
|
project-id = 373595
|
||||||
@ -1,12 +1,12 @@
|
|||||||
name = "Marchcraft Packwiz"
|
name = "Marchcraft Packwiz"
|
||||||
author = "TD"
|
author = "TD"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "376def1a9a4a91078450d7b93c2e9fb740857e426e3a7e929f8cab313094da06"
|
hash = "0be4182f8a16895c4be0cb41759010af1908f481fad33a8cabb25ea6522cfda5"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.7"
|
fabric = "0.15.7"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user