From 1f4c482916a0f2c8a0742aa92c458c148d928cdc Mon Sep 17 00:00:00 2001 From: Thomas Hinkle Date: Sun, 23 Apr 2023 02:20:59 -0500 Subject: [PATCH] Finally found the long-lost inventory sorting mod. --- CHANGELOG.md | 15 +++++++++++++++ config/starterkit/starterkit.txt | 4 ++-- index.toml | 12 +++++++++++- mods/inventory-essentials.pw.toml | 13 +++++++++++++ mods/inventory-sorter.pw.toml | 13 +++++++++++++ pack.toml | 4 ++-- 6 files changed, 56 insertions(+), 5 deletions(-) create mode 100644 mods/inventory-essentials.pw.toml create mode 100644 mods/inventory-sorter.pw.toml diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dae015..11be913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 1.0.13 + +## Config Changes + +- Removed the crafting station from the starter kit. Not sure how that got there, but now it's gone. + +## Mods + +### Additions + +- Inventory Essentials + - Adds some inventory shortcuts. +- Inventory Sorter + - Middle Mouse Click to sort (can be changed.) + # 1.0.12 ## Config Changes diff --git a/config/starterkit/starterkit.txt b/config/starterkit/starterkit.txt index 979496e..dd6e7ec 100644 --- a/config/starterkit/starterkit.txt +++ b/config/starterkit/starterkit.txt @@ -6,7 +6,7 @@ 0 : '{Count:1b,id:"minecraft:wooden_pickaxe",tag:{Damage:0}}', 1 : '{Count:1b,id:"cgm:pistol",tag:{AmmoCount:16}}', 2 : '{Count:1b,id:"minecraft:wooden_axe",tag:{Damage:0}}', -3 : '{Count:1b,id:"craftingstation:crafting_station"}', +3 : '', 4 : '{Count:1b,id:"solsweetpotato:food_book"}', 5 : '{Count:2b,id:"simpleshops:simple_shop"}', 6 : '{Count:1b,id:"thermal:satchel",tag:{ItemInv:{ItemInv:[{Count:20b,Slot:0b,id:"thermal:bronze_coin"}]},RepairCost:0,display:{Name:'{"text":"Wallet"}'}}}', @@ -38,4 +38,4 @@ 32 : '', 33 : '', 34 : '', -35 : '', +35 : '', diff --git a/index.toml b/index.toml index 9e601b2..0502e03 100644 --- a/index.toml +++ b/index.toml @@ -26,7 +26,7 @@ hash = "1a3f52aff8fe11c035d5309049a3aa985c49039463ba1b62368407a30a250a90" [[files]] file = "config/starterkit/starterkit.txt" -hash = "00cbbd2c00a69838d08f4bb0a7f42dd7c4c43dccfe640b29b2708f782490f23b" +hash = "f3276e9fcaeaf7722b50e3fe50c7729300e051e44a542aff7b554581fd95a704" [[files]] file = "config/toastcontrol-common.toml" @@ -439,6 +439,16 @@ file = "mods/industrial-foregoing.pw.toml" hash = "03eda3cb7e6a184e591d5853b12125a8b26634363ebfd00f069f177bbe190421" metafile = true +[[files]] +file = "mods/inventory-essentials.pw.toml" +hash = "2c79661dff2fd25029c30d9eaa83991efb50a54df0aec0278a2c60d42bd3ec84" +metafile = true + +[[files]] +file = "mods/inventory-sorter.pw.toml" +hash = "0b2c570acfd6375e2aa8f649cb26384cf1194e9966dd8c7d2df04399a071f53c" +metafile = true + [[files]] file = "mods/iron-chests.pw.toml" hash = "755a8345636199e68830426bb03873a2395517d719c82dfb9a349d09fe970ea9" diff --git a/mods/inventory-essentials.pw.toml b/mods/inventory-essentials.pw.toml new file mode 100644 index 0000000..3feff83 --- /dev/null +++ b/mods/inventory-essentials.pw.toml @@ -0,0 +1,13 @@ +name = "Inventory Essentials" +filename = "inventoryessentials-forge-1.19-5.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4df7cc5a8686d29000b02be00394da1fd2e228d8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4414160 +project-id = 368825 diff --git a/mods/inventory-sorter.pw.toml b/mods/inventory-sorter.pw.toml new file mode 100644 index 0000000..fda133d --- /dev/null +++ b/mods/inventory-sorter.pw.toml @@ -0,0 +1,13 @@ +name = "Inventory Sorter" +filename = "inventorysorter-1.19.2-21.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ddac4a5e079539a49963ff220ad5be49876f61fa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3963662 +project-id = 240633 diff --git a/pack.toml b/pack.toml index edc947d..1451b9c 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "ScrumptiousCraft Um" author = "razage" -version = "1.0.12" +version = "1.0.13" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a02b485e65f6baeea399308cbfa796946a3d297c2513cd5735ce1c6b3e76b13f" +hash = "9fc78421c90f8e0708509c43432bb2aa5bccab4b0dc24c037e1756f5caaef10f" [versions] forge = "43.2.8"