Skip to content

Commit

Permalink
mod(client&server): added inventory sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Conquerix committed May 8, 2024
1 parent 2405861 commit afa2020
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 2 deletions.
5 changes: 5 additions & 0 deletions client/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,11 @@ file = "mods/infinitybuttons.pw.toml"
hash = "3d9b2eaf60c3abc7e39022e3a6faacc582cd87fc5d4fd5218292e672991b6ffa"
metafile = true

[[files]]
file = "mods/inventory-sorting.pw.toml"
hash = "cacd5a91708f799da27924f237b9252d05438de1f9b4e3e978bf3894e8574df0"
metafile = true

[[files]]
file = "mods/iris.pw.toml"
hash = "bea7422cbe82074a7e6306cdcd0ab8941cce0e86e439fcbffd3d9930de3e32a3"
Expand Down
13 changes: 13 additions & 0 deletions client/mods/inventory-sorting.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Inventory Sorting"
filename = "InventorySorter-1.9.0-1.20.jar"
side = "server"

[download]
url = "https://cdn.modrinth.com/data/5ibSyLAz/versions/tr2ZGtz4/InventorySorter-1.9.0-1.20.jar"
hash-format = "sha1"
hash = "19b4af69600fc940112f36a3256d492670d8d4c5"

[update]
[update.modrinth]
mod-id = "5ibSyLAz"
version = "tr2ZGtz4"
2 changes: 1 addition & 1 deletion client/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "60ffc2ad0c9fe745f5526cee77637d182c8d06be1beef886419c35e8c199add2"
hash = "511348498c273b3eee7c1a78f131aac8143eab41e174d98b8511af14caf1646e"

[versions]
fabric = "0.15.10"
Expand Down
5 changes: 5 additions & 0 deletions server/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,11 @@ file = "mods/infinitybuttons.pw.toml"
hash = "3d9b2eaf60c3abc7e39022e3a6faacc582cd87fc5d4fd5218292e672991b6ffa"
metafile = true

[[files]]
file = "mods/inventory-sorting.pw.toml"
hash = "cacd5a91708f799da27924f237b9252d05438de1f9b4e3e978bf3894e8574df0"
metafile = true

[[files]]
file = "mods/invview.pw.toml"
hash = "9c440b128787446aceeac944eb692793dd24e4596c23d0adfd64a76706ca774d"
Expand Down
13 changes: 13 additions & 0 deletions server/mods/inventory-sorting.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Inventory Sorting"
filename = "InventorySorter-1.9.0-1.20.jar"
side = "server"

[download]
url = "https://cdn.modrinth.com/data/5ibSyLAz/versions/tr2ZGtz4/InventorySorter-1.9.0-1.20.jar"
hash-format = "sha1"
hash = "19b4af69600fc940112f36a3256d492670d8d4c5"

[update]
[update.modrinth]
mod-id = "5ibSyLAz"
version = "tr2ZGtz4"
2 changes: 1 addition & 1 deletion server/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "9b20f6483a452dd416d5ebd509d900608f212385d218992ce85d92470e39022a"
hash = "21cd298053152d51f23f031b83fdf8334b001d2f1132a363fd64621e4cf84ecc"

[versions]
fabric = "0.15.10"
Expand Down

0 comments on commit afa2020

Please sign in to comment.