diff --git a/README.md b/README.md index 5c6a301..99a5343 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ - Puzzle - Motschen (https://github.com/PuzzleMC/Puzzle) - Reese's Sodium Options - FlashyReese (https://github.com/FlashyReese/reeses-sodium-options) - Roughly Enough Items (REI) - shedaniel (https://github.com/shedaniel/RoughlyEnoughItems) +- Screenshot to Clipboard - comp500 (https://github.com/comp500/ScreenshotToClipboard) - Sodium Extra - FlashyReese (https://github.com/FlashyReese/sodium-extra-fabric) - Sodium - jellysquid3 (https://github.com/CaffeineMC/sodium-fabric) - spark - lucko (https://github.com/lucko/spark) diff --git a/index.toml b/index.toml index 423c1af..564a31f 100644 --- a/index.toml +++ b/index.toml @@ -249,6 +249,11 @@ file = "mods/rei.pw.toml" hash = "be84563e2c530c6960ceedec8a6ec6a1272fcb6de2740d7e6bcf096e347ea38f" metafile = true +[[files]] +file = "mods/screenshot-to-clipboard.pw.toml" +hash = "672f3809a2053eef01aea4015ca4b0d4be6c507622172c091c17833b8d2ffb39" +metafile = true + [[files]] file = "mods/sodium-extra.pw.toml" hash = "ea193a0081775b5b2dda289e12578c9122294ec6b6363dbfd7c1e7b5d2dfbd71" diff --git a/mods/screenshot-to-clipboard.pw.toml b/mods/screenshot-to-clipboard.pw.toml new file mode 100644 index 0000000..d680f86 --- /dev/null +++ b/mods/screenshot-to-clipboard.pw.toml @@ -0,0 +1,13 @@ +name = "Screenshot to Clipboard" +filename = "screenshot-to-clipboard-1.0.9-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1KiJRrTg/versions/1.0.9%2Bfabric/screenshot-to-clipboard-1.0.9-fabric.jar" +hash-format = "sha1" +hash = "39c55d7e0ebe4a7f626e0d4bc85b8d2bea353092" + +[update] +[update.modrinth] +mod-id = "1KiJRrTg" +version = "rObP72r1" diff --git a/pack.toml b/pack.toml index f918c87..f0f332c 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 = "ef5bf8c6a95083f5107daa8cddb6c721d756d76d7ecb67c696988f4e925c1949" +hash = "3401e085fdabf0dabe8026596f21225c5c6ae90edc26386d18787cc8f830fba5" [versions] fabric = "0.14.21"