-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update Fabric loader to 0.16.2 - Update mods - Concurrent Chunk Management Engine (Fabric) - [EMF] Entity Model Features - Entity Culling - [ETF] Entity Texture Features - ESSENTIAL Mod - Fabrishot - ModernFix - Noxesium - Very Many Players (Fabric)
- Loading branch information
1 parent
f7abb8f
commit 8e60ce8
Showing
13 changed files
with
54 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
{ | ||
"version": 1, | ||
"overrides": { | ||
"fabricloader": { "+depends": { "fabricloader": ">=0.15.11" } }, | ||
"fabricloader": { "+depends": { "fabricloader": ">=0.16.2" } }, | ||
"minecraft": { | ||
"+recommends": { "DBOP MC 1.21.1": ">0.2.3-alpha.3" } | ||
"+recommends": { "DBOP MC 1.21.1": ">0.2.3-beta.1" } | ||
}, | ||
"lambdynlights": { "recommends": {} }, | ||
"polytone": { "conflicts": {} }, | ||
"debugify": { "depends": { "minecraft": ">=1.21 <=1.21.1" } }, | ||
"entityculling": { "depends": { "minecraft": ">=1.21 <=1.21.1" } }, | ||
"fabrishot": { "depends": { "minecraft": ">=1.21 <=1.21.1" } }, | ||
"noisium": { "depends": { "minecraft": ">=1.21 <=1.21.1" } }, | ||
"rrls": { "depends": { "fabricloader": ">=0.15.11 <=0.16.0" } } | ||
"noisium": { "depends": { "minecraft": ">=1.21 <=1.21.1" } } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name = "Concurrent Chunk Management Engine (Fabric)" | ||
filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.148.jar" | ||
filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.149.jar" | ||
side = "both" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/MkfAuS5b/c2me-fabric-mc1.21.1-0.3.0%2Balpha.0.148.jar" | ||
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/qoxbpWON/c2me-fabric-mc1.21.1-0.3.0%2Balpha.0.149.jar" | ||
hash-format = "sha1" | ||
hash = "c7b354b55e6cd4d345b87eaa203ef087357f8d2c" | ||
hash = "b7ad8494c5426b0b4d0f46e4bd94baed3fa3063d" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "VSNURh3q" | ||
version = "MkfAuS5b" | ||
version = "qoxbpWON" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name = "[EMF] Entity Model Features" | ||
filename = "entity_model_features_fabric_1.21-2.1.3.jar" | ||
filename = "entity_model_features_fabric_1.21-2.2.jar" | ||
side = "client" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/hX4kT2fu/entity_model_features_fabric_1.21-2.1.3.jar" | ||
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/CS5hOL3r/entity_model_features_fabric_1.21-2.2.jar" | ||
hash-format = "sha1" | ||
hash = "de8d74b91b9616923921dd0e25b01ca972d6ccf1" | ||
hash = "9767db56cbdb085efccd3af13806b7fd004331cd" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "4I1XuqiY" | ||
version = "hX4kT2fu" | ||
version = "CS5hOL3r" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name = "Entity Culling" | ||
filename = "entityculling-fabric-1.6.6-mc1.21.jar" | ||
filename = "entityculling-fabric-1.6.7-mc1.21.jar" | ||
side = "client" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/Bu3hSiJb/entityculling-fabric-1.6.6-mc1.21.jar" | ||
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/uh3DtMnM/entityculling-fabric-1.6.7-mc1.21.jar" | ||
hash-format = "sha1" | ||
hash = "cae57526503e6fff155d6168fd271c9f1f4d029b" | ||
hash = "a99034c625e63a9e1e5e2768893e57296d91c0e5" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "NNAgCjsB" | ||
version = "Bu3hSiJb" | ||
version = "uh3DtMnM" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name = "[ETF] Entity Texture Features" | ||
filename = "entity_texture_features_fabric_1.21-6.1.3.jar" | ||
filename = "entity_texture_features_fabric_1.21-6.2.jar" | ||
side = "client" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/O3jDICoH/entity_texture_features_fabric_1.21-6.1.3.jar" | ||
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/BoF2n3m7/entity_texture_features_fabric_1.21-6.2.jar" | ||
hash-format = "sha1" | ||
hash = "f2c9e292b9582a02903f1886f8f9f0313299d91f" | ||
hash = "613fdb1335c5f60f3057125bf33116fa19510bdf" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "BVzZfTc1" | ||
version = "O3jDICoH" | ||
version = "BoF2n3m7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name = "ESSENTIAL Mod" | ||
filename = "essential_1-3-3-2_fabric_1-21-1.jar" | ||
filename = "essential_1-3-4_fabric_1-21-1.jar" | ||
side = "client" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/6E4SM8jE/essential_1-3-3-2_fabric_1-21-1.jar" | ||
url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/JDseM1rb/essential_1-3-4_fabric_1-21-1.jar" | ||
hash-format = "sha1" | ||
hash = "ee7a79d8ecfd87772616d882048a20f03634ddb1" | ||
hash = "8d6ff3799537fc42a112270938a13b73e9a73bc6" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "k2ZPuTBm" | ||
version = "6E4SM8jE" | ||
version = "JDseM1rb" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name = "Fabrishot" | ||
filename = "fabrishot-1.14.0.jar" | ||
filename = "fabrishot-1.14.1.jar" | ||
side = "client" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/aKAvBwSt/fabrishot-1.14.0.jar" | ||
url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/HfdXLVRy/fabrishot-1.14.1.jar" | ||
hash-format = "sha1" | ||
hash = "1fb19f6ea6b9c0ddec99bf59904bbd82b977476c" | ||
hash = "c8afc690bb3508df7db793f37e1fe5407dba2f22" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "3qsfQtE9" | ||
version = "aKAvBwSt" | ||
version = "HfdXLVRy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name = "ModernFix" | ||
filename = "modernfix-fabric-5.19.0+mc1.21.jar" | ||
filename = "modernfix-fabric-5.19.2+mc1.21.1.jar" | ||
side = "both" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/KCOwQkKi/modernfix-fabric-5.19.0%2Bmc1.21.jar" | ||
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/wq4G8eI8/modernfix-fabric-5.19.2%2Bmc1.21.1.jar" | ||
hash-format = "sha1" | ||
hash = "d2d25377d2a675c0aedab73876eac3fc1f97403d" | ||
hash = "6b0b3272cca6f324c6143640ad678e3f61e68df1" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "nmDcB62a" | ||
version = "KCOwQkKi" | ||
version = "wq4G8eI8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name = "Noxesium" | ||
filename = "noxesium-2.1.4.jar" | ||
filename = "noxesium-2.2.0.jar" | ||
side = "client" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/Kw7Sm3Xf/versions/LQEZtIPA/noxesium-2.1.4.jar" | ||
url = "https://cdn.modrinth.com/data/Kw7Sm3Xf/versions/Lawzyi4R/noxesium-2.2.0.jar" | ||
hash-format = "sha1" | ||
hash = "1fd09d1acb58580a265450926a758938e112261b" | ||
hash = "a3919a6b3f3d6c3eeb38c4019656c85bd3a48f3c" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "Kw7Sm3Xf" | ||
version = "LQEZtIPA" | ||
version = "Lawzyi4R" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name = "Very Many Players (Fabric)" | ||
filename = "vmp-fabric-mc1.21-0.2.0+beta.7.163-all.jar" | ||
filename = "vmp-fabric-mc1.21.1-0.2.0+beta.7.167-all.jar" | ||
side = "both" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/PT5DZrQC/vmp-fabric-mc1.21-0.2.0%2Bbeta.7.163-all.jar" | ||
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/Zf4JROY5/vmp-fabric-mc1.21.1-0.2.0%2Bbeta.7.167-all.jar" | ||
hash-format = "sha1" | ||
hash = "cb8d5b1aa48e2d7a183cf4d152b6b4a44d8e85e0" | ||
hash = "5e4f9f4092ce25adfa9072a0fc1afbb6de4ea0fb" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "wnEe9KBa" | ||
version = "PT5DZrQC" | ||
version = "Zf4JROY5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters