Skip to content

Commit

Permalink
update mods
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeIsAParadox committed May 31, 2024
1 parent 9242830 commit 3c2a666
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release 3.3.6

**Updated**
- Entity Culling
- Fabric API
- YetAnotherConfigLib

# Release 3.3.5


Expand Down
6 changes: 3 additions & 3 deletions packwiz/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ metafile = true

[[files]]
file = "mods/entityculling.pw.toml"
hash = "307cd10b6f2fa6aa4731540f76802e8803e8e93e1cc747927ae94bc168cbcbbf"
hash = "489c1b03fb49b1e1a62541465a305f56a6743078b3cec2d420e182c3b45f0015"
metafile = true

[[files]]
file = "mods/fabric-api.pw.toml"
hash = "07e0e6a791f94db3ff245a16ba014936e35410fe0ee9aba9cbac2deee25f5a70"
hash = "fe7dbe82cf758cc6a73e96f57229e6be3696588388da757fbd936ac8c08c224f"
metafile = true

[[files]]
Expand Down Expand Up @@ -246,7 +246,7 @@ metafile = true

[[files]]
file = "mods/yacl.pw.toml"
hash = "fc89119ebc9c811ef3cd852556b5caaa27c03eb8fb0014567dd83cc44024ba98"
hash = "26a403ecc15b5d7658dbff36ee6d2279ae814eb0a078f1a8a50167c596c06193"
metafile = true

[[files]]
Expand Down
8 changes: 4 additions & 4 deletions packwiz/mods/entityculling.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "Entity Culling"
filename = "entityculling-fabric-1.6.4-mc1.20.4.jar"
filename = "entityculling-fabric-1.6.5-mc1.20.4.jar"
side = "client"

[download]
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/7JR5qJ8f/entityculling-fabric-1.6.4-mc1.20.4.jar"
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/hyejM5za/entityculling-fabric-1.6.5-mc1.20.4.jar"
hash-format = "sha1"
hash = "ee3804cc07063cc5f67a3c9ed79bd8f2fbefab44"
hash = "3cf9da857136df6574c7dbad57c427eb0d2751af"

[update]
[update.modrinth]
mod-id = "NNAgCjsB"
version = "7JR5qJ8f"
version = "hyejM5za"
8 changes: 4 additions & 4 deletions packwiz/mods/fabric-api.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.97.0+1.20.4.jar"
filename = "fabric-api-0.97.1+1.20.4.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/xklQBMta/fabric-api-0.97.0%2B1.20.4.jar"
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/tAwdMmKY/fabric-api-0.97.1%2B1.20.4.jar"
hash-format = "sha1"
hash = "006fcd4bd735279a7a9ad496578a0f4fda194918"
hash = "37e7e83a2cea7b8717f798e30c5a288d840b4244"

[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "xklQBMta"
version = "tAwdMmKY"
8 changes: 4 additions & 4 deletions packwiz/mods/yacl.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "YetAnotherConfigLib"
filename = "YetAnotherConfigLib-3.4.2+1.20.4-fabric.jar"
filename = "YetAnotherConfigLib-3.4.4+1.20.4-fabric.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/EkAJiIZH/YetAnotherConfigLib-3.4.2%2B1.20.4-fabric.jar"
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/G2PcCpZl/YetAnotherConfigLib-3.4.4%2B1.20.4-fabric.jar"
hash-format = "sha1"
hash = "a67986e7683bb6e5e71c55911b1badbb6d0d7c4c"
hash = "d2da93ea3ac054f03234c99fd3277d0eda85b29c"

[update]
[update.modrinth]
mod-id = "1eAoo2KR"
version = "EkAJiIZH"
version = "G2PcCpZl"
4 changes: 2 additions & 2 deletions packwiz/pack.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "Skyblocker Modpack"
author = "Wohlhabend, TacoMonkey"
version = "3.3.5"
version = "3.3.6"
pack-format = "packwiz:1.1.0"

[index]
file = "index.toml"
hash-format = "sha256"
hash = "11e976b23d0ebac84ce2d4357a96751b568e357048db7d340bc5f3ee76037af4"
hash = "3bad80257b90976fd5c6dbed5b1dab929aa3a9b1bc16e66068d0c89a7b8f25e3"

[versions]
fabric = "0.15.6"
Expand Down

0 comments on commit 3c2a666

Please sign in to comment.