Skip to content

Commit d2378a4

Browse files
committed
update bogo sorter from 1.4.10 to 1.5.0 and add key binding patch
1 parent b4ff9d1 commit d2378a4

4 files changed

Lines changed: 28 additions & 10 deletions

File tree

index.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2782,7 +2782,7 @@ metafile = true
27822782

27832783
[[files]]
27842784
file = "mods/inventory-bogosorter.pw.toml"
2785-
hash = "983c90a4c24cb46fe90acd483d6670b9a3db0e51e84f19bc8e55ed1947d947a4"
2785+
hash = "a2d7f5517cfd949db7443c292faf9d4eeab46789b7fa5c82149696a4d9b06ec5"
27862786
metafile = true
27872787

27882788
[[files]]
@@ -2815,6 +2815,11 @@ file = "mods/just-enough-characters.pw.toml"
28152815
hash = "073783bfacb2c1b8062ae9bca20b49022689f89dcddf0437d7cf6b434d27acaa"
28162816
metafile = true
28172817

2818+
[[files]]
2819+
file = "mods/key-binding-patch.pw.toml"
2820+
hash = "cea0823d3b224e7bfee140dce362f0321cfb689fa8aaf9d7095ccd244f2051b4"
2821+
metafile = true
2822+
28182823
[[files]]
28192824
file = "mods/keyboard-wizard.pw.toml"
28202825
hash = "a164a60516560f39f937dbbff5905483128b1def283c34062dbd510830e6d16e"

mods/inventory-bogosorter.pw.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name = "Inventory Bogosorter"
2-
filename = "bogosorter-1.4.10.jar"
1+
name = "Inventory Bogo Sorter"
2+
filename = "bogosorter-1.5.0.jar"
33
side = "both"
44

55
[download]
6-
url = "https://cdn.modrinth.com/data/CuLATCrJ/versions/BFrxCWrU/bogosorter-1.4.10.jar"
7-
hash-format = "sha512"
8-
hash = "813bb21ded27202213c00c5de0ad9b457db50bc43b676117ec277f8c19afc0d634da1fc83e336b19f1d63d88a4aed4b1f1c76ea85ea33018af9dd1f5015d7e8e"
6+
hash-format = "sha1"
7+
hash = "92ff58180f72ff871986a6597983e03fdeda1730"
8+
mode = "metadata:curseforge"
99

1010
[update]
11-
[update.modrinth]
12-
mod-id = "CuLATCrJ"
13-
version = "BFrxCWrU"
11+
[update.curseforge]
12+
file-id = 7102721
13+
project-id = 632327

mods/key-binding-patch.pw.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Key Binding Patch"
2+
filename = "[MC-1.12.2] Key Binding Patch v1.3.3.3 - 2024-12-1.jar"
3+
side = "both"
4+
5+
[download]
6+
hash-format = "sha1"
7+
hash = "9c4f758e158ae780dbf091d7c05e30eb13d8175f"
8+
mode = "metadata:curseforge"
9+
10+
[update]
11+
[update.curseforge]
12+
file-id = 5951859
13+
project-id = 928895

pack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
66
[index]
77
file = "index.toml"
88
hash-format = "sha256"
9-
hash = "46b14cecb7f73345b1ef7fb2a3c720823c67b3cdaa695829d5a66e2af154d87d"
9+
hash = "024b31dd393026a12862a3c81657095b0c705dee065fe4aebc5f43cd244f5579"
1010

1111
[versions]
1212
forge = "14.23.5.2860"

0 commit comments

Comments
 (0)