Skip to content

Commit ae85e91

Browse files
committed
0.3.2-beta.1
0.3.2-beta.1 - Added back mods - Simple Shulker Preview - ThreadTweak - Update Fabric loader to 0.16.10 - Updated mods - BetterGrassify - Concurrent Chunk Management Engine - Fabric API - IMBlocker - Mod Menu - More Culling - Polytone - Fzzy Config
1 parent a56ddfd commit ae85e91

19 files changed

+85
-65
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"version": 1,
33
"overrides": {
4-
"fabricloader": { "+depends": { "fabricloader": ">=0.16.9" } },
4+
"fabricloader": { "+depends": { "fabricloader": ">=0.16.10" } },
55
"minecraft": {
6-
"+recommends": { "DBOP MC 1.21.4": ">0.3.2-alpha.6" }
6+
"+recommends": { "DBOP MC 1.21.4": ">0.3.2-beta.1" }
77
}
88
}
99
}

Curseforge/1.21.4/config/isxander-main-menu-credits.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"top_right": [],
55
"bottom_left": [],
66
"bottom_right": [
7-
{"text":"DirtTW's Basement Optimize Pack v0.3.2-alpha.6","clickEvent":{"action":"open_url","value":"https://www.curseforge.com/minecraft/modpacks/dbop"}}
7+
{"text":"DirtTW's Basement Optimize Pack v0.3.2-beta.1","clickEvent":{"action":"open_url","value":"https://www.curseforge.com/minecraft/modpacks/dbop"}}
88
],
99
"mod_blacklist": []
1010
},

Curseforge/1.21.4/index.toml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ hash-format = "sha256"
22

33
[[files]]
44
file = "config/fabric_loader_dependencies.json"
5-
hash = "34d11eb5488879c1dc45363c511283b517dbb63aa955b8be0836783228952e23"
5+
hash = "4f996f081ee0ba627619e4c683ab8bfc83e96cb08d5f538b44b6f174028e24df"
66

77
[[files]]
88
file = "config/isxander-main-menu-credits.json"
9-
hash = "d116a24d9482601f3616802aa8f361a9c8f524d87b9dad7a33fad1fadb015f69"
9+
hash = "f9da36bda47df568a7bd73ef4f0578670b683887699fa7299449b85399e2efb7"
1010

1111
[[files]]
1212
file = "config/yosbr/config/bettergrass.json5"
@@ -101,7 +101,7 @@ hash = "27f9820bd3c9e88f9a01c570d1e95c612a13939adf247c64aed040c0e2495996"
101101

102102
[[files]]
103103
file = "mods/c2me-fabric.pw.toml"
104-
hash = "438940123eb42b14acb8000ea2afb7091a71a55fc3800b8847448ab3819d3583"
104+
hash = "ff4afcf9f09d250873c7139f322104e8f12a2a3e9097e56aadf31468ac971d4f"
105105
metafile = true
106106

107107
[[files]]
@@ -161,7 +161,7 @@ metafile = true
161161

162162
[[files]]
163163
file = "mods/fabric-api.pw.toml"
164-
hash = "9892bb1ec5277eba4f011759a0d54d6460cbc1b5e7f2a177040a66575d94ae28"
164+
hash = "752a580c48f8ee71418b46776dafaebb37cda967096f9028f2898925745c5f1e"
165165
metafile = true
166166

167167
[[files]]
@@ -314,6 +314,11 @@ file = "mods/shulkerboxtooltip.pw.toml"
314314
hash = "ce5f7aa76ac627374122c2d0fde8522e932d98ffe1c3dae8bf5549a3670fdbae"
315315
metafile = true
316316

317+
[[files]]
318+
file = "mods/simple-shulker-preview.pw.toml"
319+
hash = "1892739fdc194e0f77059d8695b258a76dbc6c92c73eecd79ed73233ad52a1c9"
320+
metafile = true
321+
317322
[[files]]
318323
file = "mods/sodium-extra.pw.toml"
319324
hash = "c5a272789226032f3e54cc5119159f66e00c862ab2671c52186d9509e20c56d7"
@@ -329,9 +334,14 @@ file = "mods/spark.pw.toml"
329334
hash = "82349cd3e7197f43eee32eaddf83d6fb8a1fe798d1b4ccbaa61156db608ebedd"
330335
metafile = true
331336

