Added required mod that wasnt found by packwiz
This commit is contained in:
parent
47215ff356
commit
55399c3542
3 changed files with 19 additions and 1 deletions
|
@ -136,6 +136,11 @@ file = "mods/darkness-in-the-bottle.pw.toml"
|
|||
hash = "a6f421a6d8ab47b03938fbfc1610bc94c1a71333cc9e279b19f5269c9681a16d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dawn.pw.toml"
|
||||
hash = "4a13d096e82525f8cd4eb0e8c14f43929d11d7d8b54d7d34a981f7ac29614699"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entity-banners.pw.toml"
|
||||
hash = "7f4f7cffb3dd18a03a70a25fe843040a3fcf7c44c4f193dab6feb95d243ca4c2"
|
||||
|
|
13
.minecraft/mods/dawn.pw.toml
Normal file
13
.minecraft/mods/dawn.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Dawn API"
|
||||
filename = "dawn-3.5.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/meZK2DCX/versions/3.5.0/dawn-3.5.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "50b0c2030ae6e7936b29e489df7a09866032be78"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "meZK2DCX"
|
||||
version = "YdQQ22Uv"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "c663707a7c86ce456f7c64c2a3cd8b80d8e25280e213ea12f35d08fd25b0ea0c"
|
||||
hash = "d85f9c923146715b87c9bd4e1f72e3f4ab569d4b104a2596348b768b899d18f2"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.8"
|
||||
|
|
Loading…
Reference in a new issue