5 Commits

Author SHA1 Message Date
2116096896 Merge pull request 'Update 1.0.22' (#8) from develop into main
Reviewed-on: #8
2024-12-28 22:27:56 -06:00
JordanPlayz158
8bf1bedb3f Remove FastAnim due to Exposure incompatibility and creator of FastAnim even said that the mod does basically nothing in https://github.com/mortuusars/Exposure/issues/71\#issuecomment-2373132430 2024-12-28 23:15:54 -05:00
JordanPlayz158
afa10d774b Add exposure 2024-12-28 14:41:19 -05:00
JordanPlayz158
5c7297d3cc Remove Random Village Names mod 2024-12-17 23:50:04 -05:00
JordanPlayz158
49919dbad0 Merge remote-tracking branch 'cubicxp/main' into develop
Re-align git histories
2024-11-13 00:24:41 -05:00
5 changed files with 19 additions and 37 deletions

View File

@@ -450,6 +450,11 @@ file = "mods/every-compat.pw.toml"
hash = "84850f37323c0eac678eb5852dc2a43921e620ac9d0dd5293f8db7e670ed8ecf" hash = "84850f37323c0eac678eb5852dc2a43921e620ac9d0dd5293f8db7e670ed8ecf"
metafile = true metafile = true
[[files]]
file = "mods/exposure.pw.toml"
hash = "a3124745545f667a1949522edc955fd3c0b6f62c321be7cfad45e5962c5cc98e"
metafile = true
[[files]] [[files]]
file = "mods/fabric-api.pw.toml" file = "mods/fabric-api.pw.toml"
hash = "86698b1faa9bf449eab492509239372302311092104be467108d7e05127e91f1" hash = "86698b1faa9bf449eab492509239372302311092104be467108d7e05127e91f1"
@@ -490,11 +495,6 @@ file = "mods/fast-ip-ping.pw.toml"
hash = "850128ef31c79eb654ba3fd738aa5c5abecd002b2423429bd5b64278d7bd8e19" hash = "850128ef31c79eb654ba3fd738aa5c5abecd002b2423429bd5b64278d7bd8e19"
metafile = true metafile = true
[[files]]
file = "mods/fastanim.pw.toml"
hash = "09282ae8265516057d5500cb489f0a8d3c563064d85582718a1efd6f3afb43be"
metafile = true
[[files]] [[files]]
file = "mods/fastload.pw.toml" file = "mods/fastload.pw.toml"
hash = "0e72ac12907f4fb5a499a459cc2c64f9225a0c77ee59e76c9360ff0d3479aea2" hash = "0e72ac12907f4fb5a499a459cc2c64f9225a0c77ee59e76c9360ff0d3479aea2"
@@ -940,11 +940,6 @@ file = "mods/raised.pw.toml"
hash = "a3707e5900026858dce22f181750da840a7cd64d5d046bdb3e49e5013d6e2da6" hash = "a3707e5900026858dce22f181750da840a7cd64d5d046bdb3e49e5013d6e2da6"
metafile = true metafile = true
[[files]]
file = "mods/random-village-names.pw.toml"
hash = "ffa668736b3518716814ebabd22413ceb5461d28607323c6046e759705732ee4"
metafile = true
[[files]] [[files]]
file = "mods/realistic-bees.pw.toml" file = "mods/realistic-bees.pw.toml"
hash = "56caef4bf7d5661784c73b59d8d5cb9999a9810660e124933a67a124c846f004" hash = "56caef4bf7d5661784c73b59d8d5cb9999a9810660e124933a67a124c846f004"

13
mods/exposure.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Exposure"
filename = "exposure-1.20.1-1.7.7-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hB899VmG/versions/LB4dHaVf/exposure-1.20.1-1.7.7-fabric.jar"
hash-format = "sha1"
hash = "e93869a83cfb342bde300c40c2d5a95054d92197"
[update]
[update.modrinth]
mod-id = "hB899VmG"
version = "LB4dHaVf"

View File

@@ -1,13 +0,0 @@
name = "FastAnim"
filename = "lunade-fastanim-1.6-1.20.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yHf7SALy/versions/5lHXCowj/lunade-fastanim-1.6-1.20.jar"
hash-format = "sha1"
hash = "0e611399323878b9f3efcc6016ea5d6eefc8c765"
[update]
[update.modrinth]
mod-id = "yHf7SALy"
version = "5lHXCowj"

View File

@@ -1,13 +0,0 @@
name = "Random Village Names"
filename = "randomvillagenames-1.20.1-3.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/N0ytbukx/versions/N8bBLBef/randomvillagenames-1.20.1-3.7.jar"
hash-format = "sha1"
hash = "2d79c97a77e954deeaa1618a1ecbc5b21cc3eb4d"
[update]
[update.modrinth]
mod-id = "N0ytbukx"
version = "N8bBLBef"

View File

@@ -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 = "6c97738ab62c4719283e63f73abeb48d9a029388aa638e6aaf851565c427fd2f" hash = "c671554888f5bff47db40519380415ee2c4f25b2c2e5af58fa9680a6be663cf2"
[versions] [versions]
fabric = "0.16.9" fabric = "0.16.9"