337+
[[files]]
338+
file = "mods/threadtweak.pw.toml"
339+
hash = "1c137d989a144a658c564d77658919ed50c6a09ea8624037976425f0b4c7128e"
340+
metafile = true
341+
332342
[[files]]
333343
file = "mods/vmp-fabric.pw.toml"
334-
hash = "c1e86aafd05fcc7c693563686d1b94e4b701dc420b3e0b033a375c1112849691"
344+
hash = "d7c8760b77363eff68a826981da645ee717e01a723884c736a378da49e975361"
335345
metafile = true
336346

337347
[[files]]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "Concurrent Chunk Management Engine"
2-
filename = "c2me-fabric-mc1.21.4-0.3.2+alpha.0.22.jar"
2+
filename = "c2me-fabric-mc1.21.4-0.3.2+alpha.0.26.jar"
33
side = "both"
44

55
[download]
66
hash-format = "sha1"
7-
hash = "411ea185ba32612c06352f3864894c3c094de1cd"
7+
hash = "f3efc9eb308bb79fbf5ddb69a04ba3c63d58eea7"
88
mode = "metadata:curseforge"
99

1010
[update]
1111
[update.curseforge]
12-
file-id = 6068086
12+
file-id = 6085255
1313
project-id = 533097
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "Fabric API"
2-
filename = "fabric-api-0.114.2+1.21.4.jar"
2+
filename = "fabric-api-0.114.3+1.21.4.jar"
33
side = "both"
44

55
[download]
66
hash-format = "sha1"
7-
hash = "028efe3be49878306366f01145004dc916056d75"
7+
hash = "f7ab0eaecce72002338c55faf367bb065acc5d2d"
88
mode = "metadata:curseforge"
99

1010
[update]
1111
[update.curseforge]
12-
file-id = 6067371
12+
file-id = 6086573
1313
project-id = 306612
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Simple Shulker Preview"
2+
filename = "simpleshulkerpreview-2.4.6-1.21.4.jar"
3+
side = "client"
4+
5+
[download]
6+
url = "https://cdn.modrinth.com/data/MLwpdyw5/versions/akz19Fvn/simpleshulkerpreview-2.4.6-1.21.4.jar"
7+
hash-format = "sha512"
8+
hash = "0d78ab4886e7f9df11ba62017e27a545e04a84cce6ac98b9bbff98f3fc1cdc5d1b4fde9d7f3595255301b4b6fc0755baea59ec3154d5cb3fb12b5c39099822ba"
9+
10+
[update]
11+
[update.modrinth]
12+
mod-id = "MLwpdyw5"
13+
version = "akz19Fvn"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "Very Many Players (Fabric)"
2-
filename = "vmp-fabric-mc1.21.4-0.2.0+beta.7.187-all.jar"
2+
filename = "vmp-fabric-mc1.21.4-0.2.0+beta.7.190-all.jar"
33
side = "both"
44

55
[download]
66
hash-format = "sha1"
7-
hash = "500eb53a99654b4398e8ca81b188fac9bde606c4"
7+
hash = "be604cc7e95bf0c0b5ffa8ba59f64eb905476366"
88
mode = "metadata:curseforge"
99

1010
[update]
1111
[update.curseforge]
12-
file-id = 6002192
12+
file-id = 6082876
1313
project-id = 552542

Curseforge/1.21.4/pack.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name = "DBOP 1.21.4"
22
author = "dirtTW"
3-
version = "0.3.2-alpha.6"
3+
version = "0.3.2-beta.1"
44
pack-format = "packwiz:1.1.0"
55

66
[index]
77
file = "index.toml"
88
hash-format = "sha256"
9-
hash = "00ecc496c26aac99a3e38edbeb055af74dadbb49e9c7ffd5b57d1e3be429a9b0"
9+
hash = "d55ea1e05af2983f6cfee14ab832cdd4ab3270fe7d29f0bed83d02cf237d1702"
1010

1111
[versions]
1212
fabric = "0.16.10"

Curseforge/disable-mod/1.21.4/simple-shulker-preview.pw.toml

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"version": 1,
33
"overrides": {
4-
"fabricloader": { "+depends": { "fabricloader": ">=0.16.9" } },
4+
"fabricloader": { "+depends": { "fabricloader": ">=0.16.10" } },
55
"minecraft": {
6-
"+recommends": { "DBOP MC 1.21.4": ">0.3.2-alpha.6" }
6+
"+recommends": { "DBOP MC 1.21.4": ">0.3.2-beta.1" }
77
}
88
}
99
}

Packwiz/1.21.4/index.toml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ hash-format = "sha256"
22

33
[[files]]
44
file = "config/fabric_loader_dependencies.json"
5-
hash = "34d11eb5488879c1dc45363c511283b517dbb63aa955b8be0836783228952e23"
5+
hash = "4f996f081ee0ba627619e4c683ab8bfc83e96cb08d5f538b44b6f174028e24df"
66

77
[[files]]
88
file = "config/isxander-main-menu-credits.json"
@@ -102,7 +102,7 @@ metafile = true
102102

103103
[[files]]
104104
file = "mods/c2me-fabric.pw.toml"
105-
hash = "7c924d6256d9ec1f9f077b6d4047a6b15fda6b3b529a8e60dfcceb7a954b20b2"
105+
hash = "b784e5f8696199a8ee5b67329c8118e996099eb9ee96269d9c46cac80f1b916d"
106106
metafile = true
107107

108108
[[files]]
@@ -162,7 +162,7 @@ metafile = true
162162

163163
[[files]]
164164
file = "mods/fabric-api.pw.toml"
165-
hash = "010dbda409c0c2f96ae0b2ede06f1c3583b1c4ac634d145b45606238f89784a6"
165+
hash = "ff598f555942476705a5691c20d324cb2c0cacd27729424f94a1a34cb29f75d2"
166166
metafile = true
167167

168168
[[files]]
@@ -315,6 +315,11 @@ file = "mods/shulkerboxtooltip.pw.toml"
315315
hash = "d3d02754cbff504c75331eceb39cf052fc008996d45dc6e41232e4b43a44f5f3"
316316
metafile = true
317317

318+
[[files]]
319+
file = "mods/simple-shulker-preview.pw.toml"
320+
hash = "1892739fdc194e0f77059d8695b258a76dbc6c92c73eecd79ed73233ad52a1c9"
321+
metafile = true
322+
318323
[[files]]
319324
file = "mods/sodium-extra.pw.toml"
320325
hash = "56a0e243140dc1dbdb89c5a7a1cbcbe6e8d6da5499242bd1eabf548bbb8e3481"
@@ -330,9 +335,14 @@ file = "mods/spark.pw.toml"
330335
hash = "16e02f523c718baefd9dd42b24bd1aeb7c1142ff0e46a512e958284158bd8461"
331336
metafile = true
332337

338+
[[files]]
339+
file = "mods/threadtweak.pw.toml"
340+
hash = "1c137d989a144a658c564d77658919ed50c6a09ea8624037976425f0b4c7128e"
341+
metafile = true
342+
333343
[[files]]
334344
file = "mods/vmp-fabric.pw.toml"
335-
hash = "9906f7cbfd75ffd5ae8c1e19c874a1648647c2523fdcce50f64f2b8c08e29ae6"
345+
hash = "2f6deeaf10c0cd2fbd24532d8eebb99e43348d3849ef91a197283b06ff697e8a"
336346
metafile = true
337347

338348
[[files]]
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "Concurrent Chunk Management Engine (Fabric)"
2-
filename = "c2me-fabric-mc1.21.4-0.3.2+alpha.0.24.jar"
2+
filename = "c2me-fabric-mc1.21.4-0.3.2+alpha.0.26.jar"
33
side = "both"
44

55
[download]
6-
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/AbZEVMk1/c2me-fabric-mc1.21.4-0.3.2%2Balpha.0.24.jar"
6+
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/KY5RHJSO/c2me-fabric-mc1.21.4-0.3.2%2Balpha.0.26.jar"
77
hash-format = "sha512"
8-
hash = "af70c202074709fd5e34201aeed3d87f20353ba0f6716f0665b80b8e752a78b31dea43fbadf6005d734625b621909b31fb3208b21fc2957c084862003357edf7"
8+
hash = "7b76271c8f56cea4ed961dde0c6385239657aef487467678b135cfb3feda79863bbdbd83b701e77791b283225abe79d1eb2ff8d21fd22c882d2256fe7552c152"
99

1010
[update]
1111
[update.modrinth]
1212
mod-id = "VSNURh3q"
13-
version = "AbZEVMk1"
13+
version = "KY5RHJSO"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "Fabric API"
2-
filename = "fabric-api-0.114.2+1.21.4.jar"
2+
filename = "fabric-api-0.114.3+1.21.4.jar"
33
side = "both"
44

55
[download]
6-
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/8FAH9fuR/fabric-api-0.114.2%2B1.21.4.jar"
6+
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/r5NCKSxv/fabric-api-0.114.3%2B1.21.4.jar"
77
hash-format = "sha512"
8-
hash = "24ed904096a17f65ef2ee4b04e076df2df076bd7748c838573cf97f5b38d2353bf62fe202779fb0c8372a82fb1133e16ce1fba585e2ec5aa5a5164203e785072"
8+
hash = "37eae71ab45a27bf3855d650b3abcec093daf9271ed7a9ffe5af1729b83605a7146beb2cccf0b15f1337cb444557499c528429f8109b42e4fce61ba9c6e4c392"
99

1010
[update]
1111
[update.modrinth]
1212
mod-id = "P7dR8mSH"
13-
version = "8FAH9fuR"
13+
version = "r5NCKSxv"
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Simple Shulker Preview"
2+
filename = "simpleshulkerpreview-2.4.6-1.21.4.jar"
3+
side = "client"
4+
5+
[download]
6+
url = "https://cdn.modrinth.com/data/MLwpdyw5/versions/akz19Fvn/simpleshulkerpreview-2.4.6-1.21.4.jar"
7+
hash-format = "sha512"
8+
hash = "0d78ab4886e7f9df11ba62017e27a545e04a84cce6ac98b9bbff98f3fc1cdc5d1b4fde9d7f3595255301b4b6fc0755baea59ec3154d5cb3fb12b5c39099822ba"
9+
10+
[update]
11+
[update.modrinth]
12+
mod-id = "MLwpdyw5"
13+
version = "akz19Fvn"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "Very Many Players (Fabric)"
2-
filename = "vmp-fabric-mc1.21.4-0.2.0+beta.7.187-all.jar"
2+
filename = "vmp-fabric-mc1.21.4-0.2.0+beta.7.190-all.jar"
33
side = "both"
44

55
[download]
6-
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/k1tcjmTr/vmp-fabric-mc1.21.4-0.2.0%2Bbeta.7.187-all.jar"
6+
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/ovEBHzIZ/vmp-fabric-mc1.21.4-0.2.0%2Bbeta.7.190-all.jar"
77
hash-format = "sha512"
8-
hash = "a9ead8757aa38f5d6384a4ceac7f81a512794ad1e1e5a8906c5d175b63b698b5eea631d58d5648d5ae846b6debb46e93725cbfb39cbed907770d728b5bc2d0cc"
8+
hash = "d1d71e6f29daa07f0c6cea23704f438955ed0b7d3c3c3a65fe78b3c9bb597e5e5d9bc5ca17c1b475553029ab3d37fea70189e7b6ed2663b435d942914b155135"
99

1010
[update]
1111
[update.modrinth]
1212
mod-id = "wnEe9KBa"
13-
version = "k1tcjmTr"
13+
version = "ovEBHzIZ"

Packwiz/1.21.4/pack.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name = "DBOP MC 1.21.4"
22
author = "dirtTW"
3-
version = "0.3.2-alpha.6"
3+
version = "0.3.2-beta.1"
44
pack-format = "packwiz:1.1.0"
55

66
[index]
77
file = "index.toml"
88
hash-format = "sha256"
9-
hash = "7638524d54d383663ba7188de095da55b4fb3ee01be7ca93c702294c0f146505"
9+
hash = "afd784d832dd89c553c33644acb7211502e5ce755b639ca9acdcb3ecf38dee19"
1010

1111
[versions]
1212
fabric = "0.16.10"

Packwiz/disable-mod/1.21.4/simple-shulker-preview.pw.toml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)