add auto third person and inventory sorting
This commit is contained in:
parent
6096041134
commit
b590d5f203
4 changed files with 37 additions and 1 deletions
10
index.toml
10
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"
|
||||
|
|
13
mods/auto-third-person.pw.toml
Normal file
13
mods/auto-third-person.pw.toml
Normal file
|
@ -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"
|
13
mods/inventory-sorting.pw.toml
Normal file
13
mods/inventory-sorting.pw.toml
Normal file
|
@ -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"
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue