Skip to content

Commit

Permalink
add night auto config
Browse files Browse the repository at this point in the history
  • Loading branch information
RawDiamondMC committed Jul 13, 2024
1 parent 80f02e3 commit c225e9f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
10 changes: 10 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,11 @@ file = "mods/extended-drawers.pw.toml"
hash = "06859e85abd86899e44b38c090d53f5804550aca2a23924fbb6bb1867d0b859a"
metafile = true

[[files]]
file = "mods/fabric-api.pw.toml"
hash = "86698b1faa9bf449eab492509239372302311092104be467108d7e05127e91f1"
metafile = true

[[files]]
file = "mods/fabric-language-kotlin.pw.toml"
hash = "14e87ff6253d2bd02697e46b4a9b5060465d72b71663def5236f829e30bac6d6"
Expand Down Expand Up @@ -375,6 +380,11 @@ file = "mods/natures-compass.pw.toml"
hash = "cb38b82b931ae3c33bf9c21ad0934fcebaebcfe065838ade56a0661e283ee7d6"
metafile = true

[[files]]
file = "mods/night-auto-config.pw.toml"
hash = "b314333b464ab56c95ef1685fca85f8031b68bc6cc151a9a881488d6f0b1c1a6"
metafile = true

[[files]]
file = "mods/no-unused-chunks.pw.toml"
hash = "ad937f7053faacc0d9e84ee3df60e537a380c7d528ca545d6412fd478ae5aa78"
Expand Down
13 changes: 13 additions & 0 deletions mods/fabric-api.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.92.2+1.20.1.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/P7uGFii0/fabric-api-0.92.2%2B1.20.1.jar"
hash-format = "sha1"
hash = "625ee015ee426d9b677382a7bb661383d89c0807"

[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "P7uGFii0"
13 changes: 13 additions & 0 deletions mods/night-auto-config.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Night Auto Config"
filename = "nightautoconfig-1.0.3-fabric1.20.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/HQpcCFZg/versions/cVIqoZ4o/nightautoconfig-1.0.3-fabric1.20.jar"
hash-format = "sha1"
hash = "915675c5d31ae6407709df8d99af94b76a7f3fb9"

[update]
[update.modrinth]
mod-id = "HQpcCFZg"
version = "cVIqoZ4o"
2 changes: 1 addition & 1 deletion 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 = "fe902bff53c92426161b5988ffd50589c164fdd5f30a792d2b9808cfc401d5b5"
hash = "05955a143dac6c20fe985de800e0042946c5f862c79affc6b77904d10d44ea91"

[versions]
fabric = "0.15.11"
Expand Down

0 comments on commit c225e9f

Please sign in to comment.