From b590d5f2039caf82121d14f24b2b85f566cd311b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 26 Jun 2025 04:06:41 -0400 Subject: [PATCH] add auto third person and inventory sorting --- index.toml | 10 ++++++++++ mods/auto-third-person.pw.toml | 13 +++++++++++++ mods/inventory-sorting.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/auto-third-person.pw.toml create mode 100644 mods/inventory-sorting.pw.toml diff --git a/index.toml b/index.toml index 4349beb..3abbea5 100644 --- a/index.toml +++ b/index.toml @@ -36,6 +36,11 @@ file = "mods/architectury-api.pw.toml" hash = "9fb3be568d31628b136675f5680b35ea9c6c576b267c85245081b911432c55fb" metafile = true +[[files]] +file = "mods/auto-third-person.pw.toml" +hash = "5151f9e7ebb9d568c09043651b4ec365557792d443f7fe2853a0fe52284955fd" +metafile = true + [[files]] file = "mods/bellsandwhistles.pw.toml" hash = "0391d63ac702cdf53d6ca4cb8c8413a4693f7a95021d3c8fecac3c17712619ec" @@ -231,6 +236,11 @@ file = "mods/indium.pw.toml" hash = "1bd614b945788a68980ca3cb773dc31663a02ee9664db1c140aafbb5c7e061f1" metafile = true +[[files]] +file = "mods/inventory-sorting.pw.toml" +hash = "2dd77bc9cf7d27c56f7f13b40a15917018b5986b00287d27d6ac4d5a5dddde0f" +metafile = true + [[files]] file = "mods/item-scroller.pw.toml" hash = "2a75bc5a9fa9c1075f4e616cbc0aa4c33a0c0e21fb7386660b9d4f5ac912cf42" diff --git a/mods/auto-third-person.pw.toml b/mods/auto-third-person.pw.toml new file mode 100644 index 0000000..9fec925 --- /dev/null +++ b/mods/auto-third-person.pw.toml @@ -0,0 +1,13 @@ +name = "Auto Third Person" +filename = "auto_third_person-fabric-1.19.2-2.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ANu8FMzT/versions/S5GRifqT/auto_third_person-fabric-1.19.2-2.1.jar" +hash-format = "sha512" +hash = "d85e263f33eb2c276ec3c40272ac928043c9fae7937c55bd351e983833977c0bc3127f921a21eab4ea247c5ef3eef11b8932a989cb1f7135014571988f3f76c3" + +[update] +[update.modrinth] +mod-id = "ANu8FMzT" +version = "S5GRifqT" diff --git a/mods/inventory-sorting.pw.toml b/mods/inventory-sorting.pw.toml new file mode 100644 index 0000000..6a8869d --- /dev/null +++ b/mods/inventory-sorting.pw.toml @@ -0,0 +1,13 @@ +name = "Inventory Sorting" +filename = "InventorySorter-1.8.10-1.19.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/5ibSyLAz/versions/ZsKcCN1N/InventorySorter-1.8.10-1.19.jar" +hash-format = "sha512" +hash = "6a3889edaf607d13bbf2d5978d824f288f6950eb0b7a9184dcaf426e0e4f19a3bc926272645d2b3127dda6be69c2be6a2e8e49ba0dcfb8f4cd15f444ce64f48e" + +[update] +[update.modrinth] +mod-id = "5ibSyLAz" +version = "ZsKcCN1N" diff --git a/pack.toml b/pack.toml index e719ad3..5480279 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 = "573b72ba26ceab517b84933e39b7bf671588d86f924ea223facec1bc32ca1663" +hash = "9d8b82ebdf83dd327d1b5ab41bd7cb5457c95c665cb1273221448d4685ae9ccd" [versions] minecraft = "1.19.2"