fixed wrong format for DH toml
This commit is contained in:
parent
eae386b680
commit
b276a9d6d7
4 changed files with 5 additions and 4 deletions
Binary file not shown.
|
|
@ -483,7 +483,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/distanthorizons.pw.toml"
|
file = "mods/distanthorizons.pw.toml"
|
||||||
hash = "58b12eefbe535b2a93f38134552706aa4fd7c684ad30d4d6ccdacf3a833ce6de"
|
hash = "fd67335de24bb36488d6323939588a03d3534bfb9a6fc099449e9e367f277cf7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,9 @@ side = "client"
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.densmo.re/mc/DistantHorizons-2.3.0-b-dev-1.20.1-fabric-forge.jar"
|
url = "https://cdn.densmo.re/mc/DistantHorizons-2.3.0-b-dev-1.20.1-fabric-forge.jar"
|
||||||
|
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "e96e504857d4c53c9cb189d632e1dbcd71972d68ad5f370b44feacf5737e0311d1c4da6b0e9287b4463d947418b1f14541cd75c7758953978d4d97d99d2f33b6"
|
||||||
|
|
||||||
[option]
|
[option]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "e96e504857d4c53c9cb189d632e1dbcd71972d68ad5f370b44feacf5737e0311d1c4da6b0e9287b4463d947418b1f14541cd75c7758953978d4d97d99d2f33b6"
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "d7738469da8d04ccd0f6e020e8ee1ef3ee3055236e924b12a060a443e599516e"
|
hash = "7f6110c293b6bac7e99324314ab5def8e89a51b4d2d305e67178c4b4db399bbd"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue