diff --git a/index.toml b/index.toml index 601df66..c061d2a 100644 --- a/index.toml +++ b/index.toml @@ -55,6 +55,11 @@ file = "mods/create-fabric.pw.toml" hash = "f3094b99335cf26c368294878ae60312122a30ead29fea67b86095b75b15b4e8" metafile = true +[[files]] +file = "mods/dcintegration.pw.toml" +hash = "b3ce101677c5f2bdcac46f54def60033f3a2e0403394a19ba414d8e301093455" +metafile = true + [[files]] file = "mods/distant-horizons.pw.toml" hash = "5a6bf8b7d22a4356c5d0fb26d0a4c7fbc65723d5accc8edf88248e3575a64876" @@ -80,6 +85,11 @@ file = "mods/fabric-api.pw.toml" hash = "be149f121385bee58583d8f65b3cab3692122051ab22d0e4c05e0c22050e9f15" metafile = true +[[files]] +file = "mods/gravestones.pw.toml" +hash = "8b5908bca77a358572cb25abfd6353a879a0ce640937d085958eeaa67f64af8b" +metafile = true + [[files]] file = "mods/immersive-armors.pw.toml" hash = "809c13f43e35f7792d420ba0d525fa2adb339886766b55c588ed52c0023e08af" diff --git a/mods/dcintegration.pw.toml b/mods/dcintegration.pw.toml new file mode 100644 index 0000000..dd55297 --- /dev/null +++ b/mods/dcintegration.pw.toml @@ -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" diff --git a/mods/gravestones.pw.toml b/mods/gravestones.pw.toml new file mode 100644 index 0000000..6201835 --- /dev/null +++ b/mods/gravestones.pw.toml @@ -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 diff --git a/pack.toml b/pack.toml index 3ab8730..335ddd3 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Marchcraft Packwiz" author = "TD" -version = "1.1.0" +version = "1.2.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "376def1a9a4a91078450d7b93c2e9fb740857e426e3a7e929f8cab313094da06" +hash = "0be4182f8a16895c4be0cb41759010af1908f481fad33a8cabb25ea6522cfda5" [versions] fabric = "0.15.7"