From 5c09d3feecd93043e02c4f2c9833bfd3eedd19da Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 12 Mar 2024 18:24:21 +0300 Subject: [PATCH] Stats, tooltips and crash prevention --- index.toml | 20 ++++++++++++++++++++ mods/better-stats.pw.toml | 13 +++++++++++++ mods/notenoughcrashes.pw.toml | 18 ++++++++++++++++++ mods/simple-tag-viewer.pw.toml | 13 +++++++++++++ mods/tooltipfix.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 6 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 mods/better-stats.pw.toml create mode 100644 mods/notenoughcrashes.pw.toml create mode 100644 mods/simple-tag-viewer.pw.toml create mode 100644 mods/tooltipfix.pw.toml diff --git a/index.toml b/index.toml index 8fab4e0..3b94ae8 100644 --- a/index.toml +++ b/index.toml @@ -90,6 +90,11 @@ file = "mods/better-ping-display-fabric.pw.toml" hash = "6a51c7bacf8d179e11fe783804fd3687e409f34f6288e1aaceedf7261ee14006" metafile = true +[[files]] +file = "mods/better-stats.pw.toml" +hash = "e421ca1dc0c41aa80ac3b47f9d1acfc50e7bf1c96df99c99da6319f17abc055b" +metafile = true + [[files]] file = "mods/bettercommandblockui.pw.toml" hash = "20f1b63efb66177860328b7cd8d05121f82fb775483ff610385d4b41f58b76cc" @@ -595,6 +600,11 @@ file = "mods/no-chat-reports.pw.toml" hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5" metafile = true +[[files]] +file = "mods/notenoughcrashes.pw.toml" +hash = "444dc6a0c4515b133b9ab7a4a823e228891d5a5a415e462e2ddac16b5a2f9b80" +metafile = true + [[files]] file = "mods/particle-rain.pw.toml" hash = "a874d77f08289eb1b597c0b63eb1abe85263ff69648369057a99382d9c608da1" @@ -720,6 +730,11 @@ file = "mods/shulkerboxtooltip.pw.toml" hash = "5003f2c451c9459b7911ac786897eead4d74a8ebdad4741476949791b26c3caa" metafile = true +[[files]] +file = "mods/simple-tag-viewer.pw.toml" +hash = "1f77e75f5ec6ed32bed8e1eaded4390ce54f96b1f4ce090dd9e2fe7bba92183d" +metafile = true + [[files]] file = "mods/sleep-warp.pw.toml" hash = "624b26b1f2def748fab13e6b56f8ea8bab8cbe25c4a01f237437e6da4fe4ed88" @@ -795,6 +810,11 @@ file = "mods/toms-peripherals.pw.toml" hash = "9e85fda7c9a9f6f961f920d09b8214115d6e783c3fd40a6a4449024d05fcdcdc" metafile = true +[[files]] +file = "mods/tooltipfix.pw.toml" +hash = "fe592547ec2aedf1de7add34f747f7845e103de228e2426328e9e60fe93298cc" +metafile = true + [[files]] file = "mods/travelersbackpack.pw.toml" hash = "d3f43c1b4ceee76f41e0033884cf56a311d5150b99fb95187df4a4e85ac91041" diff --git a/mods/better-stats.pw.toml b/mods/better-stats.pw.toml new file mode 100644 index 0000000..7c24368 --- /dev/null +++ b/mods/better-stats.pw.toml @@ -0,0 +1,13 @@ +name = "Better Statistics Screen" +filename = "betterstats-3.9.2+fabric-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/n6PXGAoM/versions/u3oGwdmM/betterstats-3.9.2%2Bfabric-1.20.1.jar" +hash-format = "sha1" +hash = "6118357bcf89fd0a94656d20921f57cacd353c3c" + +[update] +[update.modrinth] +mod-id = "n6PXGAoM" +version = "u3oGwdmM" diff --git a/mods/notenoughcrashes.pw.toml b/mods/notenoughcrashes.pw.toml new file mode 100644 index 0000000..7999672 --- /dev/null +++ b/mods/notenoughcrashes.pw.toml @@ -0,0 +1,18 @@ +name = "Not Enough Crashes" +filename = "notenoughcrashes-4.4.7+1.20.1-fabric.jar" +side = "both" + +[option] +optional = true +default = true +description = "[untested,unstable] Attempts to recover when crash occurs" + +[download] +url = "https://cdn.modrinth.com/data/yM94ont6/versions/Y4CJKeuu/notenoughcrashes-4.4.7%2B1.20.1-fabric.jar" +hash-format = "sha1" +hash = "9d5e88670b1448dacf841a22a2b9026c153424f7" + +[update] +[update.modrinth] +mod-id = "yM94ont6" +version = "Y4CJKeuu" diff --git a/mods/simple-tag-viewer.pw.toml b/mods/simple-tag-viewer.pw.toml new file mode 100644 index 0000000..979f6d2 --- /dev/null +++ b/mods/simple-tag-viewer.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Tag Viewer" +filename = "lura-tagview-2001.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LrYFqyVY/versions/rRxdXief/lura-tagview-2001.0.0.jar" +hash-format = "sha1" +hash = "511e463d6e1a7642243e2f6479060553b9b24cff" + +[update] +[update.modrinth] +mod-id = "LrYFqyVY" +version = "rRxdXief" diff --git a/mods/tooltipfix.pw.toml b/mods/tooltipfix.pw.toml new file mode 100644 index 0000000..d22eb93 --- /dev/null +++ b/mods/tooltipfix.pw.toml @@ -0,0 +1,13 @@ +name = "ToolTipFix" +filename = "tooltipfix-1.1.1-1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2RKFTmiB/versions/B2L4LeMV/tooltipfix-1.1.1-1.20.jar" +hash-format = "sha1" +hash = "de704792c691e3d19316c87c21c9ad2bee6c66c3" + +[update] +[update.modrinth] +mod-id = "2RKFTmiB" +version = "B2L4LeMV" diff --git a/pack.toml b/pack.toml index 9cbd89b..b9851fc 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 = "d0ab17328e06d342cc981333701bfa82bfd07ce1ed6457e53dde7c22a306597b" +hash = "b81d4c7538fea2e0c89c57676f2f01de2262891da40821d4f600512b7b47e9ca" [versions] fabric = "0.15.7"