From 6651fcc4dda92608051b6f16b8185fc58d6317a6 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Tue, 13 Sep 2022 09:10:37 +0300 Subject: [PATCH] + Pick Up Notifier this _should_ play better w/ fabrication's no item drops tweak --- index.toml | 10 ++++++++++ mods/pick-up-notifier.pw.toml | 13 +++++++++++++ mods/puzzles-lib.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/pick-up-notifier.pw.toml create mode 100644 mods/puzzles-lib.pw.toml diff --git a/index.toml b/index.toml index 1ccc627..667277f 100644 --- a/index.toml +++ b/index.toml @@ -577,11 +577,21 @@ file = "mods/phosphor.pw.toml" hash = "78c45750388a12444d5103943825ffa8a403be32a246ba067438fe98c5eaad39" metafile = true +[[files]] +file = "mods/pick-up-notifier.pw.toml" +hash = "84b06b08856679a7607e86219bd0b48fe9db281fc70889fe0146ec2fdb0a6448" +metafile = true + [[files]] file = "mods/presence-footsteps.pw.toml" hash = "c0b8dcde9209582f6bdf00db9d6df59e9db51ee592020e7552576a3cf2109b04" metafile = true +[[files]] +file = "mods/puzzles-lib.pw.toml" +hash = "a4c0d843263a35f49019b7cb1abd3947f4a2b3e10b01895921948caea4f0b0d2" +metafile = true + [[files]] file = "mods/reacharound.pw.toml" hash = "6973dccefd1d685a8626afdc1cd94d0d8e70874f28a23f97b2e8670556ebc795" diff --git a/mods/pick-up-notifier.pw.toml b/mods/pick-up-notifier.pw.toml new file mode 100644 index 0000000..4756219 --- /dev/null +++ b/mods/pick-up-notifier.pw.toml @@ -0,0 +1,13 @@ +name = "Pick Up Notifier" +filename = "PickUpNotifier-v4.2.0-1.19.2-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5e347f0e8b8bd9dd01c8c7cd3187e1d081e518c6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3945867 +project-id = 351441 diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml new file mode 100644 index 0000000..43b124c --- /dev/null +++ b/mods/puzzles-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Puzzles Lib" +filename = "PuzzlesLib-v4.3.1-1.19.2-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a72e41c3ab0b12fabf2add28f2ec9c7042ee3d68" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3961874 +project-id = 495476 diff --git a/pack.toml b/pack.toml index bffcf9f..7b584a1 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ad34b22197b8910db924572e4c182e025d7a50e01754f2ae97624a7b1999568d" +hash = "b8c52c20606ea8d19165919874a275711164805c043db45961fd78ce09bf9744" [versions] fabric = "0.14.9"