Finally found the long-lost inventory sorting mod.
This commit is contained in:
parent
4a014583d7
commit
1f4c482916
15
CHANGELOG.md
15
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
|
# 1.0.12
|
||||||
|
|
||||||
## Config Changes
|
## Config Changes
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
0 : '{Count:1b,id:"minecraft:wooden_pickaxe",tag:{Damage:0}}',
|
0 : '{Count:1b,id:"minecraft:wooden_pickaxe",tag:{Damage:0}}',
|
||||||
1 : '{Count:1b,id:"cgm:pistol",tag:{AmmoCount:16}}',
|
1 : '{Count:1b,id:"cgm:pistol",tag:{AmmoCount:16}}',
|
||||||
2 : '{Count:1b,id:"minecraft:wooden_axe",tag:{Damage:0}}',
|
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"}',
|
4 : '{Count:1b,id:"solsweetpotato:food_book"}',
|
||||||
5 : '{Count:2b,id:"simpleshops:simple_shop"}',
|
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"}'}}}',
|
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 : '',
|
32 : '',
|
||||||
33 : '',
|
33 : '',
|
||||||
34 : '',
|
34 : '',
|
||||||
35 : '',
|
35 : '',
|
||||||
|
12
index.toml
12
index.toml
@ -26,7 +26,7 @@ hash = "1a3f52aff8fe11c035d5309049a3aa985c49039463ba1b62368407a30a250a90"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/starterkit/starterkit.txt"
|
file = "config/starterkit/starterkit.txt"
|
||||||
hash = "00cbbd2c00a69838d08f4bb0a7f42dd7c4c43dccfe640b29b2708f782490f23b"
|
hash = "f3276e9fcaeaf7722b50e3fe50c7729300e051e44a542aff7b554581fd95a704"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/toastcontrol-common.toml"
|
file = "config/toastcontrol-common.toml"
|
||||||
@ -439,6 +439,16 @@ file = "mods/industrial-foregoing.pw.toml"
|
|||||||
hash = "03eda3cb7e6a184e591d5853b12125a8b26634363ebfd00f069f177bbe190421"
|
hash = "03eda3cb7e6a184e591d5853b12125a8b26634363ebfd00f069f177bbe190421"
|
||||||
metafile = true
|
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]]
|
[[files]]
|
||||||
file = "mods/iron-chests.pw.toml"
|
file = "mods/iron-chests.pw.toml"
|
||||||
hash = "755a8345636199e68830426bb03873a2395517d719c82dfb9a349d09fe970ea9"
|
hash = "755a8345636199e68830426bb03873a2395517d719c82dfb9a349d09fe970ea9"
|
||||||
|
13
mods/inventory-essentials.pw.toml
Normal file
13
mods/inventory-essentials.pw.toml
Normal file
@ -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
|
13
mods/inventory-sorter.pw.toml
Normal file
13
mods/inventory-sorter.pw.toml
Normal file
@ -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
|
@ -1,12 +1,12 @@
|
|||||||
name = "ScrumptiousCraft Um"
|
name = "ScrumptiousCraft Um"
|
||||||
author = "razage"
|
author = "razage"
|
||||||
version = "1.0.12"
|
version = "1.0.13"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "a02b485e65f6baeea399308cbfa796946a3d297c2513cd5735ce1c6b3e76b13f"
|
hash = "9fc78421c90f8e0708509c43432bb2aa5bccab4b0dc24c037e1756f5caaef10f"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "43.2.8"
|
forge = "43.2.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user