diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml
index 7931b8658..65ca72c9b 100644
--- a/.github/workflows/auto-publish.yml
+++ b/.github/workflows/auto-publish.yml
@@ -16,7 +16,7 @@ jobs:
latest: true
tarBall: false
zipBall: false
- preRelease: false
+ preRelease: true
- name: Publish to CurseForge
uses: Kir-Antipov/mc-publish@v3.3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 467bff401..7bd6c1ba2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,61 @@
# Fabulously Optimized changelog
This is the changelog for the Fabric modpack [Fabulously Optimized](https://www.curseforge.com/minecraft/modpacks/fabulously-optimized). See the [version support FAQ](https://fabulously-optimized.gitbook.io/modpack/readme/version-support).
+## 1.21.3
+
+### 6.4.0-alpha.3 (2024-10-29)
+
+Another batch of updated mods!
+
+- Readded Controlify, Cubes Without Borders, FerriteCore, Language Reload, Reese's Sodium Options, Sodium Extra
+ - You can now longer accidentally disable English language :)
+- Updated Fabric API, LambDynamicLights, MoreCulling, No Chat Reports, Sodium
+- Re-enabled chat safety icon on NCR
+- Temporarily incompatible Animatica, CIT Resewn, Continuity, Debugify, Enhanced Block Entities, Entity Culling, FabricSkyboxes, FabricSkyboxes Interop, Lithium, ModernFix, Paginated Advancements, Polytone, Puzzle
+
+### 6.4.0-alpha.2 (2024-10-26)
+
+- Readded Entity Model Features, Entity Texture Features, ImmediatelyFast, OptiGUI, Zoomify
+- Updated LambDynamicLights
+- Temporarily force-disabled chat safety icon on NCR to avoid crash
+- Temporarily incompatible Animatica, CIT Resewn, Controlify, Continuity, Cubes Without Borders, Debugify, Enhanced Block Entities, Entity Culling, FabricSkyboxes, FabricSkyboxes Interop, FerriteCore, Language Reload, Lithium, ModernFix, Paginated Advancements, Polytone, Puzzle, Reese's Sodium Options, Sodium Extra
+
+### 6.4.0-alpha.1 (2024-10-23)
+
+Get your _bundle_ of mods in this update!
+
+- Updated Fabric API
+- Temporarily incompatible Animatica, CIT Resewn, Controlify, Continuity, Cubes Without Borders, Debugify, Enhanced Block Entities, Entity Culling, FabricSkyboxes, FabricSkyboxes Interop, FerriteCore, Entity Model Features, Entity Texture Features, ImmediatelyFast, Language Reload, Lithium, ModernFix, OptiGUI, Paginated Advancements, Polytone, Puzzle, Reese's Sodium Options, Sodium Extra, Zoomify
+
+## 1.21.2
+
+### 6.3.0-alpha.1 (2024-10-23)
+
+⚠️ Warning: Realms servers cannot be joined and salmon will become smaller when you launch your worlds in this version. Mojang has released 1.21.3 to fix this, see the FO version above.
+
+- Removed Indium - no longer necessary
+- Updated Capes, Cloth Config API, Dynamic FPS, Fabric API, Iris Shaders, LambDynamicLights, MoreCulling, Mod Menu, Remove Reloading Screen, Sodium, YetAnotherConfigLib
+ - Sodium is now on 0.6.0 beta, featuring improved performance, improved transparent blocks (e.g. looking at water through glass), better mod compatibility and built-in Indium functions.
+- Updated Malay (Jawi) translations
+- Temporarily disabled chat safety icon on NCR to avoid crash
+- Temporarily incompatible Animatica, CIT Resewn, Controlify, Continuity, Cubes Without Borders, Debugify, Enhanced Block Entities, Entity Culling, FabricSkyboxes, FabricSkyboxes Interop, FerriteCore, Entity Model Features, Entity Texture Features, ImmediatelyFast, Language Reload, Lithium, ModernFix, OptiGUI, Paginated Advancements, Polytone, Puzzle, Reese's Sodium Options, Sodium Extra, Zoomify
+
## 1.21.1
+### 6.2.1 (2024-10-26)
+
+- Updated CIT Resewn, Controlify, Dynamic FPS, Fabric API, FerriteCore, ImmediatelyFast, LambDynamicLights, Mod Menu, OptiGUI, YetAnotherConfigLib, Zoomify
+ - Sodium and related updates skipped, will be in FO 6.4.0
+- Updated Malay (Jawi) translations
+
+### 6.2.0 (2024-10-11)
+
+- Readded LambDynamicLights
+- Updated Fabric Language Kotlin
+ - Sodium and related updates will be tested in a future FO update
+- Updated and enforced Fabric Loader 0.16.7
+- Updated English variants in Mod Menu Helper
+
### 6.1.0 (2024-10-08)
**Biggest changes:**
diff --git a/CLI tools/CurseForge to MultiMC-Git.py b/CLI tools/CurseForge to MultiMC-Git.py
index 73eeb91f2..23f05dd7c 100644
--- a/CLI tools/CurseForge to MultiMC-Git.py
+++ b/CLI tools/CurseForge to MultiMC-Git.py
@@ -2,7 +2,7 @@
from pathlib import Path
-minecraft_version = "1.21.1"
+minecraft_version = "1.21.3"
git_path = Path.home() / "Documents/GitHub/fabulously-optimized/"
packwiz_path = git_path / "Packwiz" / minecraft_version
cf_path = Path.home() / "curseforge/minecraft/Instances/Fabulously Optimized/"
diff --git a/CLI tools/CurseForge to Packwiz-Modrinth.py b/CLI tools/CurseForge to Packwiz-Modrinth.py
index 4c8af7006..7102abdb5 100644
--- a/CLI tools/CurseForge to Packwiz-Modrinth.py
+++ b/CLI tools/CurseForge to Packwiz-Modrinth.py
@@ -11,7 +11,7 @@
user_path = os.path.expanduser("~")
git_path = user_path + "\\Documents\\GitHub\\fabulously-optimized\\"
-minecraft_version = "1.21.1"
+minecraft_version = "1.21.3"
packwiz_path = git_path + "Packwiz\\" + minecraft_version + "\\"
packwiz_exe_path = os.path.join("..", "packwiz.exe")
mods_path = packwiz_path + "mods"
diff --git a/CurseForge/manifest.json b/CurseForge/manifest.json
index 626f1374f..0f769e752 100644
--- a/CurseForge/manifest.json
+++ b/CurseForge/manifest.json
@@ -1,9 +1,9 @@
{
"minecraft": {
- "version": "1.21.1",
+ "version": "1.21.3",
"modLoaders": [
{
- "id": "fabric-0.16.5",
+ "id": "fabric-0.16.7",
"primary": true
}
]
@@ -11,97 +11,62 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Fabulously Optimized",
- "version": "6.1.0",
+ "version": "6.4.0-alpha.3",
"author": "robotkoer",
"files": [
- {
- "projectID": 867964,
- "fileID": 5784184,
- "required": true
- },
- {
- "projectID": 634062,
- "fileID": 5441248,
- "required": true
- },
{
"projectID": 686911,
- "fileID": 5672346,
- "required": true
- },
- {
- "projectID": 596224,
- "fileID": 5691544,
+ "fileID": 5838264,
"required": true
},
{
- "projectID": 511319,
- "fileID": 5538413,
+ "projectID": 634062,
+ "fileID": 5855612,
"required": true
},
{
- "projectID": 533006,
- "fileID": 5426917,
+ "projectID": 348521,
+ "fileID": 5834706,
"required": true
},
{
- "projectID": 306612,
- "fileID": 5750140,
+ "projectID": 867964,
+ "fileID": 5846262,
"required": true
},
{
- "projectID": 394468,
- "fileID": 5485657,
+ "projectID": 667299,
+ "fileID": 5834689,
"required": true
},
{
- "projectID": 574741,
- "fileID": 5439652,
+ "projectID": 374274,
+ "fileID": 4581910,
"required": true
},
{
"projectID": 459857,
- "fileID": 5434182,
- "required": true
- },
- {
- "projectID": 819030,
- "fileID": 5416060,
+ "fileID": 5850347,
"required": true
},
{
"projectID": 308702,
- "fileID": 5662774,
- "required": true
- },
- {
- "projectID": 563977,
- "fileID": 5753409,
+ "fileID": 5810609,
"required": true
},
{
- "projectID": 448233,
- "fileID": 5672104,
- "required": true
- },
- {
- "projectID": 447673,
- "fileID": 5426339,
- "required": true
- },
- {
- "projectID": 833233,
- "fileID": 5756410,
+ "projectID": 819030,
+ "fileID": 5822057,
"required": true
},
{
- "projectID": 475358,
- "fileID": 5502650,
+ "projectID": 855981,
+ "fileID": 5822060,
"required": true
},
{
- "projectID": 568563,
- "fileID": 5734431,
+ "projectID": 618812,
+ "fileID": 5287107,
"required": true
},
{
@@ -110,68 +75,63 @@
"required": true
},
{
- "projectID": 455508,
- "fileID": 5490877,
- "required": true
- },
- {
- "projectID": 835847,
- "fileID": 5524319,
+ "projectID": 394468,
+ "fileID": 5852527,
"required": true
},
{
- "projectID": 335493,
- "fileID": 5743181,
+ "projectID": 975120,
+ "fileID": 5855570,
"required": true
},
{
- "projectID": 619986,
- "fileID": 5747217,
+ "projectID": 574741,
+ "fileID": 5838117,
"required": true
},
{
- "projectID": 408481,
- "fileID": 5431212,
+ "projectID": 308769,
+ "fileID": 5802211,
"required": true
},
{
- "projectID": 527334,
- "fileID": 5424831,
+ "projectID": 835847,
+ "fileID": 5856776,
"required": true
},
{
- "projectID": 518319,
- "fileID": 5286193,
+ "projectID": 844662,
+ "fileID": 5846624,
"required": true
},
{
- "projectID": 618770,
- "fileID": 5679657,
+ "projectID": 306612,
+ "fileID": 5848117,
"required": true
},
{
- "projectID": 790626,
- "fileID": 5659983,
+ "projectID": 447673,
+ "fileID": 5849413,
"required": true
},
{
- "projectID": 374274,
- "fileID": 4581910,
+ "projectID": 630104,
+ "fileID": 5854660,
"required": true
},
{
- "projectID": 521427,
- "fileID": 5739340,
+ "projectID": 833233,
+ "fileID": 5834945,
"required": true
},
{
- "projectID": 459496,
- "fileID": 5632454,
+ "projectID": 511319,
+ "fileID": 5849277,
"required": true
},
{
- "projectID": 855981,
- "fileID": 5788976,
+ "projectID": 619986,
+ "fileID": 5846046,
"required": true
},
{
@@ -180,58 +140,33 @@
"required": true
},
{
- "projectID": 708967,
- "fileID": 5310199,
- "required": true
- },
- {
- "projectID": 452046,
- "fileID": 5425018,
- "required": true
- },
- {
- "projectID": 676136,
- "fileID": 5446920,
- "required": true
- },
- {
- "projectID": 408209,
- "fileID": 5424365,
- "required": true
- },
- {
- "projectID": 844662,
- "fileID": 5722728,
- "required": true
- },
- {
- "projectID": 975120,
- "fileID": 5546110,
+ "projectID": 408481,
+ "fileID": 5834775,
"required": true
},
{
- "projectID": 531351,
- "fileID": 5425853,
+ "projectID": 393442,
+ "fileID": 5854929,
"required": true
},
{
- "projectID": 360438,
- "fileID": 5739940,
+ "projectID": 527334,
+ "fileID": 5852964,
"required": true
},
{
- "projectID": 308769,
- "fileID": 5733893,
+ "projectID": 455508,
+ "fileID": 5834102,
"required": true
},
{
- "projectID": 618812,
- "fileID": 5287107,
+ "projectID": 335493,
+ "fileID": 5834132,
"required": true
},
{
- "projectID": 348521,
- "fileID": 5729125,
+ "projectID": 708967,
+ "fileID": 5310199,
"required": true
},
{
@@ -240,18 +175,18 @@
"required": true
},
{
- "projectID": 667299,
- "fileID": 5424169,
+ "projectID": 518319,
+ "fileID": 5286193,
"required": true
},
{
- "projectID": 958094,
- "fileID": 5652566,
+ "projectID": 676136,
+ "fileID": 5446920,
"required": true
},
{
- "projectID": 697845,
- "fileID": 5424446,
+ "projectID": 568563,
+ "fileID": 5846621,
"required": true
}
],
diff --git a/CurseForge/modlist.html b/CurseForge/modlist.html
index 680525588..c06e36970 100644
--- a/CurseForge/modlist.html
+++ b/CurseForge/modlist.html
@@ -1,50 +1,37 @@
diff --git a/INCLUDED-MODS.md b/INCLUDED-MODS.md
index b43d89199..d7ac914bc 100644
--- a/INCLUDED-MODS.md
+++ b/INCLUDED-MODS.md
@@ -53,7 +53,7 @@ The selected mods are inspired, but not limited by the [list of OptiFine alterna
| [Iris Shaders](https://www.curseforge.com/minecraft/mc-mods/irisshaders) | [coderbot](https://www.curseforge.com/members/coderbot) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | Adds OptiFine's shaders support, [(recommended shader list is here)](https://github.com/IrisShaders/Iris/blob/trunk/docs/supportedshaders.md) |
| [Item Model Fix](https://www.curseforge.com/minecraft/mc-mods/item-model-fix) | [Pepper_Bell](https://www.curseforge.com/members/Pepper_Bell) | ✅ | ✅ | ✅ | | | | Fixes transparent gaps in held items |
| [LambdaBetterGrass](https://www.curseforge.com/minecraft/mc-mods/lambdabettergrass) | [LambdAurora](https://www.curseforge.com/members/LambdAurora) | ✅ | ✅ | ✅ | | | | Adds OptiFine's "better grass" and "better snow" |
-| [LambDynamicLights](https://www.curseforge.com/minecraft/mc-mods/lambdynamiclights) | [LambdAurora](https://www.curseforge.com/members/LambdAurora) | ✅ | ✅ | ✅ | ✅ | | | Adds OptiFine's "dynamic lights" - lights up areas by holding a light source, activating TNT or creeper |
+| [LambDynamicLights](https://www.curseforge.com/minecraft/mc-mods/lambdynamiclights) | [LambdAurora](https://www.curseforge.com/members/LambdAurora) | ✅ | ✅ | ✅ | ✅ | | ✅ | Adds OptiFine's "dynamic lights" - lights up areas by holding a light source, activating TNT or creeper |
| [Model Gap Fix](https://www.curseforge.com/minecraft/mc-mods/model-gap-fix) | [MehVahdJukaar](https://www.curseforge.com/members/mehvahdjukaar) | | | | ✅ | ✅ | ✅ | Fixes transparent gaps in items and blocks |
| [MoreCulling](https://www.curseforge.com/minecraft/mc-mods/moreculling) | [FX_PR0CESS](https://www.curseforge.com/members/fx_pr0cess) | | | | ✅ | ✅ | ✅ | Stops rendering hidden sides of certain blocks |
| [No Potion Offset](https://www.curseforge.com/minecraft/mc-mods/no-potion-offset) | [shedaniel](https://www.curseforge.com/members/shedaniel) | ✅ | ✅ | | | | | Keeps player inventory in place when under potion effects |
diff --git a/Modrinth/modrinth.index.json b/Modrinth/modrinth.index.json
index 95c6000ad..7158cd661 100644
--- a/Modrinth/modrinth.index.json
+++ b/Modrinth/modrinth.index.json
@@ -1,218 +1,143 @@
{
"formatVersion": 1,
"game": "minecraft",
- "versionId": "6.1.0",
+ "versionId": "6.4.0-alpha.3",
"name": "Fabulously Optimized",
"files": [
{
- "path": "mods/Controlify-2.0.0-beta.14+1.21-fabric.jar",
+ "path": "mods/Controlify-2.0.0-beta.18+1.21.3-fabric.jar",
"hashes": {
- "sha1": "4643968fcdaee38ea921c0f4cc2cc1aebc21d058",
- "sha512": "e942e497ae64d5089c3fc0aa8ae76820a58909210f87ee7c493c88aa178e33d858baddfb82c9bd2818d711eec35bb15a1d5ca3756e2053a5d8edf9c2e65801bd"
+ "sha1": "e4bf59e515a7d934929039c81df91bb1afe73e6e",
+ "sha512": "f154de9f147f71532497591d3ab3baa6e2309ea947aa518a2f65e1f0beed979eb62c3cdce5c8838e18cc5f7c50dc34938f3c22ea5f3c7d63df6932fd937b05c3"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/DOUdJVEm/versions/QiCZiPOr/Controlify-2.0.0-beta.14%2B1.21-fabric.jar"
+ "https://cdn.modrinth.com/data/DOUdJVEm/versions/EdmjlBjN/Controlify-2.0.0-beta.18%2B1.21.3-fabric.jar"
],
- "fileSize": 2791149
+ "fileSize": 4128096
},
{
- "path": "mods/Debugify-1.21.1+1.0.jar",
+ "path": "mods/ImmediatelyFast-Fabric-1.3.0+1.21.3.jar",
"hashes": {
- "sha1": "6fb7d4ec9c2d2dc5b58577324b47671d3e28d7a4",
- "sha512": "079e7bd774abf7e25a916b5d4bb8f08d0176a72881497be80bb48ca89a0c1317f9c347c46911c452ea5f71fe2514d7780b5b8e339a61b07c5c4fc7b5cecdb41d"
+ "sha1": "f099fb75c64f92768874ce518554c6cb7fef32f2",
+ "sha512": "1a3545ae9d116fa3418f5eb9736698812d7c28800f961d7067a73988b6c090d8814b79d1913d5b2b00669f337809df7a0d7253dd5fa18aef553f4427ec41f197"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/QwxR6Gcd/versions/dO7QNiof/Debugify-1.21.1%2B1.0.jar"
+ "https://cdn.modrinth.com/data/5ZwdcRci/versions/bsaX5YIx/ImmediatelyFast-Fabric-1.3.0%2B1.21.3.jar"
],
- "fileSize": 292202
+ "fileSize": 210315
},
{
- "path": "mods/ImmediatelyFast-Fabric-1.2.21+1.21.1.jar",
+ "path": "mods/NoChatReports-FABRIC-1.21.3-v2.10.0.jar",
"hashes": {
- "sha1": "46c17639a7c0bfec1f9fb4aae53f9163994a3a4e",
- "sha512": "dd72a69b5dd2f395879c430ef28a90779ea684a1e5791bac2f552789163ddd3aba21cd8d1bea1c5a14292261101642519de360cf6d723043b44b6a2f1243ae9a"
+ "sha1": "8657fe32fb14e3c57dbc41833eb0643813ca7d78",
+ "sha512": "4535d06636948dae8c7e0f6066e7761195d06c5e19341c1c48e60cb6b3868de9093b88cb4458a2b640a59170c343f7f2e6793ddc945d38e69784e1a66e6c6710"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/5ZwdcRci/versions/ahszC7KU/ImmediatelyFast-Fabric-1.2.21%2B1.21.1.jar"
+ "https://cdn.modrinth.com/data/qQyHxfxd/versions/Cylxdaqq/NoChatReports-FABRIC-1.21.3-v2.10.0.jar"
],
- "fileSize": 247961
+ "fileSize": 309708
},
{
- "path": "mods/NoChatReports-FABRIC-1.21-v2.8.0.jar",
+ "path": "mods/YetAnotherConfigLib-3.6.1+1.21.2-fabric.jar",
"hashes": {
- "sha1": "f1822b058132f7f221a3ac4470d54d820369c04e",
- "sha512": "092837afc0fcb5208561062f8e4cd69971efa94c0180ae377e318d35d8f278abbf1552e4a577be882dc7e870f884779bc36caf808c8bc90bb05490f1e034ddb8"
+ "sha1": "c79d4358ce7e280486218d40b81961080f63dcf3",
+ "sha512": "3efec2e9f278c87399bceec1258cd7ea2454e468308e5eaddf9644f35d93bdc1736c105d01d7d4c6e95323e49f97cd802594bd622e477c351e00e6f69a9556eb"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/qQyHxfxd/versions/riMhCAII/NoChatReports-FABRIC-1.21-v2.8.0.jar"
+ "https://cdn.modrinth.com/data/1eAoo2KR/versions/HlJ8azv1/YetAnotherConfigLib-3.6.1%2B1.21.2-fabric.jar"
],
- "fileSize": 310073
+ "fileSize": 1169840
},
{
- "path": "mods/YetAnotherConfigLib-3.5.0+1.21-fabric.jar",
+ "path": "mods/Zoomify-2.14.2+1.21.3.jar",
"hashes": {
- "sha1": "c58dab87a7b62d0b3812c97fa69381ae041a1439",
- "sha512": "954bd6b364892afb569973e6beabcd8cce5a22b70747d124e5059b716475a82344ccf586b1ba38ab0b21e6d42485894f398b22285c81f1fff619f9b709a9fe3e"
+ "sha1": "736e8888664701b86042e10bea357aa9af583c35",
+ "sha512": "1fb4df13e2f2392af630407241f097b650b76738063db10c0907bb79a0e06571a4ec22ddfb98948174cdb2084bb5c1924265622525984a2af0c4e796b695c3de"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/1eAoo2KR/versions/Y8Wa10Re/YetAnotherConfigLib-3.5.0%2B1.21-fabric.jar"
+ "https://cdn.modrinth.com/data/w7ThoJFB/versions/RKRjd2h1/Zoomify-2.14.2%2B1.21.3.jar"
],
- "fileSize": 1150467
+ "fileSize": 807977
},
{
- "path": "mods/Zoomify-2.14.0+1.21.jar",
+ "path": "mods/capes-1.5.4+1.21.2-fabric.jar",
"hashes": {
- "sha1": "7adcde4ce0861c6b573bc86615a19ccf17bec255",
- "sha512": "d85b3c7817dabe7507b974e8626fa1023177755c50698a3bb2ba41398f1130b4c84b31aa8b51488f70ed84cfd56f29e245b32f21ca332e2ef24d97979df51f6e"
+ "sha1": "6f6931387989429dce7dee795c87db8ca2350fa2",
+ "sha512": "31c2cc5e3ad68884dc9dde34e4844e810b22fcbe3a2b786f6fb769e5d1b32041c9045ac35c537285c86cca9de69957a025b0286a7e29b49076fe0b6c88179120"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/w7ThoJFB/versions/vg7GaKbh/Zoomify-2.14.0%2B1.21.jar"
+ "https://cdn.modrinth.com/data/89Wsn8GD/versions/mkf1dFwO/capes-1.5.4%2B1.21.2-fabric.jar"
],
- "fileSize": 809543
+ "fileSize": 77184
},
{
- "path": "mods/animatica-0.6.1+1.21.jar",
+ "path": "mods/cloth-config-16.0.141-fabric.jar",
"hashes": {
- "sha1": "fd805fa03e25013b9fe824bf43f7d8a90f565c84",
- "sha512": "d8cba8839c2ed329f32f63978e431a75b4e72e506282cf49d151a43302915524c50edbd29af2f5247f479d7456b074011bd768efbd0f4ece311c6e0e2ee0de3c"
+ "sha1": "1fddc6ec979131a3623ae6b6a4f6c631b5f6f45d",
+ "sha512": "f8b0fa16fe80a8b78a059ebf1cf366d65132b1dd1830d8b689ecfc731696514e2b3dd73903fbb37d0a5f3d853aa521827bf7ed6fb5d9db245c6afd7ffb9e2687"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/PRN43VSY/versions/LHBm6fEV/animatica-0.6.1%2B1.21.jar"
+ "https://cdn.modrinth.com/data/9s6osm5g/versions/JbVSQUVw/cloth-config-16.0.141-fabric.jar"
],
- "fileSize": 71502
+ "fileSize": 1153258
},
{
- "path": "mods/bettermounthud-1.2.4.jar",
+ "path": "mods/cwb-fabric-3.0.0+mc1.21.3.jar",
"hashes": {
- "sha1": "4df822bd5bd7d2e125eb9c7fdb38bb4b6ee0476e",
- "sha512": "b7cc352f97392ee3eed340d8ee148d9c9d5bef4397767085c7499adf4c656585bf4f5841e1057e44de9b2b70d577cbee7a411c0d8cd8059cd4edb4f7c4bfa51a"
+ "sha1": "101dffee2666b23e51c1b7e810e9455a5c41a0de",
+ "sha512": "563d996e6426ffc971a6dd7686f3870254704411cd24fea95b12e8d1af2118c11ce7234052ddfd97f7178ef6432dfe785c4b2b665f74b31b6bc4d64c27d740e9"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/kqJFAPU9/versions/yyJushgo/bettermounthud-1.2.4.jar"
+ "https://cdn.modrinth.com/data/ETlrkaYF/versions/7JJnrLXi/cwb-fabric-3.0.0%2Bmc1.21.3.jar"
],
- "fileSize": 21013
+ "fileSize": 80793
},
{
- "path": "mods/capes-1.5.4+1.21-fabric.jar",
+ "path": "mods/dynamic-fps-3.7.4+minecraft-1.21.2-fabric.jar",
"hashes": {
- "sha1": "11655909a800fd70e2e0ca940cddc2bdbcbe2003",
- "sha512": "8cd91182feec18a41412d6a8ad5311f730d881c30959aeb80eddf993c7930200758d0f4f1676dcbced7d315c124a0c02137f997c998a4912dd1a10a6a33664af"
+ "sha1": "b7fbbef4a9775f201b501c194a5a69f7b5d99976",
+ "sha512": "8042d057a979cf2bd16d3bfe52088f4e3748d089e89f4aa09a1a229587dd9efb168d34154a13cdb6d851c5edb0b54bcf758af60f13ba406e2c9e4475954fe8a7"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/89Wsn8GD/versions/6SzVPVR4/capes-1.5.4%2B1.21-fabric.jar"
+ "https://cdn.modrinth.com/data/LQ3K71Q1/versions/e9gdmZiv/dynamic-fps-3.7.4%2Bminecraft-1.21.2-fabric.jar"
],
- "fileSize": 77572
- },
- {
- "path": "mods/citresewn-1.2.1+1.21.jar",
- "hashes": {
- "sha1": "cbdf3fac2718a1cbb51cae9711ac3124d63d616b",
- "sha512": "85b8ef516ddab350008f85119c5c1c9b713630b3847e1f237e55e4d9ecf754dab42b2ceb5df46cfb5980df442966a190f980e248a99be47f8e985baae3256a56"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/otVJckYQ/versions/FnarCxUt/citresewn-1.2.1%2B1.21.jar"
- ],
- "fileSize": 396334
- },
- {
- "path": "mods/cloth-config-15.0.140-fabric.jar",
- "hashes": {
- "sha1": "5d82342a2df53fd6df712bfdd583a811572918a4",
- "sha512": "1b3f5db4fc1d481704053db9837d530919374bf7518d7cede607360f0348c04fc6347a3a72ccfef355559e1f4aef0b650cd58e5ee79c73b12ff0fc2746797a00"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/9s6osm5g/versions/HpMb5wGb/cloth-config-15.0.140-fabric.jar"
- ],
- "fileSize": 1157166
- },
- {
- "path": "mods/continuity-3.0.0-beta.5+1.21.jar",
- "hashes": {
- "sha1": "16d31a39e85dc10cdff4e06198a1bb26b4b82427",
- "sha512": "48302fffe163fa0264f5feb8e98882cc0ecb820e1fbf417d7e7e9e499f7097c1d4e9f9acb38fd5d9e0200f61fc677b0e864bc705d1b9d1e56fd29efbbce28f6a"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/1IjD5062/versions/NksUpFjf/continuity-3.0.0-beta.5%2B1.21.jar"
- ],
- "fileSize": 1007136
- },
- {
- "path": "mods/cubes-without-borders-2.1.1+1.21.jar",
- "hashes": {
- "sha1": "bb6fbf6a7ae382daeea2979d4471c0acdeab1860",
- "sha512": "2fda7f3fb4db1c7d84d746b964fd972a18df350d3d61de23418601bc6dc699f556d2c247515c444977098b7e4dd04d6f06defc2d7a02ea593a477e536e19c211"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/ETlrkaYF/versions/fbzkv9Iu/cubes-without-borders-2.1.1%2B1.21.jar"
- ],
- "fileSize": 55827
- },
- {
- "path": "mods/dynamic-fps-3.7.3+minecraft-1.21.0-fabric.jar",
- "hashes": {
- "sha1": "257b3f7de416ca8594bdea42a26c28cbc118b841",
- "sha512": "a93bc61c28b7e0d33178f2981c64650a2a963c30803abb51086fa443d69aded6f244f7e1f8baa55bbbcf129a568f063c889bcbb7463600cfda5092e71741cc51"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/LQ3K71Q1/versions/mGzNZtjf/dynamic-fps-3.7.3%2Bminecraft-1.21.0-fabric.jar"
- ],
- "fileSize": 178803
+ "fileSize": 179656
},
{
"path": "mods/e4mc_minecraft-fabric-5.2.1.jar",
@@ -230,109 +155,64 @@
"fileSize": 568993
},
{
- "path": "mods/enhancedblockentities-0.10.1+1.21.jar",
- "hashes": {
- "sha1": "36045df5f1b3e7645a5dd450fa305a8134dd7c51",
- "sha512": "23c603c88532206cae4400e3eea5dea220d5d328b5dc27d3a550fa1b31c27639744592e9f2e888536b6ed529c13e2c95465b98413c55157de45f3ecc5daa02bc"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/OVuFYfre/versions/8OuTJDGd/enhancedblockentities-0.10.1%2B1.21.jar"
- ],
- "fileSize": 200698
- },
- {
- "path": "mods/entity_model_features_fabric_1.21-2.2.6.jar",
- "hashes": {
- "sha1": "7a0d5b5388a4f55bcb4e50502893d2e6d69bae1c",
- "sha512": "5c3b7b0defc2f8f702c29b70a9765d77d5a703a8b7c4d6fc85ada4d5c95fbe377843d21b09536664abf594d054067d83ea02475acba89c34f5d5aab2db565110"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/4I1XuqiY/versions/Qql6TI9W/entity_model_features_fabric_1.21-2.2.6.jar"
- ],
- "fileSize": 431641
- },
- {
- "path": "mods/entity_texture_features_fabric_1.21-6.2.5.jar",
+ "path": "mods/entity_model_features_fabric_1.21.2-2.2.7.jar",
"hashes": {
- "sha1": "a23175e7262ff0a089b13cd2cbad99e315e4cfa6",
- "sha512": "480723a27dac633dd22e9b2909c4d5c71cc660bbec9c0b9784b7ed44cb379f9dbe1054bd5ed0e159f72fa20697bf7e8c7fbc9f382e9890b8fd74bfc4901169d0"
+ "sha1": "8bd0a8c9c7d135ab787a11c0cdfd2f7291e4180c",
+ "sha512": "b928e718c14b8a0118187b8d3615a6ab13f369512730fbebc7408f9d5aed209126a04a4f5a0bb458af1001dc64cb67c7ac650f5df0fd6133f2c7b9604ee1301a"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/BVzZfTc1/versions/qQQ5ffvS/entity_texture_features_fabric_1.21-6.2.5.jar"
+ "https://cdn.modrinth.com/data/4I1XuqiY/versions/cnCqWodo/entity_model_features_fabric_1.21.2-2.2.7.jar"
],
- "fileSize": 635951
+ "fileSize": 412723
},
{
- "path": "mods/entityculling-fabric-1.7.0-mc1.21.jar",
+ "path": "mods/entity_texture_features_fabric_1.21.2-6.2.6.jar",
"hashes": {
- "sha1": "ef4acec15876eafba8ce1618d2c2a6b3de27e58f",
- "sha512": "6a43e3309add2ba9944df9dee18812ca5f0f2fad9dd69333b55f7c9ac4f70f1f8b661bc2ce63214d5ba089f46bed6b76e58f1926e83a8e6ee474a272766232aa"
+ "sha1": "9db6ea0f364ed139895779e4a240588c10f4337c",
+ "sha512": "4b9a1682de611d3e0de4edd54460a41a487040ec6d36bcf08abb56a12e55500a0c18b244d4074c622f7a59e70a41feb7100afc83432f88b88e9bccb81383ae4a"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/NNAgCjsB/versions/kPbJu8eF/entityculling-fabric-1.7.0-mc1.21.jar"
+ "https://cdn.modrinth.com/data/BVzZfTc1/versions/6vli6rDE/entity_texture_features_fabric_1.21.2-6.2.6.jar"
],
- "fileSize": 65591
+ "fileSize": 640487
},
{
- "path": "mods/fabric-api-0.105.0+1.21.1.jar",
+ "path": "mods/fabric-api-0.107.0+1.21.3.jar",
"hashes": {
- "sha1": "09b6399db5f09a79b0ac5b7ecbbba2e3189b190a",
- "sha512": "6e1ffcf7f5af9589c16ccec1f9bb5ef8dede5ebe52ae09d94affa8050603f6ecd71d130a793c2bdb4bd42b2a70905425e55141d39369dfa9840569eef4dace16"
+ "sha1": "befdb622caba99ee1588bfd3b58d8502a7601d0f",
+ "sha512": "f02d4a11e39075333141936816310dbc6131a5c335ea34760bcd69937c3effc20401da5a61c49beaf5ee522330db9fd87beb3d952cea84124eb1691f909fca00"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/P7dR8mSH/versions/WTaAx4ah/fabric-api-0.105.0%2B1.21.1.jar"
+ "https://cdn.modrinth.com/data/P7dR8mSH/versions/FjU3tsgY/fabric-api-0.107.0%2B1.21.3.jar"
],
- "fileSize": 2324549
+ "fileSize": 2302115
},
{
- "path": "mods/fabric-language-kotlin-1.12.2+kotlin.2.0.20.jar",
+ "path": "mods/fabric-language-kotlin-1.12.3+kotlin.2.0.21.jar",
"hashes": {
- "sha1": "6fa5bbd06ab731cbd522aa2591af69101d921672",
- "sha512": "918f778ab07f4f33bf7095197d05d7b36da959368f4289cdf41a67e9bf920c96bedbc4ff69f1b2d0379e62385bba6e1e4e3be4fb625f93aa130a9be938cff0a2"
+ "sha1": "54cd3900a904b81bd24c4a35b6577a2ac197b51a",
+ "sha512": "a9278c0a32a4906989fff17431ad5cc13fbed95a99a15bb8e10ba427714e28eb4828f779affb4e80731d98ab14f23e4d759ea2090be05a10da908608139e67e7"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/Ha28R6CL/versions/o0V8mlNz/fabric-language-kotlin-1.12.2%2Bkotlin.2.0.20.jar"
+ "https://cdn.modrinth.com/data/Ha28R6CL/versions/B0fZidZi/fabric-language-kotlin-1.12.3%2Bkotlin.2.0.21.jar"
],
- "fileSize": 7136729
- },
- {
- "path": "mods/fabricskyboxes-0.7.4+mc1.21.jar",
- "hashes": {
- "sha1": "d7c80f23792afc6018da2477d46804114529afca",
- "sha512": "cab235d72e548fa2baad8ad6e6704c8345a6fa1bbe57791be31e30e0a464f97d4e1c55873b890f97a62116311e109bc7f9265b72fb615afda1948350dcb27113"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/YBz7DOs8/versions/yhQrKNAJ/fabricskyboxes-0.7.4%2Bmc1.21.jar"
- ],
- "fileSize": 206127
+ "fileSize": 7137406
},
{
"path": "mods/fabrishot-1.14.1.jar",
@@ -365,94 +245,64 @@
"fileSize": 58822
},
{
- "path": "mods/ferritecore-7.0.0-fabric.jar",
+ "path": "mods/ferritecore-7.1.0-hotfix-fabric.jar",
"hashes": {
- "sha1": "95b18b0f1673bbbe328812c3052cc1a921591f0f",
- "sha512": "0f2f9b5aebd71ef3064fc94df964296ac6ee8ea12221098b9df037bdcaaca7bccd473c981795f4d57ff3d49da3ef81f13a42566880b9f11dc64645e9c8ad5d4f"
+ "sha1": "065410c520d858893c8f130d32f63a11317d6119",
+ "sha512": "ae1ab30beb5938643cf2ae7b8220769f2c917e3f5441e46e9bc900295348c0a541a325c30b8dfc38039205620d872c27809acdc6741351f08e4c8edc36ae2bcc"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/uXXizFIs/versions/wmIZ4wP4/ferritecore-7.0.0-fabric.jar"
+ "https://cdn.modrinth.com/data/uXXizFIs/versions/a3QXXGz2/ferritecore-7.1.0-hotfix-fabric.jar"
],
- "fileSize": 117333
+ "fileSize": 107124
},
{
- "path": "mods/fsb-interop-1.4.0+mc1.21-build.54.jar",
+ "path": "mods/iris-fabric-1.8.0-beta.6+mc1.21.2.jar",
"hashes": {
- "sha1": "ebd6d9f048b591cee8bbf90b23246f3369161868",
- "sha512": "70b9e8d34eebc93e2428f30f796939b2f724ae74ef9d739441a1463218b7829dc8c0a36b9e3eb8fae8381d5c1f3c5ef1da5b68694b66ae81a2ec5c2b5b031e82"
+ "sha1": "dd0ca3c105d02a40ca08daa9f53793a112900c57",
+ "sha512": "8f282e77a6cc795def38a047d60a6f2e814074a2c6ee1aab2dbbf08b6301374f38eb0a52f2d68a5f43357f7a8d31b786ec9bc9f32da7bdf66ab26e09ec8714ec"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/HpdHOPOp/versions/A3n8pliV/fsb-interop-1.4.0%2Bmc1.21-build.54.jar"
+ "https://cdn.modrinth.com/data/YL57xq9U/versions/XExINvk9/iris-fabric-1.8.0-beta.6%2Bmc1.21.2.jar"
],
- "fileSize": 73307
+ "fileSize": 2654088
},
{
- "path": "mods/indium-1.0.35+mc1.21.jar",
+ "path": "mods/lambdynamiclights-3.2.2+1.21.3.jar",
"hashes": {
- "sha1": "1bf4b5db91f4e6d7a4f94fe2e96525d22df1cacb",
- "sha512": "5f5e8a6ce29e6faecf442fe1fad76a3dd3631d83daa30423ba5cdb2cacf7efd92c16f05b65c3270faa23e4a803f392db9af40a030b81ea898550eded74ea8706"
+ "sha1": "bf22a0efd39621b7354d2f5eb2bacc77da03409a",
+ "sha512": "6aebe299b59d126c954688796ed22d77617e0971056f9e281e5218ba109bc7f0e372f4762420bc92d16e4cad0cf351f9d39d13c0822ce20f1f9e87eac4f0e93c"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/Orvt0mRa/versions/Z8VpxxGh/indium-1.0.35%2Bmc1.21.jar"
+ "https://cdn.modrinth.com/data/yBW8D80W/versions/EUvC0Bde/lambdynamiclights-3.2.2%2B1.21.3.jar"
],
- "fileSize": 105000
+ "fileSize": 844327
},
{
- "path": "mods/iris-1.7.3+mc1.21.jar",
+ "path": "mods/language-reload-1.7.1+1.21.3.jar",
"hashes": {
- "sha1": "1b4e44a74c850d407518bc5cbe33eec9577ad9e9",
- "sha512": "bcd9b4f5cef1521c00b59cc9409725556922a077c60f62ba834dca680e29f334660a7c68150ff827779fb888585042b1ba687dfce6fd4d650507d9c59f023703"
+ "sha1": "c17dc34cc0ab5f7dfd572cda4c78d1536ce86f67",
+ "sha512": "e142c676e43bdb0d731e987d2edca0d0b3189bb086b00f804e4312222dbcabfa1df45ee8caf8e2b7fdb2a5a31203a1dc9a7dc2fe94eb6dfeabee8252d6ff727a"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/YL57xq9U/versions/kuOV4Ece/iris-1.7.3%2Bmc1.21.jar"
+ "https://cdn.modrinth.com/data/uLbm7CG6/versions/kL6FHNUI/language-reload-1.7.1%2B1.21.3.jar"
],
- "fileSize": 2707610
- },
- {
- "path": "mods/language-reload-1.6.1+1.21.jar",
- "hashes": {
- "sha1": "c7988fea2a258a5afdfa193615d3b5261c1e58bb",
- "sha512": "d8380b1fa139217bacf1f7d7686004aea66f4648c68364586c02af39a0f8e4ca9a2fa240261b1d48581390fa64d44561b619fa5c3019d90823114728b5898bf3"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/uLbm7CG6/versions/fpDBBXvT/language-reload-1.6.1%2B1.21.jar"
- ],
- "fileSize": 68960
- },
- {
- "path": "mods/lithium-fabric-mc1.21.1-0.13.1.jar",
- "hashes": {
- "sha1": "3dde05dcd5afab3ff6ca77c08f4c82d3a064f3c6",
- "sha512": "4250a630d43492da35c4c197ae43082186938fdcb42bafcb6ccad925b79f583abdfdc17ce792c6c6686883f7f109219baecb4906a65d524026d4e288bfbaf146"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/gvQqBUqZ/versions/9x0igjLz/lithium-fabric-mc1.21.1-0.13.1.jar"
- ],
- "fileSize": 752804
+ "fileSize": 72991
},
{
"path": "mods/mixintrace-1.1.1+1.17.jar",
@@ -485,34 +335,19 @@
"fileSize": 62761
},
{
- "path": "mods/modernfix-fabric-5.19.3+mc1.21.1.jar",
- "hashes": {
- "sha1": "e2d8ee6f75d2b027ae73eafbf9f38c1eb4a35a93",
- "sha512": "36b4fa178e73b7eef5f42df619e67fe71307fafce8b1582acb11c36ad6792fafe88870d74e178898824ede405bd0873a8b00460f6507bdf87be9cfb6353edc7d"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/nmDcB62a/versions/T1ftCUJv/modernfix-fabric-5.19.3%2Bmc1.21.1.jar"
- ],
- "fileSize": 422437
- },
- {
- "path": "mods/modmenu-11.0.2.jar",
+ "path": "mods/modmenu-12.0.0-beta.1.jar",
"hashes": {
- "sha1": "0a7c7ac1dd5360ef735ca1e782540ec45c4fc3c8",
- "sha512": "740c9845a8447efa481607d1a9879a4774c7610eb5bc4072ccb2b7ed9b2afc295f0db41abb608ab2cbf589b42578bcd054fb51f7f7257d3151d5d3a0adc0b6ab"
+ "sha1": "4536cf33f54fd52b8530fcb3e7e89431c1ccd07b",
+ "sha512": "7d7879f45e37048aa8ebd37dcc150b74ebcd6f72bd52fb25c409719779edad3610dc2cab5c248c581f10e3d7f8514555c4753ad7523fce5124b8fae6676948a6"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/mOgUt4GM/versions/3ib3Uvvv/modmenu-11.0.2.jar"
+ "https://cdn.modrinth.com/data/mOgUt4GM/versions/PcJvQYqu/modmenu-12.0.0-beta.1.jar"
],
- "fileSize": 975323
+ "fileSize": 981862
},
{
"path": "mods/morechathistory-1.3.1.jar",
@@ -530,139 +365,94 @@
"fileSize": 3573
},
{
- "path": "mods/moreculling-1.21-0.26.0.jar",
- "hashes": {
- "sha1": "962be4ccb7c3490b62dea09e1678d86ca1836dfc",
- "sha512": "66730057403842030f29cae9a964e2a26981597b6e3d4d67c841a507c9e963cbc8f409dc5de33921b1035b3eb58222d0209f526d715eca82c4b3fbb90318ddae"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/51shyZVL/versions/BUxgeDdf/moreculling-1.21-0.26.0.jar"
- ],
- "fileSize": 259071
- },
- {
- "path": "mods/optigui-2.3.0-beta.5+1.21.jar",
- "hashes": {
- "sha1": "05ed637fc4d8a7561887753fac5929a04b8b4f5b",
- "sha512": "98443643cb36b6330ad46e62d01dd230dc48e412c2be33790c1d30f490227e239c3be3844538bdca21ddee2bf4f015b370d03352844bbc4d6b6ba868171d8bda"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/JuksLGBQ/versions/BUvJCGus/optigui-2.3.0-beta.5%2B1.21.jar"
- ],
- "fileSize": 611697
- },
- {
- "path": "mods/paginatedadvancements-2.5.1.jar",
- "hashes": {
- "sha1": "23a4570fb52d62135d705156079e52ddfe980b94",
- "sha512": "7efc3a342478f021d96c39d6d5a416bde82426ba7a2d4f0a4d6cdc4178fd00287a629123e08e86f71115264386471b230bfdc1d5ad1a09530d32cde6e40176a9"
- },
- "env": {
- "client": "required",
- "server": "required"
- },
- "downloads": [
- "https://cdn.modrinth.com/data/pJogNFap/versions/fQnpir9a/paginatedadvancements-2.5.1.jar"
- ],
- "fileSize": 71859
- },
- {
- "path": "mods/polytone-1.21-2.3.8-fabric.jar",
+ "path": "mods/moreculling-fabric-1.21.3-1.1.0-beta.2.jar",
"hashes": {
- "sha1": "f12d17d422513e926e99e40b963e64598eec4474",
- "sha512": "cb530328f525f0885ecb140110057b5492575df821bfe21d0f1b19b95aedf219851eedd53e283fb30564941c43bcae55c52c934c95d50b5e3270158b36653e9a"
+ "sha1": "2b445f4fadb59da8a4e622fcc08e0e5889ec3797",
+ "sha512": "14a4a7b670974a7e575ea3c294c837f25e44c5b58befea3d92924b9b38ff4c5cd256db4d6880a78db005134129232e18b326d125838d81c01952432ae6575972"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/3qAYkBMB/versions/jnmgvsoH/polytone-1.21-2.3.8-fabric.jar"
+ "https://cdn.modrinth.com/data/51shyZVL/versions/NmgZBtI2/moreculling-fabric-1.21.3-1.1.0-beta.2.jar"
],
- "fileSize": 583760
+ "fileSize": 325817
},
{
- "path": "mods/puzzle-fabric-2.0.1+1.21.jar",
+ "path": "mods/optigui-2.3.0-beta.6+1.21.2.jar",
"hashes": {
- "sha1": "bc779cab81a74f2b48e371055d0c0e4cea8201f9",
- "sha512": "91b0e90bfcbde08419ea46a062a39c0d26fd9658717c42ab4c3feac4e075766019d23c38d92f7618c005002454a57c1afa57fd2d33a5dbbb35bde9a9ba526870"
+ "sha1": "6c7c177cc53b260fc3e5ec2275ad3863c3d51542",
+ "sha512": "47a6080c4f715bf71fcbd9f48af165b55427d6f8507f1f0036573b2e3ea1b42630efc2723778db481c24888c7f02b4eb7818f9e220c4e8d44dd301a5495efc0e"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/3IuO68q1/versions/TMFxzCSV/puzzle-fabric-2.0.1%2B1.21.jar"
+ "https://cdn.modrinth.com/data/JuksLGBQ/versions/EsA0cp6K/optigui-2.3.0-beta.6%2B1.21.2.jar"
],
- "fileSize": 135244
+ "fileSize": 612514
},
{
- "path": "mods/reeses_sodium_options-1.7.3+mc1.21.jar",
+ "path": "mods/reeses-sodium-options-fabric-1.8.0-beta.5+mc1.21.3.jar",
"hashes": {
- "sha1": "a768af50123288af02b77d90cda61a045db5506a",
- "sha512": "2ee733c52ebd31e738ccb52b25beb0cbdb5175fbe9d8dc8bc6c2406c365c86655dc7ec535a64a8dd1d80facd284abb33b2d1c8f1414b4e9a80ee2e2c2fa3db68"
+ "sha1": "f9d32d1e7268c734cf617a89c18ba2849fd14c1f",
+ "sha512": "5132bcc22ca563d2140484f598a96119aea0ddc9de6edd5597a8283f6e1e0cb6522fd1a56fd7cb26a7caf4df42184ed406a23ed180082edfa9cca097cee7eceb"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/Bh37bMuy/versions/6gZ19wc6/reeses_sodium_options-1.7.3%2Bmc1.21.jar"
+ "https://cdn.modrinth.com/data/Bh37bMuy/versions/WeqF4XuB/reeses-sodium-options-fabric-1.8.0-beta.5%2Bmc1.21.3.jar"
],
- "fileSize": 78230
+ "fileSize": 79541
},
{
- "path": "mods/rrls-5.0.8+mc1.21.1-fabric.jar",
+ "path": "mods/rrls-5.0.9+mc1.21.2-fabric.jar",
"hashes": {
- "sha1": "f37cbd1faceecb7808234968f6e7a100a5461fa1",
- "sha512": "f2cf32e442d48afce6c5c244c9628482273d563375c7623c0af1bc609d7dc53ed73ced9725f54511c8adacc438e89944a3ba913f0cbf7a432897689285f84f12"
+ "sha1": "6c4a46a46999ba95d7114c09f5a9c56c7f75cdc8",
+ "sha512": "f33aab6a6ff570ca77a1377c0c018eede14d42d510a46f37b50155810b49be56d5a1ea1594b2233333e17e2c21ceab3ebdfddaed3470eeac549067ce6525c3c2"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/ZP7xHXtw/versions/J4n3Uh3Y/rrls-5.0.8%2Bmc1.21.1-fabric.jar"
+ "https://cdn.modrinth.com/data/ZP7xHXtw/versions/xCGxTnUz/rrls-5.0.9%2Bmc1.21.2-fabric.jar"
],
- "fileSize": 169186
+ "fileSize": 170552
},
{
- "path": "mods/sodium-extra-0.5.7+mc1.21.jar",
+ "path": "mods/sodium-extra-fabric-0.6.0-beta.4+mc1.21.3.jar",
"hashes": {
- "sha1": "13a65186e5ba363e0ed3216303bc67a173c050fe",
- "sha512": "75a2e73a3cc2fc9556fbd62c9618f1d7455fb1966d993af69133aac5e9dea29dc31b80b61d963857ea4c556a9328634575d81251d782e4eb49ce64e6c60af75c"
+ "sha1": "d78c3d8d4252e69dcc4d0f6303172db452848d3a",
+ "sha512": "f7b87ad7e4e13e2608b386bef05a078f991fcdacbc4073c61ae0831f24776df6ef023f1b0ae9a163b93a1d96e40c98b5669de1ba1af65ac02a0c2a6efa6e2458"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/PtjYWJkn/versions/uuhVlRGv/sodium-extra-0.5.7%2Bmc1.21.jar"
+ "https://cdn.modrinth.com/data/PtjYWJkn/versions/nsGodeRt/sodium-extra-fabric-0.6.0-beta.4%2Bmc1.21.3.jar"
],
- "fileSize": 375625
+ "fileSize": 361743
},
{
- "path": "mods/sodium-fabric-0.5.11+mc1.21.jar",
+ "path": "mods/sodium-fabric-0.6.0-beta.4+mc1.21.3.jar",
"hashes": {
- "sha1": "d67e66ea4bb2409997b636dae4203d33764cdcc8",
- "sha512": "a8a4520c2891e6a3c891b0b5c1106c29851a97c8e5a0131fe94cdcdfd755b679ce55dbaeafd14638ef7987b8efcd32619209aba4460762027f1a2ebe121a4046"
+ "sha1": "7c6358f54b41c9851ef50addd455735c342936ef",
+ "sha512": "7fbc173f0a8110acfbd3e91c670642724f5718ed7bc137045c3782e793a9f54e9d39e54265bee8546c44e95ce73836d70ca110db012b529bcb5390844a411ba5"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/AANobbMI/versions/RncWhTxD/sodium-fabric-0.5.11%2Bmc1.21.jar"
+ "https://cdn.modrinth.com/data/AANobbMI/versions/HCEjRjK4/sodium-fabric-0.6.0-beta.4%2Bmc1.21.3.jar"
],
- "fileSize": 982671
+ "fileSize": 1279673
},
{
"path": "mods/yosbr-0.1.2.jar",
@@ -682,51 +472,51 @@
{
"path": "resourcepacks/Chat Reporting Helper.zip",
"hashes": {
- "sha1": "719187472226f18926e215a078c1e97109ec2493",
- "sha512": "d0ac19bef331eda07a30f60d53c85a72b5c4eda2066d90eeb29f8ee071efe4b694eb9d598aa09c3c6d608a11798cb518d3e742609fde56d2cd074b892f650b55"
+ "sha1": "e60cb75c6486531a40a6a38df42e991530fc4847",
+ "sha512": "1893e38551e505fe42687a8ceff1b2fc2645d256fd66eeae6b4c0e4f06d140e6e7afef04a76ddd57815568545e8c5c61b9e370742fbf4070ac69a6ffac47cb9b"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/tN4E9NfV/versions/1IyP82KW/Chat%20Reporting%20Helper.zip"
+ "https://cdn.modrinth.com/data/tN4E9NfV/versions/seMlJ1KY/Chat%20Reporting%20Helper.zip"
],
- "fileSize": 63196
+ "fileSize": 63195
},
{
"path": "resourcepacks/Fast Better Grass.zip",
"hashes": {
- "sha1": "cf15d3a580db704fae9033003b6573ed68d3a834",
- "sha512": "a21b80e7e6c69f286904e4015372be300f6be374c43c1a0b1e1d46278c1ab336e061e57be467194be7fcf1622d696ab2b2f4259708276639fc6a4ff60953dae8"
+ "sha1": "188dc89e001c82138d53217dab0d3a5fa1f0df61",
+ "sha512": "a537f67f9418269ba5981068ebdb63b7bebc8f928ba246544df8c78cb42ad98ea1e448d48448e4d6ca2e772f924a3629136f9630482b6b7126af8eedc2bd06f6"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/dspVZXKP/versions/1lpmCieT/Fast%20Better%20Grass.zip"
+ "https://cdn.modrinth.com/data/dspVZXKP/versions/cexf0WMO/Fast%20Better%20Grass.zip"
],
"fileSize": 10930
},
{
"path": "resourcepacks/SodiumTranslations.zip",
"hashes": {
- "sha1": "95055238f402d2945979262f7ff75b00a94e44e6",
- "sha512": "b072237ce4cfb22e632d9a3af0a922f5e4148c48e3e9a91b7ad902a6738badd7234e98f2e72c3447177bf9b0815775da45e01923041f6169693fa99c6991d04e"
+ "sha1": "67017a3a9eb40514dfa175671b11429a5d72b0d8",
+ "sha512": "c96c998c792dd5191b7d010bb2f335e4475245276a216d63c591ece6310abcf38c0b2a1a8ef3351773278ebb7a1982e73365ce9a82acac33477013e7e5010c18"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
- "https://cdn.modrinth.com/data/yfDziwn1/versions/TZ7Pon7A/SodiumTranslations.zip"
+ "https://cdn.modrinth.com/data/yfDziwn1/versions/bmWYzqI4/SodiumTranslations.zip"
],
- "fileSize": 210581
+ "fileSize": 214626
}
],
"dependencies": {
- "fabric-loader": "0.16.5",
- "minecraft": "1.21.1"
+ "fabric-loader": "0.16.7",
+ "minecraft": "1.21.3"
}
}
diff --git a/MultiMC-Packwiz/Fabulously Optimized (auto-update)/instance.cfg b/MultiMC-Packwiz/Fabulously Optimized (auto-update)/instance.cfg
index f49acc4eb..c3e38893f 100644
--- a/MultiMC-Packwiz/Fabulously Optimized (auto-update)/instance.cfg
+++ b/MultiMC-Packwiz/Fabulously Optimized (auto-update)/instance.cfg
@@ -1,6 +1,6 @@
InstanceType=OneSix
OverrideCommands=true
-PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/main/Packwiz/1.21.1/pack.toml
+PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/main/Packwiz/1.21.3/pack.toml
iconKey=pack
-name=Fabulously Optimized (MC 1.21.1 auto-update)
+name=Fabulously Optimized (MC 1.21.3 auto-update)
notes=https://download.fo
\ No newline at end of file
diff --git a/MultiMC/Fabulously Optimized x.y.z/instance.cfg b/MultiMC/Fabulously Optimized x.y.z/instance.cfg
index b4765185c..456cb3d59 100644
--- a/MultiMC/Fabulously Optimized x.y.z/instance.cfg
+++ b/MultiMC/Fabulously Optimized x.y.z/instance.cfg
@@ -1,4 +1,4 @@
InstanceType=OneSix
iconKey=pack
-name=Fabulously Optimized 6.1.0
+name=Fabulously Optimized 6.4.0-alpha.3
notes=This MultiMC installation method is deprecated, please install new versions through Add Instance -> Modrinth -> Fabulously Optimized. Full instructions: https://download.fo/install
\ No newline at end of file
diff --git a/MultiMC/Fabulously Optimized x.y.z/mmc-pack.json b/MultiMC/Fabulously Optimized x.y.z/mmc-pack.json
index d14a46546..b29aede3c 100644
--- a/MultiMC/Fabulously Optimized x.y.z/mmc-pack.json
+++ b/MultiMC/Fabulously Optimized x.y.z/mmc-pack.json
@@ -2,24 +2,24 @@
"components": [
{
"cachedName": "Minecraft",
- "cachedVersion": "1.21.1",
+ "cachedVersion": "1.21.3",
"important": true,
"uid": "net.minecraft",
- "version": "1.21.1"
+ "version": "1.21.3"
},
{
"cachedName": "Intermediary Mappings",
"cachedRequires": [
{
- "equals": "1.21.1",
+ "equals": "1.21.3",
"uid": "net.minecraft"
}
],
- "cachedVersion": "1.21.1",
+ "cachedVersion": "1.21.3",
"cachedVolatile": true,
"dependencyOnly": true,
"uid": "net.fabricmc.intermediary",
- "version": "1.21.1"
+ "version": "1.21.3"
},
{
"cachedName": "Fabric Loader",
@@ -28,9 +28,9 @@
"uid": "net.fabricmc.intermediary"
}
],
- "cachedVersion": "0.16.5",
+ "cachedVersion": "0.16.7",
"uid": "net.fabricmc.fabric-loader",
- "version": "0.16.5"
+ "version": "0.16.7"
}
],
"formatVersion": 1
diff --git a/Packwiz/1.21.1/config/fabric_loader_dependencies.json b/Packwiz/1.21.1/config/fabric_loader_dependencies.json
index 4d2a6bae3..3e1bc60df 100644
--- a/Packwiz/1.21.1/config/fabric_loader_dependencies.json
+++ b/Packwiz/1.21.1/config/fabric_loader_dependencies.json
@@ -1 +1 @@
-{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.16.5"}},"minecraft":{"+recommends":{"Fabulously Optimized":">6.1.0"}},"lambdynlights":{"recommends":{}},"polytone":{"conflicts":{}}}}
\ No newline at end of file
+{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.16.7"}},"minecraft":{"+recommends":{"Fabulously Optimized":">6.2.1"}}}}
\ No newline at end of file
diff --git a/Packwiz/1.21.1/config/isxander-main-menu-credits.json b/Packwiz/1.21.1/config/isxander-main-menu-credits.json
index 4c2682b8e..0a49926a7 100644
--- a/Packwiz/1.21.1/config/isxander-main-menu-credits.json
+++ b/Packwiz/1.21.1/config/isxander-main-menu-credits.json
@@ -1 +1 @@
-{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 6.1.0","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}}
\ No newline at end of file
+{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 6.2.1","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}}
\ No newline at end of file
diff --git a/Packwiz/1.21.1/config/capes.json5 b/Packwiz/1.21.1/config/yosbr/config/capes.json5
similarity index 100%
rename from Packwiz/1.21.1/config/capes.json5
rename to Packwiz/1.21.1/config/yosbr/config/capes.json5
diff --git a/Packwiz/1.21.1/config/entity_texture_features.json b/Packwiz/1.21.1/config/yosbr/config/entity_texture_features.json
similarity index 100%
rename from Packwiz/1.21.1/config/entity_texture_features.json
rename to Packwiz/1.21.1/config/yosbr/config/entity_texture_features.json
diff --git a/Packwiz/1.21.1/index.toml b/Packwiz/1.21.1/index.toml
index 3edb5fe3d..0fd0c9e6b 100644
--- a/Packwiz/1.21.1/index.toml
+++ b/Packwiz/1.21.1/index.toml
@@ -1,20 +1,12 @@
hash-format = "sha256"
-[[files]]
-file = "config/capes.json5"
-hash = "69de1a523d9ca24248233c11178b2492984ba0b25b0355242d72b2ae17a7c284"
-
-[[files]]
-file = "config/entity_texture_features.json"
-hash = "c27c2904c6857c9429afe2fb0f516a16a7f520c047a26c9c179d44ec133400ad"
-
[[files]]
file = "config/fabric_loader_dependencies.json"
-hash = "e8b55ff808ea208dbcf60e7bef438f5bd6c11464070868a4e48694a3c1d48ad2"
+hash = "2e7efba77b97e5662ad9b1b68e2162f50e3b349ae43c72948979ac42cf478a41"
[[files]]
file = "config/isxander-main-menu-credits.json"
-hash = "59c1cdf4a89f319ec499abf6ffbe91e8d59b52cc8037ab9fb984a4b934dc0734"
+hash = "9a3b654c48f075e5eed0d31ac07465f45e7c1f964050778008dddc12cf6dff50"
[[files]]
file = "config/yosbr/config/NoChatReports/NCR-Client.json"
@@ -32,6 +24,10 @@ hash = "d7c81fae39b82fbc4be62a0fef141c7da80e96b6f97a0d80b44c245cb9a8bff6"
file = "config/yosbr/config/PaginatedAdvancements.json5"
hash = "3a1c71d2011cac176e00697237148ee882393b19394374862f8025f129d4c5a2"
+[[files]]
+file = "config/yosbr/config/capes.json5"
+hash = "69de1a523d9ca24248233c11178b2492984ba0b25b0355242d72b2ae17a7c284"
+
[[files]]
file = "config/yosbr/config/citresewn.json"
hash = "057e9e53790394db8b700616de3c235b0af3dc12fe7731a66ad20026acb9d991"
@@ -48,6 +44,10 @@ hash = "70785772d8e66e1b75fa58ef0ceff1b598a78a025b05908ffd03c66cb6a1216d"
file = "config/yosbr/config/dynamic_fps.json"
hash = "904f649068d150556bdc1d4477610a3f9234d663ac8af69bf2366b70cbcc8bec"
+[[files]]
+file = "config/yosbr/config/entity_texture_features.json"
+hash = "c27c2904c6857c9429afe2fb0f516a16a7f520c047a26c9c179d44ec133400ad"
+
[[files]]
file = "config/yosbr/config/fabrishot.properties"
hash = "f5ff731194f66727bfeb75a28a70104fc4687cbc84b69e60c94fe1b7d901f453"
@@ -113,7 +113,7 @@ metafile = true
[[files]]
file = "mods/citresewn.pw.toml"
-hash = "73c7eafa389cecddd01895536e6b663955a0bd46eaee3ee1ec8f7404a3d7bb93"
+hash = "54903e0c688ac551485ad60ff6944b43fbe26bf808705d3a079231d08a8f67a4"
metafile = true
[[files]]
@@ -128,7 +128,7 @@ metafile = true
[[files]]
file = "mods/controlify.pw.toml"
-hash = "ab781b221900879c4cd79547282978c6fff6ccd4a23d94bcb1d7c257bb9cc847"
+hash = "885c27de30d7ebcf381a644cced753542c2cd6ee7f0498b408c667b6dff5ee66"
metafile = true
[[files]]
@@ -143,7 +143,7 @@ metafile = true
[[files]]
file = "mods/dynamic_fps.pw.toml"
-hash = "568cfaf5db90432f0214785f8a19074df701e42a363c6773743f785bf7ce7184"
+hash = "274ca9430f90f58bc6f869399969c585008a844eaad3cbe4733622de6ead811a"
metafile = true
[[files]]
@@ -173,12 +173,12 @@ metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
-hash = "cfb7bfb710512a5aa6ce3e687d53ef700b447f8e0c09ae3f9a9ff1f119d7ca8e"
+hash = "e029c3fb9cbc3d383d2e94eb15d35c8bc8e71c495646ec9e678f4814f7215ccd"
metafile = true
[[files]]
file = "mods/fabric-language-kotlin.pw.toml"
-hash = "2c12c941a04bbdcc4430bae31b8c24c616ed8a57d9184f5d741b7dc3db2e9c97"
+hash = "9827009bdb13feed1931d3034522e55c978e3e4cf1e92f971b299408a10297fb"
metafile = true
[[files]]
@@ -198,7 +198,7 @@ metafile = true
[[files]]
file = "mods/ferritecore.pw.toml"
-hash = "286845bf12586c4e2ade76793c426243fd4699f02a51d076415050214abc67fc"
+hash = "b76f2c0583a6af7e83e600ae532ef00a9addaf34fd276cfd0a79e829fd6fbc84"
metafile = true
[[files]]
@@ -208,7 +208,7 @@ metafile = true
[[files]]
file = "mods/immediatelyfast.pw.toml"
-hash = "2c6d07a1e380d1d0c666edfc9791feed9482436b4c98b5887af6fda2ad07545f"
+hash = "5edb9bffb2e163b2ad5d5d1e302bcb6828feb13016bc1cd12e33ebbb5eefad2c"
metafile = true
[[files]]
@@ -221,6 +221,11 @@ file = "mods/iris.pw.toml"
hash = "e8fcfd0031b396bc2d41a29171750ccbbe8fd2cf0bbf56cff9781c030b6bff07"
metafile = true
+[[files]]
+file = "mods/lambdynlights.pw.toml"
+hash = "32f541d376292b57421358efadbe8cb5b449e32c9bcda859b5673f6cecab2287"
+metafile = true
+
[[files]]
file = "mods/languagereload.pw.toml"
hash = "ec1b08599de799e00f251a4828793d2f88ac50c7c9ff78b25b5c9c7455e1e12f"
@@ -228,7 +233,7 @@ metafile = true
[[files]]
file = "mods/lithium.pw.toml"
-hash = "4efa10d757e3af2f3b26d4769be6edad91b8fb68cb4872463aa4e73c6d7d14c0"
+hash = "075208094695bbcd514f40b1bd785b92a9270f0b280e4e18e34df09dd440014f"
metafile = true
[[files]]
@@ -253,7 +258,7 @@ metafile = true
[[files]]
file = "mods/modmenu.pw.toml"
-hash = "765d106a839a861f41023980da128e522062e494567f0471de493d31748d96b0"
+hash = "0bf519c81bdf898ad3b9ad4ba4172427e90f82429669d85d6c12f7acfc3712aa"
metafile = true
[[files]]
@@ -273,7 +278,7 @@ metafile = true
[[files]]
file = "mods/optigui.pw.toml"
-hash = "ec44d05eaec5ae0c67bece98f717b560c8045d9df8814ba63e2d4c4b03db7ab8"
+hash = "88e0b9fa2de16838bffaafe1838d9b4d4a562eb216ba8355770caf2f4d4df52a"
metafile = true
[[files]]
@@ -313,7 +318,7 @@ metafile = true
[[files]]
file = "mods/yet_another_config_lib_v3.pw.toml"
-hash = "23ef9d9c164ebe23ad26ff89669b1d13d7ec33ce0bab05d4f509a3647fe086cc"
+hash = "f445f049316f614c2a6046ee32dc7334c63c2b2b42eaf684b636195001c0c1d9"
metafile = true
[[files]]
@@ -323,24 +328,24 @@ metafile = true
[[files]]
file = "mods/zoomify.pw.toml"
-hash = "f542b36feed9ada4b99cc2170abfbc1988f9cbcb1b72a775cc267493cbc57cb8"
+hash = "24f8f1b92dc6199ac4646cf490365eb457740b103e643b85a646bb9b4542eb60"
metafile = true
[[files]]
file = "resourcepacks/Chat_Reporting_Helper.pw.toml"
-hash = "15e566bd5bb28618e7f0a8e29756bb42fc042c2f8cf32920372d3a0f173cfca4"
+hash = "2e49a08cb9b08b2901d147dad509f2a3d17fdf8dae5ce566cbb5e8faeef770cd"
metafile = true
[[files]]
file = "resourcepacks/Fast_Better_Grass.pw.toml"
-hash = "290391e0d98878f0a9218891f04e7fd8d6259c8feb032a3c503c75007a3189ef"
+hash = "bcfdce9c7c0ba8854af6b4c74a5a33822775cdccde0be6e8eff0c2ddbc162831"
metafile = true
[[files]]
file = "resourcepacks/Mod Menu Helper.zip"
-hash = "0a7de89109d82d5c365addfa1084f3f74f561a2a3b0923ef2704f4b2d9b10d86"
+hash = "7260474907cacc4d6280d22acc61eadff0df46ed3b721b321c5c26b697fa6d4a"
[[files]]
file = "resourcepacks/Translations_for_Sodium.pw.toml"
-hash = "505be6162e40e2dda34ce19fb26e6f6a094498f8605295f1b198994521653636"
+hash = "e1e1e1bc98f1904e951283cd99d3acd44c89c7798335d14a0a22692d30734e42"
metafile = true
diff --git a/Packwiz/1.21.1/mods/citresewn.pw.toml b/Packwiz/1.21.1/mods/citresewn.pw.toml
index 154f0047a..cb01bebb6 100644
--- a/Packwiz/1.21.1/mods/citresewn.pw.toml
+++ b/Packwiz/1.21.1/mods/citresewn.pw.toml
@@ -1,13 +1,13 @@
name = "CIT Resewn"
-filename = "citresewn-1.2.1+1.21.jar"
+filename = "citresewn-1.2.2+1.21.jar"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/otVJckYQ/versions/FnarCxUt/citresewn-1.2.1%2B1.21.jar"
+url = "https://cdn.modrinth.com/data/otVJckYQ/versions/JUnP9V1A/citresewn-1.2.2%2B1.21.jar"
hash-format = "sha512"
-hash = "85b8ef516ddab350008f85119c5c1c9b713630b3847e1f237e55e4d9ecf754dab42b2ceb5df46cfb5980df442966a190f980e248a99be47f8e985baae3256a56"
+hash = "24338b35423798b3d842025d2a8725b980980b7ccb168b876e21ea1d4067ecba3f67918b0d6b8b332128841ab6cbe2c2d3fd408c0dd36eeeb36cb76a875c442a"
[update]
[update.modrinth]
mod-id = "otVJckYQ"
-version = "FnarCxUt"
+version = "JUnP9V1A"
diff --git a/Packwiz/1.21.1/mods/controlify.pw.toml b/Packwiz/1.21.1/mods/controlify.pw.toml
index 33b0535da..c3cfdd863 100644
--- a/Packwiz/1.21.1/mods/controlify.pw.toml
+++ b/Packwiz/1.21.1/mods/controlify.pw.toml
@@ -1,13 +1,13 @@
name = "Controlify"
-filename = "Controlify-2.0.0-beta.14+1.21-fabric.jar"
+filename = "Controlify-2.0.0-beta.17+1.21-fabric.jar"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/QiCZiPOr/Controlify-2.0.0-beta.14%2B1.21-fabric.jar"
+url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/mYyOLshA/Controlify-2.0.0-beta.17%2B1.21-fabric.jar"
hash-format = "sha512"
-hash = "e942e497ae64d5089c3fc0aa8ae76820a58909210f87ee7c493c88aa178e33d858baddfb82c9bd2818d711eec35bb15a1d5ca3756e2053a5d8edf9c2e65801bd"
+hash = "ed81533ed7d0c03219dad4da825f9d29368ede76efd01948f617954452d9ce7a50ada53e8da199f449c793e0809e93cc9bffa4efef912137231cebd51836b712"
[update]
[update.modrinth]
mod-id = "DOUdJVEm"
-version = "QiCZiPOr"
+version = "mYyOLshA"
diff --git a/Packwiz/1.21.1/mods/dynamic_fps.pw.toml b/Packwiz/1.21.1/mods/dynamic_fps.pw.toml
index c6c366aa5..c151fed47 100644
--- a/Packwiz/1.21.1/mods/dynamic_fps.pw.toml
+++ b/Packwiz/1.21.1/mods/dynamic_fps.pw.toml
@@ -1,13 +1,13 @@
name = "Dynamic FPS"
-filename = "dynamic-fps-3.7.3+minecraft-1.21.0-fabric.jar"
+filename = "dynamic-fps-3.7.4+minecraft-1.21.0-fabric.jar"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/mGzNZtjf/dynamic-fps-3.7.3%2Bminecraft-1.21.0-fabric.jar"
+url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/R2URg43h/dynamic-fps-3.7.4%2Bminecraft-1.21.0-fabric.jar"
hash-format = "sha512"
-hash = "a93bc61c28b7e0d33178f2981c64650a2a963c30803abb51086fa443d69aded6f244f7e1f8baa55bbbcf129a568f063c889bcbb7463600cfda5092e71741cc51"
+hash = "ea4aabe24096c106cfebcd55876adba414c0e46d9101fe64718fe9ad0ca16336521fbc59c9f320d58efcaad9901d701fd61f6b98c853c96629344bc7e8e01035"
[update]
[update.modrinth]
mod-id = "LQ3K71Q1"
-version = "mGzNZtjf"
+version = "R2URg43h"
diff --git a/Packwiz/1.21.1/mods/fabric-api.pw.toml b/Packwiz/1.21.1/mods/fabric-api.pw.toml
index 40f22c156..e0c86caa2 100644
--- a/Packwiz/1.21.1/mods/fabric-api.pw.toml
+++ b/Packwiz/1.21.1/mods/fabric-api.pw.toml
@@ -1,13 +1,13 @@
name = "Fabric API"
-filename = "fabric-api-0.105.0+1.21.1.jar"
+filename = "fabric-api-0.106.0+1.21.1.jar"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/WTaAx4ah/fabric-api-0.105.0%2B1.21.1.jar"
+url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/iFnYBUfS/fabric-api-0.106.0%2B1.21.1.jar"
hash-format = "sha512"
-hash = "6e1ffcf7f5af9589c16ccec1f9bb5ef8dede5ebe52ae09d94affa8050603f6ecd71d130a793c2bdb4bd42b2a70905425e55141d39369dfa9840569eef4dace16"
+hash = "7ae490cf09c4a3158247ae53764972f656f054c885fb46c02b38063fdaad79532d25b8a6db8b6907e3ca13856d29facedccb8a6b1d7b4f0a5afd0f1bdf3784b5"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
-version = "WTaAx4ah"
+version = "iFnYBUfS"
diff --git a/Packwiz/1.21.1/mods/fabric-language-kotlin.pw.toml b/Packwiz/1.21.1/mods/fabric-language-kotlin.pw.toml
index be6e4d1ec..27ae2aeb3 100644
--- a/Packwiz/1.21.1/mods/fabric-language-kotlin.pw.toml
+++ b/Packwiz/1.21.1/mods/fabric-language-kotlin.pw.toml
@@ -1,13 +1,13 @@
name = "Fabric Language Kotlin"
-filename = "fabric-language-kotlin-1.12.2+kotlin.2.0.20.jar"
+filename = "fabric-language-kotlin-1.12.3+kotlin.2.0.21.jar"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/o0V8mlNz/fabric-language-kotlin-1.12.2%2Bkotlin.2.0.20.jar"
+url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/B0fZidZi/fabric-language-kotlin-1.12.3%2Bkotlin.2.0.21.jar"
hash-format = "sha512"
-hash = "918f778ab07f4f33bf7095197d05d7b36da959368f4289cdf41a67e9bf920c96bedbc4ff69f1b2d0379e62385bba6e1e4e3be4fb625f93aa130a9be938cff0a2"
+hash = "a9278c0a32a4906989fff17431ad5cc13fbed95a99a15bb8e10ba427714e28eb4828f779affb4e80731d98ab14f23e4d759ea2090be05a10da908608139e67e7"
[update]
[update.modrinth]
mod-id = "Ha28R6CL"
-version = "o0V8mlNz"
+version = "B0fZidZi"
diff --git a/Packwiz/1.21.1/mods/ferritecore.pw.toml b/Packwiz/1.21.1/mods/ferritecore.pw.toml
index f8281d367..3fe4d578f 100644
--- a/Packwiz/1.21.1/mods/ferritecore.pw.toml
+++ b/Packwiz/1.21.1/mods/ferritecore.pw.toml
@@ -1,13 +1,13 @@
name = "FerriteCore (Fabric)"
-filename = "ferritecore-7.0.0-fabric.jar"
+filename = "ferritecore-7.0.1-fabric.jar"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/uXXizFIs/versions/wmIZ4wP4/ferritecore-7.0.0-fabric.jar"
+url = "https://cdn.modrinth.com/data/uXXizFIs/versions/zQSo4nxk/ferritecore-7.0.1-fabric.jar"
hash-format = "sha512"
-hash = "0f2f9b5aebd71ef3064fc94df964296ac6ee8ea12221098b9df037bdcaaca7bccd473c981795f4d57ff3d49da3ef81f13a42566880b9f11dc64645e9c8ad5d4f"
+hash = "9f52249059d5d14317292dedf08bf10860ec81aa94238d70a8fecbc372fc75fe95e80f41983379674b180d2ae458dab36a5a3c91738236211287a401ad7ba74b"
[update]
[update.modrinth]
mod-id = "uXXizFIs"
-version = "wmIZ4wP4"
+version = "zQSo4nxk"
diff --git a/Packwiz/1.21.1/mods/immediatelyfast.pw.toml b/Packwiz/1.21.1/mods/immediatelyfast.pw.toml
index 296ddb671..df38a45fa 100644
--- a/Packwiz/1.21.1/mods/immediatelyfast.pw.toml
+++ b/Packwiz/1.21.1/mods/immediatelyfast.pw.toml
@@ -1,13 +1,13 @@
name = "ImmediatelyFast"
-filename = "ImmediatelyFast-Fabric-1.2.21+1.21.1.jar"
+filename = "ImmediatelyFast-Fabric-1.3.0+1.21.1.jar"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/ahszC7KU/ImmediatelyFast-Fabric-1.2.21%2B1.21.1.jar"
+url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/lQMxcaIl/ImmediatelyFast-Fabric-1.3.0%2B1.21.1.jar"
hash-format = "sha512"
-hash = "dd72a69b5dd2f395879c430ef28a90779ea684a1e5791bac2f552789163ddd3aba21cd8d1bea1c5a14292261101642519de360cf6d723043b44b6a2f1243ae9a"
+hash = "f078e888481f273ca304318427dcc068a73ef877aa4a89b9a0e205c0790fc9c2a0331e371c940b928068beef19cf4c590f48fb34e2cecebeb335059e4d61a0bb"
[update]
[update.modrinth]
mod-id = "5ZwdcRci"
-version = "ahszC7KU"
+version = "lQMxcaIl"
diff --git a/Packwiz/1.21.1/mods/lambdynlights.pw.toml b/Packwiz/1.21.1/mods/lambdynlights.pw.toml
new file mode 100644
index 000000000..1a96c4d42
--- /dev/null
+++ b/Packwiz/1.21.1/mods/lambdynlights.pw.toml
@@ -0,0 +1,13 @@
+name = "LambDynamicLights"
+filename = "lambdynamiclights-3.1.1+1.21.1.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/yBW8D80W/versions/49xc9xjf/lambdynamiclights-3.1.1%2B1.21.1.jar"
+hash-format = "sha512"
+hash = "0a5b1af2fa2e40fd16300e42d39b736399d3010b6fd169411f94d6357172ee6d1cc4a559ba179b88b1b02e31d3ef24802729bec5c14eeade39d44a56b9580a81"
+
+[update]
+[update.modrinth]
+mod-id = "yBW8D80W"
+version = "49xc9xjf"
diff --git a/Packwiz/1.21.1/mods/lithium.pw.toml b/Packwiz/1.21.1/mods/lithium.pw.toml
index 3c43a88a5..ebf3685e0 100644
--- a/Packwiz/1.21.1/mods/lithium.pw.toml
+++ b/Packwiz/1.21.1/mods/lithium.pw.toml
@@ -1,4 +1,4 @@
-name = "Lithium (Fabric)"
+name = "Lithium (Fabric/NeoForge)"
filename = "lithium-fabric-mc1.21.1-0.13.1.jar"
side = "both"
diff --git a/Packwiz/1.21.1/mods/modmenu.pw.toml b/Packwiz/1.21.1/mods/modmenu.pw.toml
index ad71a3332..6af82d204 100644
--- a/Packwiz/1.21.1/mods/modmenu.pw.toml
+++ b/Packwiz/1.21.1/mods/modmenu.pw.toml
@@ -1,13 +1,13 @@
name = "Mod Menu"
-filename = "modmenu-11.0.2.jar"
+filename = "modmenu-11.0.3.jar"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/3ib3Uvvv/modmenu-11.0.2.jar"
+url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/YIfqIJ8q/modmenu-11.0.3.jar"
hash-format = "sha512"
-hash = "740c9845a8447efa481607d1a9879a4774c7610eb5bc4072ccb2b7ed9b2afc295f0db41abb608ab2cbf589b42578bcd054fb51f7f7257d3151d5d3a0adc0b6ab"
+hash = "4c6387a059c7ac9028acc3d78124af02a4495bef2c16783bbffe5bf449067daf2620708fd57f8725e46f0c34d0f571adf60f0869742bfe7f6101ddf13a2a87da"
[update]
[update.modrinth]
mod-id = "mOgUt4GM"
-version = "3ib3Uvvv"
+version = "YIfqIJ8q"
diff --git a/Packwiz/1.21.1/mods/optigui.pw.toml b/Packwiz/1.21.1/mods/optigui.pw.toml
index ab181a0c7..0ccea9ee4 100644
--- a/Packwiz/1.21.1/mods/optigui.pw.toml
+++ b/Packwiz/1.21.1/mods/optigui.pw.toml
@@ -1,13 +1,13 @@
name = "OptiGUI"
-filename = "optigui-2.3.0-beta.5+1.21.jar"
+filename = "optigui-2.3.0-beta.6+1.21.jar"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/BUvJCGus/optigui-2.3.0-beta.5%2B1.21.jar"
+url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/rPLGSp71/optigui-2.3.0-beta.6%2B1.21.jar"
hash-format = "sha512"
-hash = "98443643cb36b6330ad46e62d01dd230dc48e412c2be33790c1d30f490227e239c3be3844538bdca21ddee2bf4f015b370d03352844bbc4d6b6ba868171d8bda"
+hash = "63890d26aa3884ee0ecb2b136f0c0ab295437be96f9ce3a207686f4e6ec3e04ddcbf35261a872da409f6f3506e9ae413d4e36cb49d06840762de2468737c0e14"
[update]
[update.modrinth]
mod-id = "JuksLGBQ"
-version = "BUvJCGus"
+version = "rPLGSp71"
diff --git a/Packwiz/1.21.1/mods/yet_another_config_lib_v3.pw.toml b/Packwiz/1.21.1/mods/yet_another_config_lib_v3.pw.toml
index a800860a0..b2023348c 100644
--- a/Packwiz/1.21.1/mods/yet_another_config_lib_v3.pw.toml
+++ b/Packwiz/1.21.1/mods/yet_another_config_lib_v3.pw.toml
@@ -1,13 +1,13 @@
name = "YetAnotherConfigLib"
-filename = "YetAnotherConfigLib-3.5.0+1.21-fabric.jar"
+filename = "YetAnotherConfigLib-3.6.1+1.21-fabric.jar"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/Y8Wa10Re/YetAnotherConfigLib-3.5.0%2B1.21-fabric.jar"
+url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/f9ZVX07g/YetAnotherConfigLib-3.6.1%2B1.21-fabric.jar"
hash-format = "sha512"
-hash = "954bd6b364892afb569973e6beabcd8cce5a22b70747d124e5059b716475a82344ccf586b1ba38ab0b21e6d42485894f398b22285c81f1fff619f9b709a9fe3e"
+hash = "80ed74eaea7af50a25c2a00d6fe9d0ab7a0a94147dd64db0ca072aa3761a1723006cfa445c936cd02daa72d855a8197cf62365c3cae239a43916808c44c164fb"
[update]
[update.modrinth]
mod-id = "1eAoo2KR"
-version = "Y8Wa10Re"
+version = "f9ZVX07g"
diff --git a/Packwiz/1.21.1/mods/zoomify.pw.toml b/Packwiz/1.21.1/mods/zoomify.pw.toml
index 50e5e87fb..919d743a5 100644
--- a/Packwiz/1.21.1/mods/zoomify.pw.toml
+++ b/Packwiz/1.21.1/mods/zoomify.pw.toml
@@ -1,13 +1,13 @@
name = "Zoomify"
-filename = "Zoomify-2.14.0+1.21.jar"
+filename = "Zoomify-2.14.2+1.21.1.jar"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/vg7GaKbh/Zoomify-2.14.0%2B1.21.jar"
+url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/mGFci27z/Zoomify-2.14.2%2B1.21.1.jar"
hash-format = "sha512"
-hash = "d85b3c7817dabe7507b974e8626fa1023177755c50698a3bb2ba41398f1130b4c84b31aa8b51488f70ed84cfd56f29e245b32f21ca332e2ef24d97979df51f6e"
+hash = "6623b97f6a90e60b0ec82e6fe20a79c2e4da3fc620d696735bc95184e0d7371362f6c8d6c278531917f7ad104fa8b8e37c4b202c95e663a060f23676b4cf2207"
[update]
[update.modrinth]
mod-id = "w7ThoJFB"
-version = "vg7GaKbh"
+version = "mGFci27z"
diff --git a/Packwiz/1.21.1/pack.toml b/Packwiz/1.21.1/pack.toml
index 85c99347f..da2ebe0b2 100644
--- a/Packwiz/1.21.1/pack.toml
+++ b/Packwiz/1.21.1/pack.toml
@@ -1,13 +1,13 @@
name = "Fabulously Optimized"
author = "robotkoer"
-version = "6.1.0"
+version = "6.2.1"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
-hash = "6a09e9677fc0cfa33d50800f58ba8c6916e6d7da1d70c03f2bd4cc56b935def7"
+hash = "de2cd88251dc94224e42a2c4ce4c8b841ba4ad578fa7b3a720f03cd021b59a30"
[versions]
-fabric = "0.16.5"
+fabric = "0.16.7"
minecraft = "1.21.1"
diff --git a/Packwiz/1.21.1/resourcepacks/Chat_Reporting_Helper.pw.toml b/Packwiz/1.21.1/resourcepacks/Chat_Reporting_Helper.pw.toml
index 75f4489b2..e5af4a22c 100644
--- a/Packwiz/1.21.1/resourcepacks/Chat_Reporting_Helper.pw.toml
+++ b/Packwiz/1.21.1/resourcepacks/Chat_Reporting_Helper.pw.toml
@@ -3,11 +3,11 @@ filename = "Chat Reporting Helper.zip"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/tN4E9NfV/versions/1IyP82KW/Chat%20Reporting%20Helper.zip"
+url = "https://cdn.modrinth.com/data/tN4E9NfV/versions/seMlJ1KY/Chat%20Reporting%20Helper.zip"
hash-format = "sha512"
-hash = "d0ac19bef331eda07a30f60d53c85a72b5c4eda2066d90eeb29f8ee071efe4b694eb9d598aa09c3c6d608a11798cb518d3e742609fde56d2cd074b892f650b55"
+hash = "1893e38551e505fe42687a8ceff1b2fc2645d256fd66eeae6b4c0e4f06d140e6e7afef04a76ddd57815568545e8c5c61b9e370742fbf4070ac69a6ffac47cb9b"
[update]
[update.modrinth]
mod-id = "tN4E9NfV"
-version = "1IyP82KW"
+version = "seMlJ1KY"
diff --git a/Packwiz/1.21.1/resourcepacks/Fast_Better_Grass.pw.toml b/Packwiz/1.21.1/resourcepacks/Fast_Better_Grass.pw.toml
index ee77791fd..7a2e1c556 100644
--- a/Packwiz/1.21.1/resourcepacks/Fast_Better_Grass.pw.toml
+++ b/Packwiz/1.21.1/resourcepacks/Fast_Better_Grass.pw.toml
@@ -3,11 +3,11 @@ filename = "Fast Better Grass.zip"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/dspVZXKP/versions/1lpmCieT/Fast%20Better%20Grass.zip"
+url = "https://cdn.modrinth.com/data/dspVZXKP/versions/cexf0WMO/Fast%20Better%20Grass.zip"
hash-format = "sha512"
-hash = "a21b80e7e6c69f286904e4015372be300f6be374c43c1a0b1e1d46278c1ab336e061e57be467194be7fcf1622d696ab2b2f4259708276639fc6a4ff60953dae8"
+hash = "a537f67f9418269ba5981068ebdb63b7bebc8f928ba246544df8c78cb42ad98ea1e448d48448e4d6ca2e772f924a3629136f9630482b6b7126af8eedc2bd06f6"
[update]
[update.modrinth]
mod-id = "dspVZXKP"
-version = "1lpmCieT"
+version = "cexf0WMO"
diff --git a/Packwiz/1.21.1/resourcepacks/Mod Menu Helper.zip b/Packwiz/1.21.1/resourcepacks/Mod Menu Helper.zip
index d49d195cc..4f9241194 100644
Binary files a/Packwiz/1.21.1/resourcepacks/Mod Menu Helper.zip and b/Packwiz/1.21.1/resourcepacks/Mod Menu Helper.zip differ
diff --git a/Packwiz/1.21.1/resourcepacks/Translations_for_Sodium.pw.toml b/Packwiz/1.21.1/resourcepacks/Translations_for_Sodium.pw.toml
index b7f9d1f20..b5ef9016c 100644
--- a/Packwiz/1.21.1/resourcepacks/Translations_for_Sodium.pw.toml
+++ b/Packwiz/1.21.1/resourcepacks/Translations_for_Sodium.pw.toml
@@ -3,11 +3,11 @@ filename = "SodiumTranslations.zip"
side = "both"
[download]
-url = "https://cdn.modrinth.com/data/yfDziwn1/versions/TZ7Pon7A/SodiumTranslations.zip"
+url = "https://cdn.modrinth.com/data/yfDziwn1/versions/bmWYzqI4/SodiumTranslations.zip"
hash-format = "sha512"
-hash = "b072237ce4cfb22e632d9a3af0a922f5e4148c48e3e9a91b7ad902a6738badd7234e98f2e72c3447177bf9b0815775da45e01923041f6169693fa99c6991d04e"
+hash = "c96c998c792dd5191b7d010bb2f335e4475245276a216d63c591ece6310abcf38c0b2a1a8ef3351773278ebb7a1982e73365ce9a82acac33477013e7e5010c18"
[update]
[update.modrinth]
mod-id = "yfDziwn1"
-version = "TZ7Pon7A"
+version = "bmWYzqI4"
diff --git a/Packwiz/1.21.2/.packwizignore b/Packwiz/1.21.2/.packwizignore
new file mode 100644
index 000000000..fdf9acc9c
--- /dev/null
+++ b/Packwiz/1.21.2/.packwizignore
@@ -0,0 +1 @@
+../1.16.5/.packwizignore
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/fabric_loader_dependencies.json b/Packwiz/1.21.2/config/fabric_loader_dependencies.json
new file mode 100644
index 000000000..3d8cdc22f
--- /dev/null
+++ b/Packwiz/1.21.2/config/fabric_loader_dependencies.json
@@ -0,0 +1 @@
+{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.16.7"}},"minecraft":{"+recommends":{"Fabulously Optimized":">6.3.0-alpha.1"}}}}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/isxander-main-menu-credits.json b/Packwiz/1.21.2/config/isxander-main-menu-credits.json
new file mode 100644
index 000000000..5521dcadb
--- /dev/null
+++ b/Packwiz/1.21.2/config/isxander-main-menu-credits.json
@@ -0,0 +1 @@
+{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 6.3.0-alpha.1","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/NoChatReports/NCR-Client.json b/Packwiz/1.21.2/config/yosbr/config/NoChatReports/NCR-Client.json
new file mode 100644
index 000000000..17ba6446a
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/NoChatReports/NCR-Client.json
@@ -0,0 +1 @@
+{"defaultSigningMode":"ON_DEMAND","enableMod":true,"showNCRButton":false,"showReloadButton":false,"verifiedIconEnabled":false,"showServerSafety":false,"hideInsecureMessageIndicators":true,"hideModifiedMessageIndicators":false,"hideSystemMessageIndicators":true,"hideWarningToast":true,"hideSigningRequestMessage":true,"alwaysHideReportButton":false,"skipRealmsWarning":true,"skipSigningWarning":true,"disableTelemetry":false,"removeTelemetryButton":false,"demandOnServer":false}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/NoChatReports/NCR-Common.json b/Packwiz/1.21.2/config/yosbr/config/NoChatReports/NCR-Common.json
new file mode 100644
index 000000000..44dbc27a2
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/NoChatReports/NCR-Common.json
@@ -0,0 +1 @@
+{"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/NoChatReports/NCR-Encryption.json b/Packwiz/1.21.2/config/yosbr/config/NoChatReports/NCR-Encryption.json
new file mode 100644
index 000000000..e17200482
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/NoChatReports/NCR-Encryption.json
@@ -0,0 +1 @@
+{"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/PaginatedAdvancements.json5 b/Packwiz/1.21.2/config/yosbr/config/PaginatedAdvancements.json5
new file mode 100644
index 000000000..04a580195
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/PaginatedAdvancements.json5
@@ -0,0 +1 @@
+{"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/capes.json5 b/Packwiz/1.21.2/config/yosbr/config/capes.json5
new file mode 100644
index 000000000..7400355c7
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/capes.json5
@@ -0,0 +1 @@
+{"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":false,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/citresewn.json b/Packwiz/1.21.2/config/yosbr/config/citresewn.json
new file mode 100644
index 000000000..e67d80154
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/citresewn.json
@@ -0,0 +1 @@
+{"broken_paths":false}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/controlify.json b/Packwiz/1.21.2/config/yosbr/config/controlify.json
new file mode 100644
index 000000000..b14c719b4
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/controlify.json
@@ -0,0 +1 @@
+{"last_seen_version": "2.0.0-beta.5+1.20.5-rc2","global":{"quiet_mode":true}}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/debugify.json b/Packwiz/1.21.2/config/yosbr/config/debugify.json
new file mode 100644
index 000000000..555c20ee2
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/debugify.json
@@ -0,0 +1 @@
+{"MC-577":true,"MC-22882":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/dynamic_fps.json b/Packwiz/1.21.2/config/yosbr/config/dynamic_fps.json
new file mode 100644
index 000000000..2aa61b49e
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/dynamic_fps.json
@@ -0,0 +1 @@
+{"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/entity_texture_features.json b/Packwiz/1.21.2/config/yosbr/config/entity_texture_features.json
new file mode 100644
index 000000000..df3a385b7
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/entity_texture_features.json
@@ -0,0 +1 @@
+{"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true,"configButtonLoc":"OFF"}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/fabrishot.properties b/Packwiz/1.21.2/config/yosbr/config/fabrishot.properties
new file mode 100644
index 000000000..75a70c22f
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/fabrishot.properties
@@ -0,0 +1,9 @@
+custom_file_name=%time%_4K
+hide_hud=false
+override_screenshot_key=false
+save_file=true
+disable_gui_scaling=false
+width=3840
+height=2160
+delay=3
+file_format=PNG
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/fastquit.toml b/Packwiz/1.21.2/config/yosbr/config/fastquit.toml
new file mode 100644
index 000000000..d4fbaaeef
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/fastquit.toml
@@ -0,0 +1,4 @@
+renderSavingScreen = false
+showToasts = false
+showSavingTime = "FALSE"
+allowMultipleServers = false
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/iris.properties b/Packwiz/1.21.2/config/yosbr/config/iris.properties
new file mode 100644
index 000000000..4d245882c
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/iris.properties
@@ -0,0 +1,3 @@
+disableUpdateMessage=true
+maxShadowRenderDistance=6
+enableShaders=false
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/isxander-main-menu-credits.json b/Packwiz/1.21.2/config/yosbr/config/isxander-main-menu-credits.json
new file mode 100644
index 000000000..ad252fa73
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/isxander-main-menu-credits.json
@@ -0,0 +1 @@
+{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/lambdynlights.toml b/Packwiz/1.21.2/config/yosbr/config/lambdynlights.toml
new file mode 100644
index 000000000..816607365
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/lambdynlights.toml
@@ -0,0 +1,8 @@
+mode = "fastest"
+[light_sources]
+ water_sensitive_check = false
+ block_entities = false
+ entities = false
+ self = true
+ tnt = "simple"
+ creeper = "simple"
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/midnightlib.json b/Packwiz/1.21.2/config/yosbr/config/midnightlib.json
new file mode 100644
index 000000000..ca6c3f615
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/midnightlib.json
@@ -0,0 +1 @@
+{"config_screen_list":"FALSE"}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/modmenu.json b/Packwiz/1.21.2/config/yosbr/config/modmenu.json
new file mode 100644
index 000000000..a148ecbe5
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/modmenu.json
@@ -0,0 +1 @@
+{"sorting":"ascending","count_libraries":false,"compact_list":false,"count_children":true,"mods_button_style":"shrink","game_menu_button_style":"insert","count_hidden_mods":false,"mod_count_location":"title_screen","hide_mod_links":false,"show_libraries":false,"hide_mod_license":true,"hide_badges":true,"hide_mod_credits":false,"easter_eggs":false,"random_java_colors":false,"translate_names":true,"translate_descriptions":true,"update_checker":false,"button_update_badge":false,"update_channel":"release","quick_configure":true,"modify_title_screen":true,"modify_game_menu":true,"hide_config_buttons":false,"config_mode":false,"disable_drag_and_drop":false,"hidden_mods":["minecraft","puzzle-models","puzzle-splashscreen","citresewn-defaults","indium","puzzle-gui","puzzle-base"],"hidden_configs":[],"disable_update_checker":[]}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/moreculling.toml b/Packwiz/1.21.2/config/yosbr/config/moreculling.toml
new file mode 100644
index 000000000..221754f10
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/moreculling.toml
@@ -0,0 +1,23 @@
+version = 1
+enableSodiumMenu = true
+cloudCulling = true
+signTextCulling = true
+rainCulling = true
+useBlockStateCulling = true
+useCustomItemFrameRenderer = false
+itemFrameMapCulling = true
+useItemFrameLOD = true
+itemFrameLODRange = 128
+useItemFrame3FaceCulling = true
+itemFrame3FaceCullingRange = 4.0
+leavesCullingMode = "CHECK"
+leavesCullingAmount = 2
+includeMangroveRoots = true
+powderSnowCulling = true
+endGatewayCulling = true
+beaconBeamCulling = true
+entityModelCulling = false
+useOnModdedBlocksByDefault = true
+
+[modCompatibility]
+minecraft = true
diff --git a/Packwiz/1.21.2/config/yosbr/config/puzzle.json b/Packwiz/1.21.2/config/yosbr/config/puzzle.json
new file mode 100644
index 000000000..260b7f554
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/puzzle.json
@@ -0,0 +1 @@
+{"disabledIntegrations":["citresewn","continuity","entity_texture_features","iris","lambdynlights","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/rrls.toml b/Packwiz/1.21.2/config/yosbr/config/rrls.toml
new file mode 100644
index 000000000..23521e590
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/rrls.toml
@@ -0,0 +1,3 @@
+animationSpeed = 500.0
+aprilFool = "DISABLED"
+hideOverlays = "RELOADING"
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/config/sodium-options.json b/Packwiz/1.21.2/config/yosbr/config/sodium-options.json
new file mode 100644
index 000000000..c7348285b
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/config/sodium-options.json
@@ -0,0 +1 @@
+{"quality":{"weather_quality":"FAST"}}
\ No newline at end of file
diff --git a/Packwiz/1.21.2/config/yosbr/options.txt b/Packwiz/1.21.2/config/yosbr/options.txt
new file mode 100644
index 000000000..5e99da420
--- /dev/null
+++ b/Packwiz/1.21.2/config/yosbr/options.txt
@@ -0,0 +1,23 @@
+version:4080
+advancedItemTooltips:true
+darkMojangStudiosBackground:true
+enableVsync:false
+guiScale:3
+joinedFirstServer:true
+maxFps:260
+onboardAccessibility:false
+operatorItemsTab:true
+resourcePacks:["vanilla","fabric","continuity:glass_pane_culling_fix","continuity:default","file/SodiumTranslations.zip","file/Mod Menu Helper.zip","file/Chat Reporting Helper.zip","file/Fast Better Grass.zip"]
+incompatibleResourcePacks:["modernfix","rrls","yet_another_config_lib_v3"]
+simulationDistance:6
+skipMultiplayerWarning:true
+telemetryOptInExtra:false
+tutorialStep:none
+key_key.saveToolbarActivator:key.keyboard.unknown
+key_zoomify.key.zoom:key.keyboard.c
+key_zoomify.key.zoom.secondary:key.keyboard.unknown
+key_iris.keybind.reload:key.keyboard.unknown
+key_iris.keybind.toggleShaders:key.keyboard.unknown
+key_iris.keybind.shaderPackSelection:key.keyboard.unknown
+key_key.fabricskyboxes.toggle:key.keyboard.unknown
+key_key.optigui.inspect:key.keyboard.unknown
\ No newline at end of file
diff --git a/Packwiz/1.21.2/index.toml b/Packwiz/1.21.2/index.toml
new file mode 100644
index 000000000..3f786b3c9
--- /dev/null
+++ b/Packwiz/1.21.2/index.toml
@@ -0,0 +1,221 @@
+hash-format = "sha256"
+
+[[files]]
+file = "config/fabric_loader_dependencies.json"
+hash = "198106defe1145afba045c1b227580cf4ec59b1d3dcba8d4c927dbb8aacb0168"
+
+[[files]]
+file = "config/isxander-main-menu-credits.json"
+hash = "6685ceacad264dd76f2828ed5e01ad07e4aea3447c5711e1c95f688f6185f72a"
+
+[[files]]
+file = "config/yosbr/config/NoChatReports/NCR-Client.json"
+hash = "02aabb1fddee75933289be2727217f713c2200cff232b6eaf7aa5054cf208aa6"
+
+[[files]]
+file = "config/yosbr/config/NoChatReports/NCR-Common.json"
+hash = "c335cb5e65abce1bfc063eaddcff3eca759636e32ba7e4993ea249a31ab18816"
+
+[[files]]
+file = "config/yosbr/config/NoChatReports/NCR-Encryption.json"
+hash = "d7c81fae39b82fbc4be62a0fef141c7da80e96b6f97a0d80b44c245cb9a8bff6"
+
+[[files]]
+file = "config/yosbr/config/PaginatedAdvancements.json5"
+hash = "3a1c71d2011cac176e00697237148ee882393b19394374862f8025f129d4c5a2"
+
+[[files]]
+file = "config/yosbr/config/capes.json5"
+hash = "69de1a523d9ca24248233c11178b2492984ba0b25b0355242d72b2ae17a7c284"
+
+[[files]]
+file = "config/yosbr/config/citresewn.json"
+hash = "057e9e53790394db8b700616de3c235b0af3dc12fe7731a66ad20026acb9d991"
+
+[[files]]
+file = "config/yosbr/config/controlify.json"
+hash = "8c79b471bad59fcb9d73c4689dd6687be63facefd73a17f11f1bf4acf00c158d"
+
+[[files]]
+file = "config/yosbr/config/debugify.json"
+hash = "70785772d8e66e1b75fa58ef0ceff1b598a78a025b05908ffd03c66cb6a1216d"
+
+[[files]]
+file = "config/yosbr/config/dynamic_fps.json"
+hash = "904f649068d150556bdc1d4477610a3f9234d663ac8af69bf2366b70cbcc8bec"
+
+[[files]]
+file = "config/yosbr/config/entity_texture_features.json"
+hash = "c27c2904c6857c9429afe2fb0f516a16a7f520c047a26c9c179d44ec133400ad"
+
+[[files]]
+file = "config/yosbr/config/fabrishot.properties"
+hash = "f5ff731194f66727bfeb75a28a70104fc4687cbc84b69e60c94fe1b7d901f453"
+
+[[files]]
+file = "config/yosbr/config/fastquit.toml"
+hash = "17225e085e6759210cec7e829e00c8c90f9c5d38714835cb5da9c98398842f7d"
+
+[[files]]
+file = "config/yosbr/config/iris.properties"
+hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5"
+
+[[files]]
+file = "config/yosbr/config/isxander-main-menu-credits.json"
+hash = "e9c780a3548faea77d7230f83a97497cf30ae5148d1855c632310f6fb69a5cec"
+
+[[files]]
+file = "config/yosbr/config/lambdynlights.toml"
+hash = "326ec0c840e65aedf5c6048ea6016d551be38cf23f692949e105a4a388ad8be7"
+
+[[files]]
+file = "config/yosbr/config/midnightlib.json"
+hash = "57b848fb6d7c03b6124297de49b1e4cb169e74db042c74aecf79f035ae2f3980"
+
+[[files]]
+file = "config/yosbr/config/modmenu.json"
+hash = "cab638ef75572d2c4bcc9dfd583283e7bbe927fd6c3834930bed52e2dbcac063"
+
+[[files]]
+file = "config/yosbr/config/moreculling.toml"
+hash = "60eb0902eac918d39fb5eb7df66314f5748aef0259b4ad5bdeacd27dfff120ca"
+
+[[files]]
+file = "config/yosbr/config/puzzle.json"
+hash = "4449fb9b3440c4367f861d0f8e75b879caf6c897cb47569f13929ca37d6c864d"
+
+[[files]]
+file = "config/yosbr/config/rrls.toml"
+hash = "59fa5a7fdbcc83cc2dd9a23542d0f950d2e6ba64c368b456c4afc5f8900d8e1d"
+
+[[files]]
+file = "config/yosbr/config/sodium-options.json"
+hash = "37aaf52aa7545527c7ade71ac77ad2fcf6019995bf58b6ea1fe0f52949919d18"
+
+[[files]]
+file = "config/yosbr/options.txt"
+hash = "cd60891128db7676f4ade61912584926ff2de421e1d81d5a397330e43feaf07b"
+
+[[files]]
+file = "mods/capes.pw.toml"
+hash = "e24b8c6dbd6685a942d7f2bcd9f22e940e17ca1d6aaf92a19c7f864ad78531a1"
+metafile = true
+
+[[files]]
+file = "mods/cloth-config.pw.toml"
+hash = "2018c4227a317914f321ee5b1c97528983ee67253de40518d8bbe8a70c900733"
+metafile = true
+
+[[files]]
+file = "mods/dynamic_fps.pw.toml"
+hash = "c7f6bfe8ab4de98e568e966e0f7eab48473a5cf9d987c3a6a67e86ccedb3ba4a"
+metafile = true
+
+[[files]]
+file = "mods/e4mc_minecraft.pw.toml"
+hash = "55074ae1c0026162bb0d8fc3f0b0caa00a1ddd715fa5abe4a03775fb64c80895"
+metafile = true
+
+[[files]]
+file = "mods/fabric-api.pw.toml"
+hash = "36dae1d8c9030671b480b3e4c42aea1631ce12e750d4b019b848ff8145aee09d"
+metafile = true
+
+[[files]]
+file = "mods/fabric-language-kotlin.pw.toml"
+hash = "9827009bdb13feed1931d3034522e55c978e3e4cf1e92f971b299408a10297fb"
+metafile = true
+
+[[files]]
+file = "mods/fabrishot.pw.toml"
+hash = "4ee00a5436bf144f0eca2010a1dc3e4813117ee159e24c51337cfcde6a356eb1"
+metafile = true
+
+[[files]]
+file = "mods/fastquit.pw.toml"
+hash = "ad68291896e892edafe6d0ef625f0e909a01045bc1e25f5e34a0ceb072f42351"
+metafile = true
+
+[[files]]
+file = "mods/iris.pw.toml"
+hash = "c2dc2b8dc42f998e0452dd5441ffd259c4bdbb382d4a9e785db9b7f45d62cf73"
+metafile = true
+
+[[files]]
+file = "mods/lambdynlights.pw.toml"
+hash = "811842f94464f2fea7c7eac36c8534771e05ba2765920dd52b3c4d6df63a48c7"
+metafile = true
+
+[[files]]
+file = "mods/main-menu-credits.pw.toml"
+hash = "9eea1d94e8be3ca49d8f889ccb65a820d6dbbba874355652752db11beb2f4852"
+metafile = true
+
+[[files]]
+file = "mods/mixintrace.pw.toml"
+hash = "0a8e6a58962ba40f696a44cb2d02355490bc831b49509f8083e3e7bc89b40052"
+metafile = true
+
+[[files]]
+file = "mods/modelfix.pw.toml"
+hash = "3873dcd36167b0bb9f1e26d1a9292325b21584974f36f52884d5ba7dfb592e24"
+metafile = true
+
+[[files]]
+file = "mods/modmenu.pw.toml"
+hash = "1a0135b1afc9ed404c553633ae12da5dc286c9c77152e7a524a8a9404b48252e"
+metafile = true
+
+[[files]]
+file = "mods/morechathistory.pw.toml"
+hash = "c3d0746be98e5f5eaf1731a84e84724289f45f6b49836c5106e8d4669d3f84ec"
+metafile = true
+
+[[files]]
+file = "mods/moreculling.pw.toml"
+hash = "36761ccface3611bd1a65fd78a457e20ea5685429de5f39c4172dff978c84f66"
+metafile = true
+
+[[files]]
+file = "mods/nochatreports.pw.toml"
+hash = "d834e6b79315c53ddfa4020900fc062c27aa123a4f335a183561e43c8b674eaa"
+metafile = true
+
+[[files]]
+file = "mods/rrls.pw.toml"
+hash = "320fe1dcede2b044a88fdb8de37acb176e4f5f824730c5ebcca239b4b03abdf5"
+metafile = true
+
+[[files]]
+file = "mods/sodium.pw.toml"
+hash = "87ec45f3a5b8e066872decb838cb29d65f1208266d78e7552bfee51304e44281"
+metafile = true
+
+[[files]]
+file = "mods/yet_another_config_lib_v3.pw.toml"
+hash = "cf377489414d92b7149a28385b517ed1f9e890d2175f6c7fecfb7cbe503fdead"
+metafile = true
+
+[[files]]
+file = "mods/yosbr.pw.toml"
+hash = "3bf16ef57d8e5a916e8971ab9cc7cd90644d82932233b7e1e2293d95680fac4b"
+metafile = true
+
+[[files]]
+file = "resourcepacks/Chat_Reporting_Helper.pw.toml"
+hash = "2e49a08cb9b08b2901d147dad509f2a3d17fdf8dae5ce566cbb5e8faeef770cd"
+metafile = true
+
+[[files]]
+file = "resourcepacks/Fast_Better_Grass.pw.toml"
+hash = "bcfdce9c7c0ba8854af6b4c74a5a33822775cdccde0be6e8eff0c2ddbc162831"
+metafile = true
+
+[[files]]
+file = "resourcepacks/Mod Menu Helper.zip"
+hash = "690140a32e60a631f62b8954ab54ea3b91570aecc95fed0e4d69b9da43dcf8a7"
+
+[[files]]
+file = "resourcepacks/Translations_for_Sodium.pw.toml"
+hash = "b55842a9046fdea4304a26d0f39e261c9b92893a2ae81fc4ea3ee2e4fce1cf39"
+metafile = true
diff --git a/Packwiz/1.21.2/mods/capes.pw.toml b/Packwiz/1.21.2/mods/capes.pw.toml
new file mode 100644
index 000000000..fa27d7c93
--- /dev/null
+++ b/Packwiz/1.21.2/mods/capes.pw.toml
@@ -0,0 +1,13 @@
+name = "Capes [Fabric/Forge]"
+filename = "capes-1.5.4+1.21.2-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/mkf1dFwO/capes-1.5.4%2B1.21.2-fabric.jar"
+hash-format = "sha512"
+hash = "31c2cc5e3ad68884dc9dde34e4844e810b22fcbe3a2b786f6fb769e5d1b32041c9045ac35c537285c86cca9de69957a025b0286a7e29b49076fe0b6c88179120"
+
+[update]
+[update.modrinth]
+mod-id = "89Wsn8GD"
+version = "mkf1dFwO"
diff --git a/Packwiz/1.21.2/mods/cloth-config.pw.toml b/Packwiz/1.21.2/mods/cloth-config.pw.toml
new file mode 100644
index 000000000..114364d86
--- /dev/null
+++ b/Packwiz/1.21.2/mods/cloth-config.pw.toml
@@ -0,0 +1,13 @@
+name = "Cloth Config API (Fabric/Forge/NeoForge)"
+filename = "cloth-config-16.0.141-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/9s6osm5g/versions/JbVSQUVw/cloth-config-16.0.141-fabric.jar"
+hash-format = "sha512"
+hash = "f8b0fa16fe80a8b78a059ebf1cf366d65132b1dd1830d8b689ecfc731696514e2b3dd73903fbb37d0a5f3d853aa521827bf7ed6fb5d9db245c6afd7ffb9e2687"
+
+[update]
+[update.modrinth]
+mod-id = "9s6osm5g"
+version = "JbVSQUVw"
diff --git a/Packwiz/1.21.2/mods/dynamic_fps.pw.toml b/Packwiz/1.21.2/mods/dynamic_fps.pw.toml
new file mode 100644
index 000000000..bbff4565a
--- /dev/null
+++ b/Packwiz/1.21.2/mods/dynamic_fps.pw.toml
@@ -0,0 +1,13 @@
+name = "Dynamic FPS"
+filename = "dynamic-fps-3.7.4+minecraft-1.21.2-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/e9gdmZiv/dynamic-fps-3.7.4%2Bminecraft-1.21.2-fabric.jar"
+hash-format = "sha512"
+hash = "8042d057a979cf2bd16d3bfe52088f4e3748d089e89f4aa09a1a229587dd9efb168d34154a13cdb6d851c5edb0b54bcf758af60f13ba406e2c9e4475954fe8a7"
+
+[update]
+[update.modrinth]
+mod-id = "LQ3K71Q1"
+version = "e9gdmZiv"
diff --git a/Packwiz/1.21.2/mods/e4mc_minecraft.pw.toml b/Packwiz/1.21.2/mods/e4mc_minecraft.pw.toml
new file mode 100644
index 000000000..18d5fdc09
--- /dev/null
+++ b/Packwiz/1.21.2/mods/e4mc_minecraft.pw.toml
@@ -0,0 +1,13 @@
+name = "e4mc"
+filename = "e4mc_minecraft-fabric-5.2.1.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/qANg5Jrr/versions/ul9OslWB/e4mc_minecraft-fabric-5.2.1.jar"
+hash-format = "sha512"
+hash = "8d2b458ee9e1dd8a57b990cbd6d8355f3e0df00797b0e3eaa5fe070030ea1e8ad92144c8ffb8a189271f7a6cd8d8eebe6b048c1f96d042bc83e8cf8d74589a86"
+
+[update]
+[update.modrinth]
+mod-id = "qANg5Jrr"
+version = "ul9OslWB"
diff --git a/Packwiz/1.21.2/mods/fabric-api.pw.toml b/Packwiz/1.21.2/mods/fabric-api.pw.toml
new file mode 100644
index 000000000..6fb94fa2f
--- /dev/null
+++ b/Packwiz/1.21.2/mods/fabric-api.pw.toml
@@ -0,0 +1,13 @@
+name = "Fabric API"
+filename = "fabric-api-0.106.1+1.21.2.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/UEjZZNue/fabric-api-0.106.1%2B1.21.2.jar"
+hash-format = "sha512"
+hash = "3c9f04933a71aac76bee6a71d3b48325b65896cb2935ed2c6476d0290d4810648b00e0cea856de0b08ab0086f442eb252c7e816381a0198f7a4b54a5472270bf"
+
+[update]
+[update.modrinth]
+mod-id = "P7dR8mSH"
+version = "UEjZZNue"
diff --git a/Packwiz/1.21.2/mods/fabric-language-kotlin.pw.toml b/Packwiz/1.21.2/mods/fabric-language-kotlin.pw.toml
new file mode 100644
index 000000000..27ae2aeb3
--- /dev/null
+++ b/Packwiz/1.21.2/mods/fabric-language-kotlin.pw.toml
@@ -0,0 +1,13 @@
+name = "Fabric Language Kotlin"
+filename = "fabric-language-kotlin-1.12.3+kotlin.2.0.21.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/B0fZidZi/fabric-language-kotlin-1.12.3%2Bkotlin.2.0.21.jar"
+hash-format = "sha512"
+hash = "a9278c0a32a4906989fff17431ad5cc13fbed95a99a15bb8e10ba427714e28eb4828f779affb4e80731d98ab14f23e4d759ea2090be05a10da908608139e67e7"
+
+[update]
+[update.modrinth]
+mod-id = "Ha28R6CL"
+version = "B0fZidZi"
diff --git a/Packwiz/1.21.2/mods/fabrishot.pw.toml b/Packwiz/1.21.2/mods/fabrishot.pw.toml
new file mode 100644
index 000000000..24af38b03
--- /dev/null
+++ b/Packwiz/1.21.2/mods/fabrishot.pw.toml
@@ -0,0 +1,13 @@
+name = "Fabrishot"
+filename = "fabrishot-1.14.1.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/HfdXLVRy/fabrishot-1.14.1.jar"
+hash-format = "sha512"
+hash = "04563f5e9cb63b948f53d7a8c4f65a7695a837a5982f17b2b01a645d8b9567e2e34e8d6fc59bf25055bc195afe319433f11b42e7445da170692c43c2f154cd49"
+
+[update]
+[update.modrinth]
+mod-id = "3qsfQtE9"
+version = "HfdXLVRy"
diff --git a/Packwiz/1.21.2/mods/fastquit.pw.toml b/Packwiz/1.21.2/mods/fastquit.pw.toml
new file mode 100644
index 000000000..cee95be41
--- /dev/null
+++ b/Packwiz/1.21.2/mods/fastquit.pw.toml
@@ -0,0 +1,13 @@
+name = "FastQuit"
+filename = "fastquit-3.0.0+1.20.6.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/x1hIzbuY/versions/dIGKewCo/fastquit-3.0.0%2B1.20.6.jar"
+hash-format = "sha512"
+hash = "4832eb6d4a6a477800cc9c3abf73dc5169436b297e0ff11f82ed8f9feea766f9614f7281a57f987c2ea1b1744429536ab6d74305d31c0d5f10cbafa1f54b805b"
+
+[update]
+[update.modrinth]
+mod-id = "x1hIzbuY"
+version = "dIGKewCo"
diff --git a/Packwiz/1.21.2/mods/iris.pw.toml b/Packwiz/1.21.2/mods/iris.pw.toml
new file mode 100644
index 000000000..9aa391c87
--- /dev/null
+++ b/Packwiz/1.21.2/mods/iris.pw.toml
@@ -0,0 +1,13 @@
+name = "Iris Shaders"
+filename = "iris-fabric-1.8.0-beta.6+mc1.21.2.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/YL57xq9U/versions/XExINvk9/iris-fabric-1.8.0-beta.6%2Bmc1.21.2.jar"
+hash-format = "sha512"
+hash = "8f282e77a6cc795def38a047d60a6f2e814074a2c6ee1aab2dbbf08b6301374f38eb0a52f2d68a5f43357f7a8d31b786ec9bc9f32da7bdf66ab26e09ec8714ec"
+
+[update]
+[update.modrinth]
+mod-id = "YL57xq9U"
+version = "XExINvk9"
diff --git a/Packwiz/1.21.2/mods/lambdynlights.pw.toml b/Packwiz/1.21.2/mods/lambdynlights.pw.toml
new file mode 100644
index 000000000..e9e92b879
--- /dev/null
+++ b/Packwiz/1.21.2/mods/lambdynlights.pw.toml
@@ -0,0 +1,13 @@
+name = "LambDynamicLights"
+filename = "lambdynamiclights-3.2.0+1.21.2.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/yBW8D80W/versions/ZOQT3Gug/lambdynamiclights-3.2.0%2B1.21.2.jar"
+hash-format = "sha512"
+hash = "472640e8b07e7597496a2e298fb8c5922eb87ca7c3bee50f9e1001af0de9cd9fc4f592711759dcda56feabb7b922677f7189c764f81a73b52c7224e7ab31caa1"
+
+[update]
+[update.modrinth]
+mod-id = "yBW8D80W"
+version = "ZOQT3Gug"
diff --git a/Packwiz/1.21.2/mods/main-menu-credits.pw.toml b/Packwiz/1.21.2/mods/main-menu-credits.pw.toml
new file mode 100644
index 000000000..c05c052e1
--- /dev/null
+++ b/Packwiz/1.21.2/mods/main-menu-credits.pw.toml
@@ -0,0 +1,8 @@
+name = "Main Menu Credits"
+filename = "main-menu-credits-1.2.0.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/qJDfP7WN/versions/eUN0SbET/main-menu-credits-1.2.0.jar"
+hash-format = "sha512"
+hash = "fb12dd676a080691c78a701721520de1469d53e702710b21ca8eead54d56936e6b3a39b1003e022090de40d650239d547c81031cb4b8a8ab619e56b98cd92c2c"
\ No newline at end of file
diff --git a/Packwiz/1.21.2/mods/mixintrace.pw.toml b/Packwiz/1.21.2/mods/mixintrace.pw.toml
new file mode 100644
index 000000000..3564b60a8
--- /dev/null
+++ b/Packwiz/1.21.2/mods/mixintrace.pw.toml
@@ -0,0 +1,13 @@
+name = "MixinTrace"
+filename = "mixintrace-1.1.1+1.17.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/sGmHWmeL/versions/1.1.1%2B1.17/mixintrace-1.1.1%2B1.17.jar"
+hash-format = "sha512"
+hash = "ea9034b60bc1c64629a9bcad2e619907692fe6e7464026236c55cc5a4892a20d21dd6318ad0380ab2ec245f7077939b6717d2ed58e00708c17470be14f5e0b5f"
+
+[update]
+[update.modrinth]
+mod-id = "sGmHWmeL"
+version = "LGYOH4RN"
diff --git a/Packwiz/1.21.2/mods/modelfix.pw.toml b/Packwiz/1.21.2/mods/modelfix.pw.toml
new file mode 100644
index 000000000..390a4620e
--- /dev/null
+++ b/Packwiz/1.21.2/mods/modelfix.pw.toml
@@ -0,0 +1,13 @@
+name = "Model Gap Fix"
+filename = "modelfix-1.21-1.6-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/QdG47OkI/versions/FUZo6yCk/modelfix-1.21-1.6-fabric.jar"
+hash-format = "sha512"
+hash = "5e6c5027420dd4fc0a2aa628edbb75f9dd468f14451766f582018eaa89d69e345c45452cc57c9730d4298a33e698a7832269b491f7cecbb11cc46d084825f2b3"
+
+[update]
+[update.modrinth]
+mod-id = "QdG47OkI"
+version = "FUZo6yCk"
diff --git a/Packwiz/1.21.2/mods/modmenu.pw.toml b/Packwiz/1.21.2/mods/modmenu.pw.toml
new file mode 100644
index 000000000..377823dd4
--- /dev/null
+++ b/Packwiz/1.21.2/mods/modmenu.pw.toml
@@ -0,0 +1,13 @@
+name = "Mod Menu"
+filename = "modmenu-12.0.0-beta.1.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/PcJvQYqu/modmenu-12.0.0-beta.1.jar"
+hash-format = "sha512"
+hash = "7d7879f45e37048aa8ebd37dcc150b74ebcd6f72bd52fb25c409719779edad3610dc2cab5c248c581f10e3d7f8514555c4753ad7523fce5124b8fae6676948a6"
+
+[update]
+[update.modrinth]
+mod-id = "mOgUt4GM"
+version = "PcJvQYqu"
diff --git a/Packwiz/1.21.2/mods/morechathistory.pw.toml b/Packwiz/1.21.2/mods/morechathistory.pw.toml
new file mode 100644
index 000000000..ccf6d2524
--- /dev/null
+++ b/Packwiz/1.21.2/mods/morechathistory.pw.toml
@@ -0,0 +1,13 @@
+name = "More Chat History"
+filename = "morechathistory-1.3.1.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/8qkXwOnk/versions/3siYJiWG/morechathistory-1.3.1.jar"
+hash-format = "sha512"
+hash = "31831973dafb0cd4e1ead267b0143aa9ce803d8ebf8fec1dfad884c62ad52cf94da0349b2b0b72d9c0c9a7fb83af75180d85e7ea8a44c459d4d5e960b4e3ea06"
+
+[update]
+[update.modrinth]
+mod-id = "8qkXwOnk"
+version = "3siYJiWG"
diff --git a/Packwiz/1.21.2/mods/moreculling.pw.toml b/Packwiz/1.21.2/mods/moreculling.pw.toml
new file mode 100644
index 000000000..3027971f5
--- /dev/null
+++ b/Packwiz/1.21.2/mods/moreculling.pw.toml
@@ -0,0 +1,13 @@
+name = "MoreCulling"
+filename = "moreculling-fabric-1.21.2-1.1.0-beta.1.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/51shyZVL/versions/MCl5VK6v/moreculling-fabric-1.21.2-1.1.0-beta.1.jar"
+hash-format = "sha512"
+hash = "1156471c813d3cf8008cdb1866088cbd690c9627d27bb1f5faa961287802b80f2da5243b2d0d7825c19bc72989b06143ace013743d12394f30806f3218eaa1fa"
+
+[update]
+[update.modrinth]
+mod-id = "51shyZVL"
+version = "MCl5VK6v"
diff --git a/Packwiz/1.21.2/mods/nochatreports.pw.toml b/Packwiz/1.21.2/mods/nochatreports.pw.toml
new file mode 100644
index 000000000..ffe1019b5
--- /dev/null
+++ b/Packwiz/1.21.2/mods/nochatreports.pw.toml
@@ -0,0 +1,13 @@
+name = "No Chat Reports"
+filename = "NoChatReports-FABRIC-1.21-v2.8.0.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/riMhCAII/NoChatReports-FABRIC-1.21-v2.8.0.jar"
+hash-format = "sha512"
+hash = "092837afc0fcb5208561062f8e4cd69971efa94c0180ae377e318d35d8f278abbf1552e4a577be882dc7e870f884779bc36caf808c8bc90bb05490f1e034ddb8"
+
+[update]
+[update.modrinth]
+mod-id = "qQyHxfxd"
+version = "riMhCAII"
diff --git a/Packwiz/1.21.2/mods/rrls.pw.toml b/Packwiz/1.21.2/mods/rrls.pw.toml
new file mode 100644
index 000000000..760f015d6
--- /dev/null
+++ b/Packwiz/1.21.2/mods/rrls.pw.toml
@@ -0,0 +1,13 @@
+name = "Remove Reloading Screen"
+filename = "rrls-5.0.9+mc1.21.2-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/ZP7xHXtw/versions/xCGxTnUz/rrls-5.0.9%2Bmc1.21.2-fabric.jar"
+hash-format = "sha512"
+hash = "f33aab6a6ff570ca77a1377c0c018eede14d42d510a46f37b50155810b49be56d5a1ea1594b2233333e17e2c21ceab3ebdfddaed3470eeac549067ce6525c3c2"
+
+[update]
+[update.modrinth]
+mod-id = "ZP7xHXtw"
+version = "xCGxTnUz"
diff --git a/Packwiz/1.21.2/mods/sodium.pw.toml b/Packwiz/1.21.2/mods/sodium.pw.toml
new file mode 100644
index 000000000..246de482a
--- /dev/null
+++ b/Packwiz/1.21.2/mods/sodium.pw.toml
@@ -0,0 +1,13 @@
+name = "Sodium"
+filename = "sodium-fabric-0.6.0-beta.3+mc1.21.2.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/AANobbMI/versions/YWD36TtF/sodium-fabric-0.6.0-beta.3%2Bmc1.21.2.jar"
+hash-format = "sha512"
+hash = "bf1ebf525540752a03de122dff69f35a41aa6aa13b6765701865d6d49b1014bd70ae0334bac6fbc30a12ec2d4a7afa945a9979c3bf40f906ea9e1bad2fc5a370"
+
+[update]
+[update.modrinth]
+mod-id = "AANobbMI"
+version = "YWD36TtF"
diff --git a/Packwiz/1.21.2/mods/yet_another_config_lib_v3.pw.toml b/Packwiz/1.21.2/mods/yet_another_config_lib_v3.pw.toml
new file mode 100644
index 000000000..f585defc6
--- /dev/null
+++ b/Packwiz/1.21.2/mods/yet_another_config_lib_v3.pw.toml
@@ -0,0 +1,13 @@
+name = "YetAnotherConfigLib"
+filename = "YetAnotherConfigLib-3.6.1+1.21.2-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/HlJ8azv1/YetAnotherConfigLib-3.6.1%2B1.21.2-fabric.jar"
+hash-format = "sha512"
+hash = "3efec2e9f278c87399bceec1258cd7ea2454e468308e5eaddf9644f35d93bdc1736c105d01d7d4c6e95323e49f97cd802594bd622e477c351e00e6f69a9556eb"
+
+[update]
+[update.modrinth]
+mod-id = "1eAoo2KR"
+version = "HlJ8azv1"
diff --git a/Packwiz/1.21.2/mods/yosbr.pw.toml b/Packwiz/1.21.2/mods/yosbr.pw.toml
new file mode 100644
index 000000000..d92e4ff6b
--- /dev/null
+++ b/Packwiz/1.21.2/mods/yosbr.pw.toml
@@ -0,0 +1,13 @@
+name = "Your Options Shall Be Respected (YOSBR)"
+filename = "yosbr-0.1.2.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar"
+hash-format = "sha512"
+hash = "254f2225f6446523aa8c8274e83b31e27f3b2afc8fe4f490fb1b169dd518e10c7993acda5db0ab597474ddf9d69506b5e794242fada1e2f89ed7bf9d412a8f78"
+
+[update]
+[update.modrinth]
+mod-id = "WwbubTsV"
+version = "KMOzdYko"
diff --git a/Packwiz/1.21.2/pack.toml b/Packwiz/1.21.2/pack.toml
new file mode 100644
index 000000000..7481b08c7
--- /dev/null
+++ b/Packwiz/1.21.2/pack.toml
@@ -0,0 +1,13 @@
+name = "Fabulously Optimized"
+author = "robotkoer"
+version = "6.3.0-alpha.1"
+pack-format = "packwiz:1.1.0"
+
+[index]
+file = "index.toml"
+hash-format = "sha256"
+hash = "137a62d3a6b1a7d99a91c951f56e212ab891647cb078167f92001027ea94c17d"
+
+[versions]
+fabric = "0.16.7"
+minecraft = "1.21.2"
diff --git a/Packwiz/1.21.2/resourcepacks/Chat_Reporting_Helper.pw.toml b/Packwiz/1.21.2/resourcepacks/Chat_Reporting_Helper.pw.toml
new file mode 100644
index 000000000..e5af4a22c
--- /dev/null
+++ b/Packwiz/1.21.2/resourcepacks/Chat_Reporting_Helper.pw.toml
@@ -0,0 +1,13 @@
+name = "Chat Reporting Helper"
+filename = "Chat Reporting Helper.zip"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/tN4E9NfV/versions/seMlJ1KY/Chat%20Reporting%20Helper.zip"
+hash-format = "sha512"
+hash = "1893e38551e505fe42687a8ceff1b2fc2645d256fd66eeae6b4c0e4f06d140e6e7afef04a76ddd57815568545e8c5c61b9e370742fbf4070ac69a6ffac47cb9b"
+
+[update]
+[update.modrinth]
+mod-id = "tN4E9NfV"
+version = "seMlJ1KY"
diff --git a/Packwiz/1.21.2/resourcepacks/Fast_Better_Grass.pw.toml b/Packwiz/1.21.2/resourcepacks/Fast_Better_Grass.pw.toml
new file mode 100644
index 000000000..7a2e1c556
--- /dev/null
+++ b/Packwiz/1.21.2/resourcepacks/Fast_Better_Grass.pw.toml
@@ -0,0 +1,13 @@
+name = "Fast Better Grass"
+filename = "Fast Better Grass.zip"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/dspVZXKP/versions/cexf0WMO/Fast%20Better%20Grass.zip"
+hash-format = "sha512"
+hash = "a537f67f9418269ba5981068ebdb63b7bebc8f928ba246544df8c78cb42ad98ea1e448d48448e4d6ca2e772f924a3629136f9630482b6b7126af8eedc2bd06f6"
+
+[update]
+[update.modrinth]
+mod-id = "dspVZXKP"
+version = "cexf0WMO"
diff --git a/Packwiz/1.21.2/resourcepacks/Mod Menu Helper.zip b/Packwiz/1.21.2/resourcepacks/Mod Menu Helper.zip
new file mode 100644
index 000000000..c1c7a497d
Binary files /dev/null and b/Packwiz/1.21.2/resourcepacks/Mod Menu Helper.zip differ
diff --git a/Packwiz/1.21.2/resourcepacks/Translations_for_Sodium.pw.toml b/Packwiz/1.21.2/resourcepacks/Translations_for_Sodium.pw.toml
new file mode 100644
index 000000000..c76bcd3ed
--- /dev/null
+++ b/Packwiz/1.21.2/resourcepacks/Translations_for_Sodium.pw.toml
@@ -0,0 +1,13 @@
+name = "Translations for Sodium"
+filename = "SodiumTranslations.zip"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/yfDziwn1/versions/X3UwMBeG/SodiumTranslations.zip"
+hash-format = "sha512"
+hash = "d1865a96a5d65be91d78ec75dcaf79575095cb7fd0b5c881932693afd21a74c34dd85d67ffbb1bdde84cf975d75cff9da6bfb0db561efa00a81eb5989d488708"
+
+[update]
+[update.modrinth]
+mod-id = "yfDziwn1"
+version = "X3UwMBeG"
diff --git a/Packwiz/1.21.3/.packwizignore b/Packwiz/1.21.3/.packwizignore
new file mode 100644
index 000000000..fdf9acc9c
--- /dev/null
+++ b/Packwiz/1.21.3/.packwizignore
@@ -0,0 +1 @@
+../1.16.5/.packwizignore
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/NoChatReports/NCR-Client.json b/Packwiz/1.21.3/config/NoChatReports/NCR-Client.json
new file mode 100644
index 000000000..c0d7a7b4a
--- /dev/null
+++ b/Packwiz/1.21.3/config/NoChatReports/NCR-Client.json
@@ -0,0 +1 @@
+{"defaultSigningMode":"ON_DEMAND","enableMod":true,"showNCRButton":false,"showReloadButton":false,"verifiedIconEnabled":false,"showServerSafety":true,"hideInsecureMessageIndicators":true,"hideModifiedMessageIndicators":false,"hideSystemMessageIndicators":true,"hideWarningToast":true,"hideSigningRequestMessage":true,"alwaysHideReportButton":false,"skipRealmsWarning":true,"skipSigningWarning":true,"disableTelemetry":false,"removeTelemetryButton":false,"demandOnServer":false}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/fabric_loader_dependencies.json b/Packwiz/1.21.3/config/fabric_loader_dependencies.json
new file mode 100644
index 000000000..a620862e6
--- /dev/null
+++ b/Packwiz/1.21.3/config/fabric_loader_dependencies.json
@@ -0,0 +1 @@
+{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.16.7"}},"minecraft":{"+recommends":{"Fabulously Optimized":">6.4.0-alpha.3"}}}}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/isxander-main-menu-credits.json b/Packwiz/1.21.3/config/isxander-main-menu-credits.json
new file mode 100644
index 000000000..83ef03a4d
--- /dev/null
+++ b/Packwiz/1.21.3/config/isxander-main-menu-credits.json
@@ -0,0 +1 @@
+{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 6.4.0-alpha.3","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/NoChatReports/NCR-Client.json b/Packwiz/1.21.3/config/yosbr/config/NoChatReports/NCR-Client.json
new file mode 100644
index 000000000..17ba6446a
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/NoChatReports/NCR-Client.json
@@ -0,0 +1 @@
+{"defaultSigningMode":"ON_DEMAND","enableMod":true,"showNCRButton":false,"showReloadButton":false,"verifiedIconEnabled":false,"showServerSafety":false,"hideInsecureMessageIndicators":true,"hideModifiedMessageIndicators":false,"hideSystemMessageIndicators":true,"hideWarningToast":true,"hideSigningRequestMessage":true,"alwaysHideReportButton":false,"skipRealmsWarning":true,"skipSigningWarning":true,"disableTelemetry":false,"removeTelemetryButton":false,"demandOnServer":false}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/NoChatReports/NCR-Common.json b/Packwiz/1.21.3/config/yosbr/config/NoChatReports/NCR-Common.json
new file mode 100644
index 000000000..44dbc27a2
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/NoChatReports/NCR-Common.json
@@ -0,0 +1 @@
+{"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/NoChatReports/NCR-Encryption.json b/Packwiz/1.21.3/config/yosbr/config/NoChatReports/NCR-Encryption.json
new file mode 100644
index 000000000..e17200482
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/NoChatReports/NCR-Encryption.json
@@ -0,0 +1 @@
+{"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/PaginatedAdvancements.json5 b/Packwiz/1.21.3/config/yosbr/config/PaginatedAdvancements.json5
new file mode 100644
index 000000000..04a580195
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/PaginatedAdvancements.json5
@@ -0,0 +1 @@
+{"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/capes.json5 b/Packwiz/1.21.3/config/yosbr/config/capes.json5
new file mode 100644
index 000000000..7400355c7
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/capes.json5
@@ -0,0 +1 @@
+{"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":false,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/citresewn.json b/Packwiz/1.21.3/config/yosbr/config/citresewn.json
new file mode 100644
index 000000000..e67d80154
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/citresewn.json
@@ -0,0 +1 @@
+{"broken_paths":false}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/controlify.json b/Packwiz/1.21.3/config/yosbr/config/controlify.json
new file mode 100644
index 000000000..b14c719b4
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/controlify.json
@@ -0,0 +1 @@
+{"last_seen_version": "2.0.0-beta.5+1.20.5-rc2","global":{"quiet_mode":true}}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/debugify.json b/Packwiz/1.21.3/config/yosbr/config/debugify.json
new file mode 100644
index 000000000..555c20ee2
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/debugify.json
@@ -0,0 +1 @@
+{"MC-577":true,"MC-22882":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-122477":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/dynamic_fps.json b/Packwiz/1.21.3/config/yosbr/config/dynamic_fps.json
new file mode 100644
index 000000000..2aa61b49e
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/dynamic_fps.json
@@ -0,0 +1 @@
+{"idle":{"condition":"none"},"battery_tracker":{"notifications":false},"download_natives":false,"states":{"unfocused":{"run_garbage_collector":true},"invisible":{"run_garbage_collector":true},"unplugged":{"frame_rate_target":-1}}}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/entity_texture_features.json b/Packwiz/1.21.3/config/yosbr/config/entity_texture_features.json
new file mode 100644
index 000000000..df3a385b7
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/entity_texture_features.json
@@ -0,0 +1 @@
+{"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true,"configButtonLoc":"OFF"}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/fabrishot.properties b/Packwiz/1.21.3/config/yosbr/config/fabrishot.properties
new file mode 100644
index 000000000..75a70c22f
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/fabrishot.properties
@@ -0,0 +1,9 @@
+custom_file_name=%time%_4K
+hide_hud=false
+override_screenshot_key=false
+save_file=true
+disable_gui_scaling=false
+width=3840
+height=2160
+delay=3
+file_format=PNG
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/fastquit.toml b/Packwiz/1.21.3/config/yosbr/config/fastquit.toml
new file mode 100644
index 000000000..d4fbaaeef
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/fastquit.toml
@@ -0,0 +1,4 @@
+renderSavingScreen = false
+showToasts = false
+showSavingTime = "FALSE"
+allowMultipleServers = false
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/iris.properties b/Packwiz/1.21.3/config/yosbr/config/iris.properties
new file mode 100644
index 000000000..4d245882c
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/iris.properties
@@ -0,0 +1,3 @@
+disableUpdateMessage=true
+maxShadowRenderDistance=6
+enableShaders=false
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/isxander-main-menu-credits.json b/Packwiz/1.21.3/config/yosbr/config/isxander-main-menu-credits.json
new file mode 100644
index 000000000..ad252fa73
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/isxander-main-menu-credits.json
@@ -0,0 +1 @@
+{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/lambdynlights.toml b/Packwiz/1.21.3/config/yosbr/config/lambdynlights.toml
new file mode 100644
index 000000000..816607365
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/lambdynlights.toml
@@ -0,0 +1,8 @@
+mode = "fastest"
+[light_sources]
+ water_sensitive_check = false
+ block_entities = false
+ entities = false
+ self = true
+ tnt = "simple"
+ creeper = "simple"
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/midnightlib.json b/Packwiz/1.21.3/config/yosbr/config/midnightlib.json
new file mode 100644
index 000000000..ca6c3f615
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/midnightlib.json
@@ -0,0 +1 @@
+{"config_screen_list":"FALSE"}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/modmenu.json b/Packwiz/1.21.3/config/yosbr/config/modmenu.json
new file mode 100644
index 000000000..a148ecbe5
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/modmenu.json
@@ -0,0 +1 @@
+{"sorting":"ascending","count_libraries":false,"compact_list":false,"count_children":true,"mods_button_style":"shrink","game_menu_button_style":"insert","count_hidden_mods":false,"mod_count_location":"title_screen","hide_mod_links":false,"show_libraries":false,"hide_mod_license":true,"hide_badges":true,"hide_mod_credits":false,"easter_eggs":false,"random_java_colors":false,"translate_names":true,"translate_descriptions":true,"update_checker":false,"button_update_badge":false,"update_channel":"release","quick_configure":true,"modify_title_screen":true,"modify_game_menu":true,"hide_config_buttons":false,"config_mode":false,"disable_drag_and_drop":false,"hidden_mods":["minecraft","puzzle-models","puzzle-splashscreen","citresewn-defaults","indium","puzzle-gui","puzzle-base"],"hidden_configs":[],"disable_update_checker":[]}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/moreculling.toml b/Packwiz/1.21.3/config/yosbr/config/moreculling.toml
new file mode 100644
index 000000000..221754f10
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/moreculling.toml
@@ -0,0 +1,23 @@
+version = 1
+enableSodiumMenu = true
+cloudCulling = true
+signTextCulling = true
+rainCulling = true
+useBlockStateCulling = true
+useCustomItemFrameRenderer = false
+itemFrameMapCulling = true
+useItemFrameLOD = true
+itemFrameLODRange = 128
+useItemFrame3FaceCulling = true
+itemFrame3FaceCullingRange = 4.0
+leavesCullingMode = "CHECK"
+leavesCullingAmount = 2
+includeMangroveRoots = true
+powderSnowCulling = true
+endGatewayCulling = true
+beaconBeamCulling = true
+entityModelCulling = false
+useOnModdedBlocksByDefault = true
+
+[modCompatibility]
+minecraft = true
diff --git a/Packwiz/1.21.3/config/yosbr/config/puzzle.json b/Packwiz/1.21.3/config/yosbr/config/puzzle.json
new file mode 100644
index 000000000..260b7f554
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/puzzle.json
@@ -0,0 +1 @@
+{"disabledIntegrations":["citresewn","continuity","entity_texture_features","iris","lambdynlights","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/rrls.toml b/Packwiz/1.21.3/config/yosbr/config/rrls.toml
new file mode 100644
index 000000000..23521e590
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/rrls.toml
@@ -0,0 +1,3 @@
+animationSpeed = 500.0
+aprilFool = "DISABLED"
+hideOverlays = "RELOADING"
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/config/sodium-options.json b/Packwiz/1.21.3/config/yosbr/config/sodium-options.json
new file mode 100644
index 000000000..c7348285b
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/config/sodium-options.json
@@ -0,0 +1 @@
+{"quality":{"weather_quality":"FAST"}}
\ No newline at end of file
diff --git a/Packwiz/1.21.3/config/yosbr/options.txt b/Packwiz/1.21.3/config/yosbr/options.txt
new file mode 100644
index 000000000..97d2644bf
--- /dev/null
+++ b/Packwiz/1.21.3/config/yosbr/options.txt
@@ -0,0 +1,23 @@
+version:4082
+advancedItemTooltips:true
+darkMojangStudiosBackground:true
+enableVsync:false
+guiScale:3
+joinedFirstServer:true
+maxFps:260
+onboardAccessibility:false
+operatorItemsTab:true
+resourcePacks:["vanilla","fabric","continuity:glass_pane_culling_fix","continuity:default","file/SodiumTranslations.zip","file/Mod Menu Helper.zip","file/Chat Reporting Helper.zip","file/Fast Better Grass.zip"]
+incompatibleResourcePacks:["modernfix","rrls","yet_another_config_lib_v3"]
+simulationDistance:6
+skipMultiplayerWarning:true
+telemetryOptInExtra:false
+tutorialStep:none
+key_key.saveToolbarActivator:key.keyboard.unknown
+key_zoomify.key.zoom:key.keyboard.c
+key_zoomify.key.zoom.secondary:key.keyboard.unknown
+key_iris.keybind.reload:key.keyboard.unknown
+key_iris.keybind.toggleShaders:key.keyboard.unknown
+key_iris.keybind.shaderPackSelection:key.keyboard.unknown
+key_key.fabricskyboxes.toggle:key.keyboard.unknown
+key_key.optigui.inspect:key.keyboard.unknown
\ No newline at end of file
diff --git a/Packwiz/1.21.3/index.toml b/Packwiz/1.21.3/index.toml
new file mode 100644
index 000000000..3840f77d9
--- /dev/null
+++ b/Packwiz/1.21.3/index.toml
@@ -0,0 +1,280 @@
+hash-format = "sha256"
+
+[[files]]
+file = "config/NoChatReports/NCR-Client.json"
+hash = "616e09c8ff849f4a9a07165a0a3513f468469237377546b64135591fca8a0592"
+
+[[files]]
+file = "config/fabric_loader_dependencies.json"
+hash = "21934b5cf5ad5360e6a832c94da0161eba6317805653dd0fbd55e20950c3e935"
+
+[[files]]
+file = "config/isxander-main-menu-credits.json"
+hash = "75522286aae11eb32f820a090570e14ca23405398db7afe406f634a0495af281"
+
+[[files]]
+file = "config/yosbr/config/NoChatReports/NCR-Client.json"
+hash = "02aabb1fddee75933289be2727217f713c2200cff232b6eaf7aa5054cf208aa6"
+
+[[files]]
+file = "config/yosbr/config/NoChatReports/NCR-Common.json"
+hash = "c335cb5e65abce1bfc063eaddcff3eca759636e32ba7e4993ea249a31ab18816"
+
+[[files]]
+file = "config/yosbr/config/NoChatReports/NCR-Encryption.json"
+hash = "d7c81fae39b82fbc4be62a0fef141c7da80e96b6f97a0d80b44c245cb9a8bff6"
+
+[[files]]
+file = "config/yosbr/config/PaginatedAdvancements.json5"
+hash = "3a1c71d2011cac176e00697237148ee882393b19394374862f8025f129d4c5a2"
+
+[[files]]
+file = "config/yosbr/config/capes.json5"
+hash = "69de1a523d9ca24248233c11178b2492984ba0b25b0355242d72b2ae17a7c284"
+
+[[files]]
+file = "config/yosbr/config/citresewn.json"
+hash = "057e9e53790394db8b700616de3c235b0af3dc12fe7731a66ad20026acb9d991"
+
+[[files]]
+file = "config/yosbr/config/controlify.json"
+hash = "8c79b471bad59fcb9d73c4689dd6687be63facefd73a17f11f1bf4acf00c158d"
+
+[[files]]
+file = "config/yosbr/config/debugify.json"
+hash = "70785772d8e66e1b75fa58ef0ceff1b598a78a025b05908ffd03c66cb6a1216d"
+
+[[files]]
+file = "config/yosbr/config/dynamic_fps.json"
+hash = "904f649068d150556bdc1d4477610a3f9234d663ac8af69bf2366b70cbcc8bec"
+
+[[files]]
+file = "config/yosbr/config/entity_texture_features.json"
+hash = "c27c2904c6857c9429afe2fb0f516a16a7f520c047a26c9c179d44ec133400ad"
+
+[[files]]
+file = "config/yosbr/config/fabrishot.properties"
+hash = "f5ff731194f66727bfeb75a28a70104fc4687cbc84b69e60c94fe1b7d901f453"
+
+[[files]]
+file = "config/yosbr/config/fastquit.toml"
+hash = "17225e085e6759210cec7e829e00c8c90f9c5d38714835cb5da9c98398842f7d"
+
+[[files]]
+file = "config/yosbr/config/iris.properties"
+hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5"
+
+[[files]]
+file = "config/yosbr/config/isxander-main-menu-credits.json"
+hash = "e9c780a3548faea77d7230f83a97497cf30ae5148d1855c632310f6fb69a5cec"
+
+[[files]]
+file = "config/yosbr/config/lambdynlights.toml"
+hash = "326ec0c840e65aedf5c6048ea6016d551be38cf23f692949e105a4a388ad8be7"
+
+[[files]]
+file = "config/yosbr/config/midnightlib.json"
+hash = "57b848fb6d7c03b6124297de49b1e4cb169e74db042c74aecf79f035ae2f3980"
+
+[[files]]
+file = "config/yosbr/config/modmenu.json"
+hash = "cab638ef75572d2c4bcc9dfd583283e7bbe927fd6c3834930bed52e2dbcac063"
+
+[[files]]
+file = "config/yosbr/config/moreculling.toml"
+hash = "60eb0902eac918d39fb5eb7df66314f5748aef0259b4ad5bdeacd27dfff120ca"
+
+[[files]]
+file = "config/yosbr/config/puzzle.json"
+hash = "4449fb9b3440c4367f861d0f8e75b879caf6c897cb47569f13929ca37d6c864d"
+
+[[files]]
+file = "config/yosbr/config/rrls.toml"
+hash = "59fa5a7fdbcc83cc2dd9a23542d0f950d2e6ba64c368b456c4afc5f8900d8e1d"
+
+[[files]]
+file = "config/yosbr/config/sodium-options.json"
+hash = "37aaf52aa7545527c7ade71ac77ad2fcf6019995bf58b6ea1fe0f52949919d18"
+
+[[files]]
+file = "config/yosbr/options.txt"
+hash = "6986941e2c2a2faa6509678f6b7ebf97300b2df2949274f907b91fc3c0a15ed1"
+
+[[files]]
+file = "mods/capes.pw.toml"
+hash = "e24b8c6dbd6685a942d7f2bcd9f22e940e17ca1d6aaf92a19c7f864ad78531a1"
+metafile = true
+
+[[files]]
+file = "mods/cloth-config.pw.toml"
+hash = "2018c4227a317914f321ee5b1c97528983ee67253de40518d8bbe8a70c900733"
+metafile = true
+
+[[files]]
+file = "mods/controlify.pw.toml"
+hash = "731ea68d7c1ac6a05b566280c090c9beaa0ed38583ef17ca467a262008840c59"
+metafile = true
+
+[[files]]
+file = "mods/cubes-without-borders.pw.toml"
+hash = "1c6797fe2ad866cce4b874038bf74172a2f5872009fc47e8a797c3713d2a7b7d"
+metafile = true
+
+[[files]]
+file = "mods/dynamic_fps.pw.toml"
+hash = "c7f6bfe8ab4de98e568e966e0f7eab48473a5cf9d987c3a6a67e86ccedb3ba4a"
+metafile = true
+
+[[files]]
+file = "mods/e4mc_minecraft.pw.toml"
+hash = "55074ae1c0026162bb0d8fc3f0b0caa00a1ddd715fa5abe4a03775fb64c80895"
+metafile = true
+
+[[files]]
+file = "mods/entity_model_features.pw.toml"
+hash = "95b0afb9f2771c17c93053c2c7cf960a7a74a5e035ca5f7cdab793f1b28e37a9"
+metafile = true
+
+[[files]]
+file = "mods/entity_texture_features.pw.toml"
+hash = "d315a899a8aeebcf411edf83cf3304ee2a987c4820ef1514e4bc126d1cd67dc7"
+metafile = true
+
+[[files]]
+file = "mods/fabric-api.pw.toml"
+hash = "77c99c1be40eb668629d6e45a9ae7a283252001d2610e9afaa9b3e7010e0c309"
+metafile = true
+
+[[files]]
+file = "mods/fabric-language-kotlin.pw.toml"
+hash = "9827009bdb13feed1931d3034522e55c978e3e4cf1e92f971b299408a10297fb"
+metafile = true
+
+[[files]]
+file = "mods/fabrishot.pw.toml"
+hash = "4ee00a5436bf144f0eca2010a1dc3e4813117ee159e24c51337cfcde6a356eb1"
+metafile = true
+
+[[files]]
+file = "mods/fastquit.pw.toml"
+hash = "ad68291896e892edafe6d0ef625f0e909a01045bc1e25f5e34a0ceb072f42351"
+metafile = true
+
+[[files]]
+file = "mods/ferritecore.pw.toml"
+hash = "124e0bb4c10a6b07bbf4a571a55c42d4c11bac2e56aa6f52ed8a03c241f841d4"
+metafile = true
+
+[[files]]
+file = "mods/immediatelyfast.pw.toml"
+hash = "abc2820c5d64d2e12d343d838ee0f8e49b3433dcb2ff043dbcffd708a5a156fa"
+metafile = true
+
+[[files]]
+file = "mods/iris.pw.toml"
+hash = "c2dc2b8dc42f998e0452dd5441ffd259c4bdbb382d4a9e785db9b7f45d62cf73"
+metafile = true
+
+[[files]]
+file = "mods/lambdynlights.pw.toml"
+hash = "62e1bfff31aba98e2aa7cca077e90eda084eb7af6d9f40ad7622bcfdf65140e6"
+metafile = true
+
+[[files]]
+file = "mods/languagereload.pw.toml"
+hash = "a7ce2be01c0f42271a78a042279636924b21c5653bbc5feb4cde25122af7eed0"
+metafile = true
+
+[[files]]
+file = "mods/main-menu-credits.pw.toml"
+hash = "9eea1d94e8be3ca49d8f889ccb65a820d6dbbba874355652752db11beb2f4852"
+metafile = true
+
+[[files]]
+file = "mods/mixintrace.pw.toml"
+hash = "0a8e6a58962ba40f696a44cb2d02355490bc831b49509f8083e3e7bc89b40052"
+metafile = true
+
+[[files]]
+file = "mods/modelfix.pw.toml"
+hash = "3873dcd36167b0bb9f1e26d1a9292325b21584974f36f52884d5ba7dfb592e24"
+metafile = true
+
+[[files]]
+file = "mods/modmenu.pw.toml"
+hash = "1a0135b1afc9ed404c553633ae12da5dc286c9c77152e7a524a8a9404b48252e"
+metafile = true
+
+[[files]]
+file = "mods/morechathistory.pw.toml"
+hash = "c3d0746be98e5f5eaf1731a84e84724289f45f6b49836c5106e8d4669d3f84ec"
+metafile = true
+
+[[files]]
+file = "mods/moreculling.pw.toml"
+hash = "f794272a6cc383da1c63f91e069a9bea835add65338dcb671ea2476c0cf3e169"
+metafile = true
+
+[[files]]
+file = "mods/nochatreports.pw.toml"
+hash = "d227db51952223e2fcc8784d00dd3d682b24571aff8f1bbd7efcb6b346f37089"
+metafile = true
+
+[[files]]
+file = "mods/optigui.pw.toml"
+hash = "6a2e5d088eb6ed10b59f11ae8ef665c15dae37397814639e99a47f5b7c2cb593"
+metafile = true
+
+[[files]]
+file = "mods/reeses-sodium-options.pw.toml"
+hash = "8bbfcf367abbf0728933185086862e09b8a01e405932ab469ba70377730003ad"
+metafile = true
+
+[[files]]
+file = "mods/rrls.pw.toml"
+hash = "320fe1dcede2b044a88fdb8de37acb176e4f5f824730c5ebcca239b4b03abdf5"
+metafile = true
+
+[[files]]
+file = "mods/sodium-extra.pw.toml"
+hash = "529a26c3e83c6957234a414cdfe24813619405b6835b4442a49453e379de267d"
+metafile = true
+
+[[files]]
+file = "mods/sodium.pw.toml"
+hash = "7189036ae9bcefcbadb97cc8a624447c5eee9178f955cb2769762e4364693fc0"
+metafile = true
+
+[[files]]
+file = "mods/yet_another_config_lib_v3.pw.toml"
+hash = "cf377489414d92b7149a28385b517ed1f9e890d2175f6c7fecfb7cbe503fdead"
+metafile = true
+
+[[files]]
+file = "mods/yosbr.pw.toml"
+hash = "3bf16ef57d8e5a916e8971ab9cc7cd90644d82932233b7e1e2293d95680fac4b"
+metafile = true
+
+[[files]]
+file = "mods/zoomify.pw.toml"
+hash = "74bf2ec0105b4e7d4f6b60332136c98b5fa620a994c13c592ea70874ecfe9626"
+metafile = true
+
+[[files]]
+file = "resourcepacks/Chat_Reporting_Helper.pw.toml"
+hash = "2e49a08cb9b08b2901d147dad509f2a3d17fdf8dae5ce566cbb5e8faeef770cd"
+metafile = true
+
+[[files]]
+file = "resourcepacks/Fast_Better_Grass.pw.toml"
+hash = "bcfdce9c7c0ba8854af6b4c74a5a33822775cdccde0be6e8eff0c2ddbc162831"
+metafile = true
+
+[[files]]
+file = "resourcepacks/Mod Menu Helper.zip"
+hash = "690140a32e60a631f62b8954ab54ea3b91570aecc95fed0e4d69b9da43dcf8a7"
+
+[[files]]
+file = "resourcepacks/Translations_for_Sodium.pw.toml"
+hash = "e1e1e1bc98f1904e951283cd99d3acd44c89c7798335d14a0a22692d30734e42"
+metafile = true
diff --git a/Packwiz/1.21.3/mods/capes.pw.toml b/Packwiz/1.21.3/mods/capes.pw.toml
new file mode 100644
index 000000000..fa27d7c93
--- /dev/null
+++ b/Packwiz/1.21.3/mods/capes.pw.toml
@@ -0,0 +1,13 @@
+name = "Capes [Fabric/Forge]"
+filename = "capes-1.5.4+1.21.2-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/mkf1dFwO/capes-1.5.4%2B1.21.2-fabric.jar"
+hash-format = "sha512"
+hash = "31c2cc5e3ad68884dc9dde34e4844e810b22fcbe3a2b786f6fb769e5d1b32041c9045ac35c537285c86cca9de69957a025b0286a7e29b49076fe0b6c88179120"
+
+[update]
+[update.modrinth]
+mod-id = "89Wsn8GD"
+version = "mkf1dFwO"
diff --git a/Packwiz/1.21.3/mods/cloth-config.pw.toml b/Packwiz/1.21.3/mods/cloth-config.pw.toml
new file mode 100644
index 000000000..114364d86
--- /dev/null
+++ b/Packwiz/1.21.3/mods/cloth-config.pw.toml
@@ -0,0 +1,13 @@
+name = "Cloth Config API (Fabric/Forge/NeoForge)"
+filename = "cloth-config-16.0.141-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/9s6osm5g/versions/JbVSQUVw/cloth-config-16.0.141-fabric.jar"
+hash-format = "sha512"
+hash = "f8b0fa16fe80a8b78a059ebf1cf366d65132b1dd1830d8b689ecfc731696514e2b3dd73903fbb37d0a5f3d853aa521827bf7ed6fb5d9db245c6afd7ffb9e2687"
+
+[update]
+[update.modrinth]
+mod-id = "9s6osm5g"
+version = "JbVSQUVw"
diff --git a/Packwiz/1.21.3/mods/controlify.pw.toml b/Packwiz/1.21.3/mods/controlify.pw.toml
new file mode 100644
index 000000000..2cad760fb
--- /dev/null
+++ b/Packwiz/1.21.3/mods/controlify.pw.toml
@@ -0,0 +1,13 @@
+name = "Controlify"
+filename = "Controlify-2.0.0-beta.18+1.21.3-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/EdmjlBjN/Controlify-2.0.0-beta.18%2B1.21.3-fabric.jar"
+hash-format = "sha512"
+hash = "f154de9f147f71532497591d3ab3baa6e2309ea947aa518a2f65e1f0beed979eb62c3cdce5c8838e18cc5f7c50dc34938f3c22ea5f3c7d63df6932fd937b05c3"
+
+[update]
+[update.modrinth]
+mod-id = "DOUdJVEm"
+version = "EdmjlBjN"
diff --git a/Packwiz/1.21.3/mods/cubes-without-borders.pw.toml b/Packwiz/1.21.3/mods/cubes-without-borders.pw.toml
new file mode 100644
index 000000000..d2c9c8408
--- /dev/null
+++ b/Packwiz/1.21.3/mods/cubes-without-borders.pw.toml
@@ -0,0 +1,13 @@
+name = "Cubes Without Borders"
+filename = "cwb-fabric-3.0.0+mc1.21.3.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/7JJnrLXi/cwb-fabric-3.0.0%2Bmc1.21.3.jar"
+hash-format = "sha512"
+hash = "563d996e6426ffc971a6dd7686f3870254704411cd24fea95b12e8d1af2118c11ce7234052ddfd97f7178ef6432dfe785c4b2b665f74b31b6bc4d64c27d740e9"
+
+[update]
+[update.modrinth]
+mod-id = "ETlrkaYF"
+version = "7JJnrLXi"
diff --git a/Packwiz/1.21.3/mods/dynamic_fps.pw.toml b/Packwiz/1.21.3/mods/dynamic_fps.pw.toml
new file mode 100644
index 000000000..bbff4565a
--- /dev/null
+++ b/Packwiz/1.21.3/mods/dynamic_fps.pw.toml
@@ -0,0 +1,13 @@
+name = "Dynamic FPS"
+filename = "dynamic-fps-3.7.4+minecraft-1.21.2-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/e9gdmZiv/dynamic-fps-3.7.4%2Bminecraft-1.21.2-fabric.jar"
+hash-format = "sha512"
+hash = "8042d057a979cf2bd16d3bfe52088f4e3748d089e89f4aa09a1a229587dd9efb168d34154a13cdb6d851c5edb0b54bcf758af60f13ba406e2c9e4475954fe8a7"
+
+[update]
+[update.modrinth]
+mod-id = "LQ3K71Q1"
+version = "e9gdmZiv"
diff --git a/Packwiz/1.21.3/mods/e4mc_minecraft.pw.toml b/Packwiz/1.21.3/mods/e4mc_minecraft.pw.toml
new file mode 100644
index 000000000..18d5fdc09
--- /dev/null
+++ b/Packwiz/1.21.3/mods/e4mc_minecraft.pw.toml
@@ -0,0 +1,13 @@
+name = "e4mc"
+filename = "e4mc_minecraft-fabric-5.2.1.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/qANg5Jrr/versions/ul9OslWB/e4mc_minecraft-fabric-5.2.1.jar"
+hash-format = "sha512"
+hash = "8d2b458ee9e1dd8a57b990cbd6d8355f3e0df00797b0e3eaa5fe070030ea1e8ad92144c8ffb8a189271f7a6cd8d8eebe6b048c1f96d042bc83e8cf8d74589a86"
+
+[update]
+[update.modrinth]
+mod-id = "qANg5Jrr"
+version = "ul9OslWB"
diff --git a/Packwiz/1.21.3/mods/entity_model_features.pw.toml b/Packwiz/1.21.3/mods/entity_model_features.pw.toml
new file mode 100644
index 000000000..4c6a1d04e
--- /dev/null
+++ b/Packwiz/1.21.3/mods/entity_model_features.pw.toml
@@ -0,0 +1,13 @@
+name = "[EMF] Entity Model Features [Fabric & Forge]"
+filename = "entity_model_features_fabric_1.21.2-2.2.7.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/cnCqWodo/entity_model_features_fabric_1.21.2-2.2.7.jar"
+hash-format = "sha512"
+hash = "b928e718c14b8a0118187b8d3615a6ab13f369512730fbebc7408f9d5aed209126a04a4f5a0bb458af1001dc64cb67c7ac650f5df0fd6133f2c7b9604ee1301a"
+
+[update]
+[update.modrinth]
+mod-id = "4I1XuqiY"
+version = "cnCqWodo"
diff --git a/Packwiz/1.21.3/mods/entity_texture_features.pw.toml b/Packwiz/1.21.3/mods/entity_texture_features.pw.toml
new file mode 100644
index 000000000..1ea3a52de
--- /dev/null
+++ b/Packwiz/1.21.3/mods/entity_texture_features.pw.toml
@@ -0,0 +1,13 @@
+name = "[ETF] Entity Texture Features - [Fabric & Forge]"
+filename = "entity_texture_features_fabric_1.21.2-6.2.6.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/6vli6rDE/entity_texture_features_fabric_1.21.2-6.2.6.jar"
+hash-format = "sha512"
+hash = "4b9a1682de611d3e0de4edd54460a41a487040ec6d36bcf08abb56a12e55500a0c18b244d4074c622f7a59e70a41feb7100afc83432f88b88e9bccb81383ae4a"
+
+[update]
+[update.modrinth]
+mod-id = "BVzZfTc1"
+version = "6vli6rDE"
diff --git a/Packwiz/1.21.3/mods/fabric-api.pw.toml b/Packwiz/1.21.3/mods/fabric-api.pw.toml
new file mode 100644
index 000000000..ee4e06e7b
--- /dev/null
+++ b/Packwiz/1.21.3/mods/fabric-api.pw.toml
@@ -0,0 +1,13 @@
+name = "Fabric API"
+filename = "fabric-api-0.107.0+1.21.3.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/FjU3tsgY/fabric-api-0.107.0%2B1.21.3.jar"
+hash-format = "sha512"
+hash = "f02d4a11e39075333141936816310dbc6131a5c335ea34760bcd69937c3effc20401da5a61c49beaf5ee522330db9fd87beb3d952cea84124eb1691f909fca00"
+
+[update]
+[update.modrinth]
+mod-id = "P7dR8mSH"
+version = "FjU3tsgY"
diff --git a/Packwiz/1.21.3/mods/fabric-language-kotlin.pw.toml b/Packwiz/1.21.3/mods/fabric-language-kotlin.pw.toml
new file mode 100644
index 000000000..27ae2aeb3
--- /dev/null
+++ b/Packwiz/1.21.3/mods/fabric-language-kotlin.pw.toml
@@ -0,0 +1,13 @@
+name = "Fabric Language Kotlin"
+filename = "fabric-language-kotlin-1.12.3+kotlin.2.0.21.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/B0fZidZi/fabric-language-kotlin-1.12.3%2Bkotlin.2.0.21.jar"
+hash-format = "sha512"
+hash = "a9278c0a32a4906989fff17431ad5cc13fbed95a99a15bb8e10ba427714e28eb4828f779affb4e80731d98ab14f23e4d759ea2090be05a10da908608139e67e7"
+
+[update]
+[update.modrinth]
+mod-id = "Ha28R6CL"
+version = "B0fZidZi"
diff --git a/Packwiz/1.21.3/mods/fabrishot.pw.toml b/Packwiz/1.21.3/mods/fabrishot.pw.toml
new file mode 100644
index 000000000..24af38b03
--- /dev/null
+++ b/Packwiz/1.21.3/mods/fabrishot.pw.toml
@@ -0,0 +1,13 @@
+name = "Fabrishot"
+filename = "fabrishot-1.14.1.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/HfdXLVRy/fabrishot-1.14.1.jar"
+hash-format = "sha512"
+hash = "04563f5e9cb63b948f53d7a8c4f65a7695a837a5982f17b2b01a645d8b9567e2e34e8d6fc59bf25055bc195afe319433f11b42e7445da170692c43c2f154cd49"
+
+[update]
+[update.modrinth]
+mod-id = "3qsfQtE9"
+version = "HfdXLVRy"
diff --git a/Packwiz/1.21.3/mods/fastquit.pw.toml b/Packwiz/1.21.3/mods/fastquit.pw.toml
new file mode 100644
index 000000000..cee95be41
--- /dev/null
+++ b/Packwiz/1.21.3/mods/fastquit.pw.toml
@@ -0,0 +1,13 @@
+name = "FastQuit"
+filename = "fastquit-3.0.0+1.20.6.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/x1hIzbuY/versions/dIGKewCo/fastquit-3.0.0%2B1.20.6.jar"
+hash-format = "sha512"
+hash = "4832eb6d4a6a477800cc9c3abf73dc5169436b297e0ff11f82ed8f9feea766f9614f7281a57f987c2ea1b1744429536ab6d74305d31c0d5f10cbafa1f54b805b"
+
+[update]
+[update.modrinth]
+mod-id = "x1hIzbuY"
+version = "dIGKewCo"
diff --git a/Packwiz/1.21.3/mods/ferritecore.pw.toml b/Packwiz/1.21.3/mods/ferritecore.pw.toml
new file mode 100644
index 000000000..ddb2ff455
--- /dev/null
+++ b/Packwiz/1.21.3/mods/ferritecore.pw.toml
@@ -0,0 +1,13 @@
+name = "FerriteCore (Fabric)"
+filename = "ferritecore-7.1.0-hotfix-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/uXXizFIs/versions/a3QXXGz2/ferritecore-7.1.0-hotfix-fabric.jar"
+hash-format = "sha512"
+hash = "ae1ab30beb5938643cf2ae7b8220769f2c917e3f5441e46e9bc900295348c0a541a325c30b8dfc38039205620d872c27809acdc6741351f08e4c8edc36ae2bcc"
+
+[update]
+[update.modrinth]
+mod-id = "uXXizFIs"
+version = "a3QXXGz2"
diff --git a/Packwiz/1.21.3/mods/immediatelyfast.pw.toml b/Packwiz/1.21.3/mods/immediatelyfast.pw.toml
new file mode 100644
index 000000000..ee8b7d05f
--- /dev/null
+++ b/Packwiz/1.21.3/mods/immediatelyfast.pw.toml
@@ -0,0 +1,13 @@
+name = "ImmediatelyFast"
+filename = "ImmediatelyFast-Fabric-1.3.0+1.21.3.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/bsaX5YIx/ImmediatelyFast-Fabric-1.3.0%2B1.21.3.jar"
+hash-format = "sha512"
+hash = "1a3545ae9d116fa3418f5eb9736698812d7c28800f961d7067a73988b6c090d8814b79d1913d5b2b00669f337809df7a0d7253dd5fa18aef553f4427ec41f197"
+
+[update]
+[update.modrinth]
+mod-id = "5ZwdcRci"
+version = "bsaX5YIx"
diff --git a/Packwiz/1.21.3/mods/iris.pw.toml b/Packwiz/1.21.3/mods/iris.pw.toml
new file mode 100644
index 000000000..9aa391c87
--- /dev/null
+++ b/Packwiz/1.21.3/mods/iris.pw.toml
@@ -0,0 +1,13 @@
+name = "Iris Shaders"
+filename = "iris-fabric-1.8.0-beta.6+mc1.21.2.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/YL57xq9U/versions/XExINvk9/iris-fabric-1.8.0-beta.6%2Bmc1.21.2.jar"
+hash-format = "sha512"
+hash = "8f282e77a6cc795def38a047d60a6f2e814074a2c6ee1aab2dbbf08b6301374f38eb0a52f2d68a5f43357f7a8d31b786ec9bc9f32da7bdf66ab26e09ec8714ec"
+
+[update]
+[update.modrinth]
+mod-id = "YL57xq9U"
+version = "XExINvk9"
diff --git a/Packwiz/1.21.3/mods/lambdynlights.pw.toml b/Packwiz/1.21.3/mods/lambdynlights.pw.toml
new file mode 100644
index 000000000..25982ed64
--- /dev/null
+++ b/Packwiz/1.21.3/mods/lambdynlights.pw.toml
@@ -0,0 +1,13 @@
+name = "LambDynamicLights"
+filename = "lambdynamiclights-3.2.2+1.21.3.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/yBW8D80W/versions/EUvC0Bde/lambdynamiclights-3.2.2%2B1.21.3.jar"
+hash-format = "sha512"
+hash = "6aebe299b59d126c954688796ed22d77617e0971056f9e281e5218ba109bc7f0e372f4762420bc92d16e4cad0cf351f9d39d13c0822ce20f1f9e87eac4f0e93c"
+
+[update]
+[update.modrinth]
+mod-id = "yBW8D80W"
+version = "EUvC0Bde"
diff --git a/Packwiz/1.21.3/mods/languagereload.pw.toml b/Packwiz/1.21.3/mods/languagereload.pw.toml
new file mode 100644
index 000000000..510bf0cad
--- /dev/null
+++ b/Packwiz/1.21.3/mods/languagereload.pw.toml
@@ -0,0 +1,13 @@
+name = "Language Reload"
+filename = "language-reload-1.7.1+1.21.3.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/kL6FHNUI/language-reload-1.7.1%2B1.21.3.jar"
+hash-format = "sha512"
+hash = "e142c676e43bdb0d731e987d2edca0d0b3189bb086b00f804e4312222dbcabfa1df45ee8caf8e2b7fdb2a5a31203a1dc9a7dc2fe94eb6dfeabee8252d6ff727a"
+
+[update]
+[update.modrinth]
+mod-id = "uLbm7CG6"
+version = "kL6FHNUI"
diff --git a/Packwiz/1.21.3/mods/main-menu-credits.pw.toml b/Packwiz/1.21.3/mods/main-menu-credits.pw.toml
new file mode 100644
index 000000000..c05c052e1
--- /dev/null
+++ b/Packwiz/1.21.3/mods/main-menu-credits.pw.toml
@@ -0,0 +1,8 @@
+name = "Main Menu Credits"
+filename = "main-menu-credits-1.2.0.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/qJDfP7WN/versions/eUN0SbET/main-menu-credits-1.2.0.jar"
+hash-format = "sha512"
+hash = "fb12dd676a080691c78a701721520de1469d53e702710b21ca8eead54d56936e6b3a39b1003e022090de40d650239d547c81031cb4b8a8ab619e56b98cd92c2c"
\ No newline at end of file
diff --git a/Packwiz/1.21.3/mods/mixintrace.pw.toml b/Packwiz/1.21.3/mods/mixintrace.pw.toml
new file mode 100644
index 000000000..3564b60a8
--- /dev/null
+++ b/Packwiz/1.21.3/mods/mixintrace.pw.toml
@@ -0,0 +1,13 @@
+name = "MixinTrace"
+filename = "mixintrace-1.1.1+1.17.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/sGmHWmeL/versions/1.1.1%2B1.17/mixintrace-1.1.1%2B1.17.jar"
+hash-format = "sha512"
+hash = "ea9034b60bc1c64629a9bcad2e619907692fe6e7464026236c55cc5a4892a20d21dd6318ad0380ab2ec245f7077939b6717d2ed58e00708c17470be14f5e0b5f"
+
+[update]
+[update.modrinth]
+mod-id = "sGmHWmeL"
+version = "LGYOH4RN"
diff --git a/Packwiz/1.21.3/mods/modelfix.pw.toml b/Packwiz/1.21.3/mods/modelfix.pw.toml
new file mode 100644
index 000000000..390a4620e
--- /dev/null
+++ b/Packwiz/1.21.3/mods/modelfix.pw.toml
@@ -0,0 +1,13 @@
+name = "Model Gap Fix"
+filename = "modelfix-1.21-1.6-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/QdG47OkI/versions/FUZo6yCk/modelfix-1.21-1.6-fabric.jar"
+hash-format = "sha512"
+hash = "5e6c5027420dd4fc0a2aa628edbb75f9dd468f14451766f582018eaa89d69e345c45452cc57c9730d4298a33e698a7832269b491f7cecbb11cc46d084825f2b3"
+
+[update]
+[update.modrinth]
+mod-id = "QdG47OkI"
+version = "FUZo6yCk"
diff --git a/Packwiz/1.21.3/mods/modmenu.pw.toml b/Packwiz/1.21.3/mods/modmenu.pw.toml
new file mode 100644
index 000000000..377823dd4
--- /dev/null
+++ b/Packwiz/1.21.3/mods/modmenu.pw.toml
@@ -0,0 +1,13 @@
+name = "Mod Menu"
+filename = "modmenu-12.0.0-beta.1.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/PcJvQYqu/modmenu-12.0.0-beta.1.jar"
+hash-format = "sha512"
+hash = "7d7879f45e37048aa8ebd37dcc150b74ebcd6f72bd52fb25c409719779edad3610dc2cab5c248c581f10e3d7f8514555c4753ad7523fce5124b8fae6676948a6"
+
+[update]
+[update.modrinth]
+mod-id = "mOgUt4GM"
+version = "PcJvQYqu"
diff --git a/Packwiz/1.21.3/mods/morechathistory.pw.toml b/Packwiz/1.21.3/mods/morechathistory.pw.toml
new file mode 100644
index 000000000..ccf6d2524
--- /dev/null
+++ b/Packwiz/1.21.3/mods/morechathistory.pw.toml
@@ -0,0 +1,13 @@
+name = "More Chat History"
+filename = "morechathistory-1.3.1.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/8qkXwOnk/versions/3siYJiWG/morechathistory-1.3.1.jar"
+hash-format = "sha512"
+hash = "31831973dafb0cd4e1ead267b0143aa9ce803d8ebf8fec1dfad884c62ad52cf94da0349b2b0b72d9c0c9a7fb83af75180d85e7ea8a44c459d4d5e960b4e3ea06"
+
+[update]
+[update.modrinth]
+mod-id = "8qkXwOnk"
+version = "3siYJiWG"
diff --git a/Packwiz/1.21.3/mods/moreculling.pw.toml b/Packwiz/1.21.3/mods/moreculling.pw.toml
new file mode 100644
index 000000000..cad38ba98
--- /dev/null
+++ b/Packwiz/1.21.3/mods/moreculling.pw.toml
@@ -0,0 +1,13 @@
+name = "MoreCulling"
+filename = "moreculling-fabric-1.21.3-1.1.0-beta.2.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/51shyZVL/versions/NmgZBtI2/moreculling-fabric-1.21.3-1.1.0-beta.2.jar"
+hash-format = "sha512"
+hash = "14a4a7b670974a7e575ea3c294c837f25e44c5b58befea3d92924b9b38ff4c5cd256db4d6880a78db005134129232e18b326d125838d81c01952432ae6575972"
+
+[update]
+[update.modrinth]
+mod-id = "51shyZVL"
+version = "NmgZBtI2"
diff --git a/Packwiz/1.21.3/mods/nochatreports.pw.toml b/Packwiz/1.21.3/mods/nochatreports.pw.toml
new file mode 100644
index 000000000..5185654b8
--- /dev/null
+++ b/Packwiz/1.21.3/mods/nochatreports.pw.toml
@@ -0,0 +1,13 @@
+name = "No Chat Reports"
+filename = "NoChatReports-FABRIC-1.21.3-v2.10.0.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/Cylxdaqq/NoChatReports-FABRIC-1.21.3-v2.10.0.jar"
+hash-format = "sha512"
+hash = "4535d06636948dae8c7e0f6066e7761195d06c5e19341c1c48e60cb6b3868de9093b88cb4458a2b640a59170c343f7f2e6793ddc945d38e69784e1a66e6c6710"
+
+[update]
+[update.modrinth]
+mod-id = "qQyHxfxd"
+version = "Cylxdaqq"
diff --git a/Packwiz/1.21.3/mods/optigui.pw.toml b/Packwiz/1.21.3/mods/optigui.pw.toml
new file mode 100644
index 000000000..f6121175b
--- /dev/null
+++ b/Packwiz/1.21.3/mods/optigui.pw.toml
@@ -0,0 +1,13 @@
+name = "OptiGUI"
+filename = "optigui-2.3.0-beta.6+1.21.2.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/EsA0cp6K/optigui-2.3.0-beta.6%2B1.21.2.jar"
+hash-format = "sha512"
+hash = "47a6080c4f715bf71fcbd9f48af165b55427d6f8507f1f0036573b2e3ea1b42630efc2723778db481c24888c7f02b4eb7818f9e220c4e8d44dd301a5495efc0e"
+
+[update]
+[update.modrinth]
+mod-id = "JuksLGBQ"
+version = "EsA0cp6K"
diff --git a/Packwiz/1.21.3/mods/reeses-sodium-options.pw.toml b/Packwiz/1.21.3/mods/reeses-sodium-options.pw.toml
new file mode 100644
index 000000000..2af0ade07
--- /dev/null
+++ b/Packwiz/1.21.3/mods/reeses-sodium-options.pw.toml
@@ -0,0 +1,13 @@
+name = "Reese's Sodium Options"
+filename = "reeses-sodium-options-fabric-1.8.0-beta.5+mc1.21.3.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/WeqF4XuB/reeses-sodium-options-fabric-1.8.0-beta.5%2Bmc1.21.3.jar"
+hash-format = "sha512"
+hash = "5132bcc22ca563d2140484f598a96119aea0ddc9de6edd5597a8283f6e1e0cb6522fd1a56fd7cb26a7caf4df42184ed406a23ed180082edfa9cca097cee7eceb"
+
+[update]
+[update.modrinth]
+mod-id = "Bh37bMuy"
+version = "WeqF4XuB"
diff --git a/Packwiz/1.21.3/mods/rrls.pw.toml b/Packwiz/1.21.3/mods/rrls.pw.toml
new file mode 100644
index 000000000..760f015d6
--- /dev/null
+++ b/Packwiz/1.21.3/mods/rrls.pw.toml
@@ -0,0 +1,13 @@
+name = "Remove Reloading Screen"
+filename = "rrls-5.0.9+mc1.21.2-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/ZP7xHXtw/versions/xCGxTnUz/rrls-5.0.9%2Bmc1.21.2-fabric.jar"
+hash-format = "sha512"
+hash = "f33aab6a6ff570ca77a1377c0c018eede14d42d510a46f37b50155810b49be56d5a1ea1594b2233333e17e2c21ceab3ebdfddaed3470eeac549067ce6525c3c2"
+
+[update]
+[update.modrinth]
+mod-id = "ZP7xHXtw"
+version = "xCGxTnUz"
diff --git a/Packwiz/1.21.3/mods/sodium-extra.pw.toml b/Packwiz/1.21.3/mods/sodium-extra.pw.toml
new file mode 100644
index 000000000..96947fe05
--- /dev/null
+++ b/Packwiz/1.21.3/mods/sodium-extra.pw.toml
@@ -0,0 +1,13 @@
+name = "Sodium Extra"
+filename = "sodium-extra-fabric-0.6.0-beta.4+mc1.21.3.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/nsGodeRt/sodium-extra-fabric-0.6.0-beta.4%2Bmc1.21.3.jar"
+hash-format = "sha512"
+hash = "f7b87ad7e4e13e2608b386bef05a078f991fcdacbc4073c61ae0831f24776df6ef023f1b0ae9a163b93a1d96e40c98b5669de1ba1af65ac02a0c2a6efa6e2458"
+
+[update]
+[update.modrinth]
+mod-id = "PtjYWJkn"
+version = "nsGodeRt"
diff --git a/Packwiz/1.21.3/mods/sodium.pw.toml b/Packwiz/1.21.3/mods/sodium.pw.toml
new file mode 100644
index 000000000..b91c74831
--- /dev/null
+++ b/Packwiz/1.21.3/mods/sodium.pw.toml
@@ -0,0 +1,13 @@
+name = "Sodium"
+filename = "sodium-fabric-0.6.0-beta.4+mc1.21.3.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/AANobbMI/versions/HCEjRjK4/sodium-fabric-0.6.0-beta.4%2Bmc1.21.3.jar"
+hash-format = "sha512"
+hash = "7fbc173f0a8110acfbd3e91c670642724f5718ed7bc137045c3782e793a9f54e9d39e54265bee8546c44e95ce73836d70ca110db012b529bcb5390844a411ba5"
+
+[update]
+[update.modrinth]
+mod-id = "AANobbMI"
+version = "HCEjRjK4"
diff --git a/Packwiz/1.21.3/mods/yet_another_config_lib_v3.pw.toml b/Packwiz/1.21.3/mods/yet_another_config_lib_v3.pw.toml
new file mode 100644
index 000000000..f585defc6
--- /dev/null
+++ b/Packwiz/1.21.3/mods/yet_another_config_lib_v3.pw.toml
@@ -0,0 +1,13 @@
+name = "YetAnotherConfigLib"
+filename = "YetAnotherConfigLib-3.6.1+1.21.2-fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/HlJ8azv1/YetAnotherConfigLib-3.6.1%2B1.21.2-fabric.jar"
+hash-format = "sha512"
+hash = "3efec2e9f278c87399bceec1258cd7ea2454e468308e5eaddf9644f35d93bdc1736c105d01d7d4c6e95323e49f97cd802594bd622e477c351e00e6f69a9556eb"
+
+[update]
+[update.modrinth]
+mod-id = "1eAoo2KR"
+version = "HlJ8azv1"
diff --git a/Packwiz/1.21.3/mods/yosbr.pw.toml b/Packwiz/1.21.3/mods/yosbr.pw.toml
new file mode 100644
index 000000000..d92e4ff6b
--- /dev/null
+++ b/Packwiz/1.21.3/mods/yosbr.pw.toml
@@ -0,0 +1,13 @@
+name = "Your Options Shall Be Respected (YOSBR)"
+filename = "yosbr-0.1.2.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar"
+hash-format = "sha512"
+hash = "254f2225f6446523aa8c8274e83b31e27f3b2afc8fe4f490fb1b169dd518e10c7993acda5db0ab597474ddf9d69506b5e794242fada1e2f89ed7bf9d412a8f78"
+
+[update]
+[update.modrinth]
+mod-id = "WwbubTsV"
+version = "KMOzdYko"
diff --git a/Packwiz/1.21.3/mods/zoomify.pw.toml b/Packwiz/1.21.3/mods/zoomify.pw.toml
new file mode 100644
index 000000000..079eb60da
--- /dev/null
+++ b/Packwiz/1.21.3/mods/zoomify.pw.toml
@@ -0,0 +1,13 @@
+name = "Zoomify"
+filename = "Zoomify-2.14.2+1.21.3.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/RKRjd2h1/Zoomify-2.14.2%2B1.21.3.jar"
+hash-format = "sha512"
+hash = "1fb4df13e2f2392af630407241f097b650b76738063db10c0907bb79a0e06571a4ec22ddfb98948174cdb2084bb5c1924265622525984a2af0c4e796b695c3de"
+
+[update]
+[update.modrinth]
+mod-id = "w7ThoJFB"
+version = "RKRjd2h1"
diff --git a/Packwiz/1.21.3/pack.toml b/Packwiz/1.21.3/pack.toml
new file mode 100644
index 000000000..a59507d1c
--- /dev/null
+++ b/Packwiz/1.21.3/pack.toml
@@ -0,0 +1,13 @@
+name = "Fabulously Optimized"
+author = "robotkoer"
+version = "6.4.0-alpha.3"
+pack-format = "packwiz:1.1.0"
+
+[index]
+file = "index.toml"
+hash-format = "sha256"
+hash = "725e13c22b5bf0bd002134e8fce9b6226dff0f2d448918964f475eb22937f446"
+
+[versions]
+fabric = "0.16.7"
+minecraft = "1.21.3"
diff --git a/Packwiz/1.21.3/resourcepacks/Chat_Reporting_Helper.pw.toml b/Packwiz/1.21.3/resourcepacks/Chat_Reporting_Helper.pw.toml
new file mode 100644
index 000000000..e5af4a22c
--- /dev/null
+++ b/Packwiz/1.21.3/resourcepacks/Chat_Reporting_Helper.pw.toml
@@ -0,0 +1,13 @@
+name = "Chat Reporting Helper"
+filename = "Chat Reporting Helper.zip"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/tN4E9NfV/versions/seMlJ1KY/Chat%20Reporting%20Helper.zip"
+hash-format = "sha512"
+hash = "1893e38551e505fe42687a8ceff1b2fc2645d256fd66eeae6b4c0e4f06d140e6e7afef04a76ddd57815568545e8c5c61b9e370742fbf4070ac69a6ffac47cb9b"
+
+[update]
+[update.modrinth]
+mod-id = "tN4E9NfV"
+version = "seMlJ1KY"
diff --git a/Packwiz/1.21.3/resourcepacks/Fast_Better_Grass.pw.toml b/Packwiz/1.21.3/resourcepacks/Fast_Better_Grass.pw.toml
new file mode 100644
index 000000000..7a2e1c556
--- /dev/null
+++ b/Packwiz/1.21.3/resourcepacks/Fast_Better_Grass.pw.toml
@@ -0,0 +1,13 @@
+name = "Fast Better Grass"
+filename = "Fast Better Grass.zip"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/dspVZXKP/versions/cexf0WMO/Fast%20Better%20Grass.zip"
+hash-format = "sha512"
+hash = "a537f67f9418269ba5981068ebdb63b7bebc8f928ba246544df8c78cb42ad98ea1e448d48448e4d6ca2e772f924a3629136f9630482b6b7126af8eedc2bd06f6"
+
+[update]
+[update.modrinth]
+mod-id = "dspVZXKP"
+version = "cexf0WMO"
diff --git a/Packwiz/1.21.3/resourcepacks/Mod Menu Helper.zip b/Packwiz/1.21.3/resourcepacks/Mod Menu Helper.zip
new file mode 100644
index 000000000..c1c7a497d
Binary files /dev/null and b/Packwiz/1.21.3/resourcepacks/Mod Menu Helper.zip differ
diff --git a/Packwiz/1.21.3/resourcepacks/Translations_for_Sodium.pw.toml b/Packwiz/1.21.3/resourcepacks/Translations_for_Sodium.pw.toml
new file mode 100644
index 000000000..b5ef9016c
--- /dev/null
+++ b/Packwiz/1.21.3/resourcepacks/Translations_for_Sodium.pw.toml
@@ -0,0 +1,13 @@
+name = "Translations for Sodium"
+filename = "SodiumTranslations.zip"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/yfDziwn1/versions/bmWYzqI4/SodiumTranslations.zip"
+hash-format = "sha512"
+hash = "c96c998c792dd5191b7d010bb2f335e4475245276a216d63c591ece6310abcf38c0b2a1a8ef3351773278ebb7a1982e73365ce9a82acac33477013e7e5010c18"
+
+[update]
+[update.modrinth]
+mod-id = "yfDziwn1"
+version = "bmWYzqI4"
diff --git a/README.md b/README.md
index a0dc1189c..f5a4f6192 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,8 @@ See this table for a comparison between the launchers:
| [Prism Launcher][url-app-prism] | [🔗 Open][url-tutorial-prism] | ✅ Easy | ✅ Easy | ✅ Easy | ⏺️[2] |
| [MultiMC][url-app-multimc] | [🔗 Open][url-tutorial-multimc] | ✅ Easy | ❌ Manual | ❌ Manual | ⏺️[2] |
| [MultiMC (auto-update)][url-app-mmcu] | [🔗 Open][url-tutorial-mmcu] | ✅ Easy | ⏺️[1] | ❌ Manual | ⏺️[2] |
-| [Minecraft Launcher (vanilla)][url-app-vanilla] | [🔗 Open][url-tutorial-vanilla] | ❌ Manual | ❌ Manual | ❌ Manual | ⏺️[2] |
+| [Minecraft Launcher][url-app-vanilla] (installer) | [🔗 Open][url-tutorial-vanilla] | ✅ Easy | ✅ Easy | ❌ Manual | ⏺️[2] |
+| [Minecraft Launcher][url-app-vanilla] (manual setup) | [🔗 Open][url-tutorial-vanilla] | ❌ Manual | ❌ Manual | ❌ Manual | ⏺️[2] |
> [!NOTE]
>
@@ -67,7 +68,9 @@ FO includes some resource packs [for a better experience][url-rp], but they can
- [TheMadHau5][url-credits-TheMadHau5], [redbrain][url-credits-redbrain], [Kichura][url-credits-Kichura] for the [fancy mod table][file-mods]
- [RaptaG][url-credits-RaptaG] and [Ultrasonic1209][url-credits-Ultrasonic1209] for the [Packwiz mod ignoring tutorials][url-tutorial-mmcu-ignoremods]
- [IMB11][url-credits-IMB11] for the fancy website
+- [vgskye][url-credits-vgskye] for the fancy installer (and [osfanbuff63][url-credits-osfanbuff63] for the installer that didn't get released)
- [Miroma][url-credits-Miroma] for the current version of this readme
+- All our [fabulous translators][url-credits-translators]
- Other people creating pull requests for [the main project][url-github-main-graph], [wiki][url-github-wiki-graph] and [other organization projects][url-github-org]
- People who have created videos about the modpack
- Everyone who has suggested ideas and reported bugs!
@@ -121,7 +124,10 @@ Special thanks to:
[url-credits-LambdAurora-LambDynamicLights]:
[url-credits-RaptaG]:
[url-credits-IMB11]:
+[url-credits-vgskye]:
+[url-credits-osfanbuff63]:
[url-credits-Miroma]:
+[url-credits-translators]:
[url-credits-redbrain]:
[url-credits-RozeFound]:
[url-credits-TheMadHau5]:
diff --git a/Resource Packs/Chat Reporting Helper/assets/fo/lang/zlm_arab.json b/Resource Packs/Chat Reporting Helper/assets/fo/lang/zlm_arab.json
index 3548804f6..b6bd8e83a 100644
--- a/Resource Packs/Chat Reporting Helper/assets/fo/lang/zlm_arab.json
+++ b/Resource Packs/Chat Reporting Helper/assets/fo/lang/zlm_arab.json
@@ -1,44 +1,44 @@
{
"fo.resourcePack.chatreportinghelper": "§7 ڤنرڠن ڤلاڤورن ڤربوالن مڠݢوناکن ايکون دان اية موده§r",
- "chat.tag.modified": "ميسيج ڤماءين يڠ بوليه دلاڤورکن کڤد موجڠ⹁ تتاڤي تله دأوبه سواي اوليه ڤلاين. اصل:",
- "chat.tag.not_secure": "ميسيج ڤماءين يڠ تيدق بوليه دلاڤورکن کڤد موجڠ.",
- "chat.tag.system": "ميسيج ڤلاين اتاو ميسيج ڤماءين يڠ تيدق بوليه دلاڤورکن کڤد موجڠ.",
- "chat.tag.system_single_player": "ميسيج ڤلاين اتاو ميسيج ڤماءين يڠ تيدق بوليه دلاڤورکن کڤد موجڠ.",
+ "chat.tag.modified": "ميسيج ڤماٴين يڠ بوليه دلاڤورکن کڤد موجڠ⹁ تتاڤي تله دأوبه سواي اوليه ڤلاين. اصل:",
+ "chat.tag.not_secure": "ميسيج ڤماٴين يڠ تيدق بوليه دلاڤورکن کڤد موجڠ.",
+ "chat.tag.system": "ميسيج ڤلاين اتاو ميسيج ڤماٴين يڠ تيدق بوليه دلاڤورکن کڤد موجڠ.",
+ "chat.tag.system_single_player": "ميسيج ڤلاين اتاو ميسيج ڤماٴين يڠ تيدق بوليه دلاڤورکن کڤد موجڠ.",
"multiplayer.unsecureserver.toast.title": "ڤلاڤورن ڤربوالن اداله ڤيليهن",
- "multiplayer.unsecureserver.toast": "ڤماءين بوليه مڠݢوناکن مود اونتوق ممبوات ميسيج مريک تيدق بوليه دلاڤورکن کڤد موجڠ",
- "gui.socialInteractions.tooltip.report": "لاڤورکن ڤماءين کڤد موجڠ",
- "gui.socialInteractions.narration.report": "لاڤورکن ڤماءين %s کڤد موجڠ",
- "gui.socialInteractions.tooltip.report.disabled": "ڤلاڤورن ڤماءين موجڠ تيدق ترسديا ڤد ماس اين.",
- "gui.socialInteractions.tooltip.report.not_reportable": "ڤماءين اتاو ڤلاين اين تله ممبوات ميسيج مريک تيدق بوليه دلاڤورکن کڤد موجڠ.",
+ "multiplayer.unsecureserver.toast": "ڤماٴين بوليه مڠݢوناکن مود اونتوق ممبوات ميسيج مريک تيدق بوليه دلاڤورکن کڤد موجڠ",
+ "gui.socialInteractions.tooltip.report": "لاڤورکن ڤماٴين کڤد موجڠ",
+ "gui.socialInteractions.narration.report": "لاڤورکن ڤماٴين %s کڤد موجڠ",
+ "gui.socialInteractions.tooltip.report.disabled": "ڤلاڤورن ڤماٴين موجڠ تيدق ترسديا ڤد ماس اين.",
+ "gui.socialInteractions.tooltip.report.not_reportable": "ڤماٴين اتاو ڤلاين اين تله ممبوات ميسيج مريک تيدق بوليه دلاڤورکن کڤد موجڠ.",
"gui.abuseReport.message": "دمانکه اندا مليهت تيڠکه لاکو بوروق ايت؟\nاين اکن ممبنتو موجڠ دالم مپليديق کيس اندا.\nلاڤورن اين تيدق دليهت اوليه ڤنتدبير ڤلاين.",
- "gui.chatReport.describe": "دڠن مڠوڠسي ڤرينچين کامي اکن داڤت ممبوات کڤوتوسن يڠ لبيه باءيق. لاڤورن اين تيدق داڤت دليهت اوليه ڤنتدبير ڤلاين.",
- "gui.abuseReport.describe": "دڠن مڠوڠسي ڤرينچين کامي اکن داڤت ممبوات کڤوتوسن يڠ لبيه باءيق. لاڤورن اين تيدق داڤت دليهت اوليه ڤنتدبير ڤلاين.",
+ "gui.chatReport.describe": "دڠن مڠوڠسي ڤرينچين کامي اکن داڤت ممبوات کڤوتوسن يڠ لبيه باٴيق. لاڤورن اين تيدق داڤت دليهت اوليه ڤنتدبير ڤلاين.",
+ "gui.abuseReport.describe": "دڠن مڠوڠسي ڤرينچين کامي اکن داڤت ممبوات کڤوتوسن يڠ لبيه باٴيق. لاڤورن اين تيدق داڤت دليهت اوليه ڤنتدبير ڤلاين.",
"options.onlyShowSecureChat": "سمبوپي ڤربوالن دأوبه سواي",
- "options.onlyShowSecureChat.tooltip": "مپمبوپيکن ڤربوالن درڤد ڤماءين يڠ تله ممبوات ميسيج مريک تيدق بوليه دلاڤورکن کڤد موجڠ.",
- "gui.nochatreports.secure_chat": "مپمبوپيکن ڤربوالن درڤد ڤماءين يڠ تله ممبوات ميسيج مريک تيدق بوليه دلاڤورکن کڤد موجڠ. دڽهداياکن اوليه No Chat Reports کران اي اکن منججسکن ميسيجڽ جوݢ.",
+ "options.onlyShowSecureChat.tooltip": "مپمبوپيکن ڤربوالن درڤد ڤماٴين يڠ تله ممبوات ميسيج مريک تيدق بوليه دلاڤورکن کڤد موجڠ.",
+ "gui.nochatreports.secure_chat": "مپمبوپيکن ڤربوالن درڤد ڤماٴين يڠ تله ممبوات ميسيج مريک تيدق بوليه دلاڤورکن کڤد موجڠ. دڽهداياکن اوليه No Chat Reports کران اي اکن منججسکن ميسيجڽ جوݢ.",
"gui.nochatreports.verified_server": "ڤلاين اين تله ممبوات ميسيج ڤربوالن تيدق بوليه دلاڤورکن کڤد موجڠ.",
"gui.nochatreports.no_reporting": "ڤلاين اين تله ممبوات ميسيج ڤربوالن تيدق بوليه دلاڤورکن کڤد موجڠ.",
- "gui.nochatreports.ncr_toggle_tooltip": "§lNo Chat Reports:§r %1$s\nجک دڽهداياکن⹁ ميسيج اندا اکن دلاڤورکن کڤد موجڠ دان بوتڠ ڤريساي ڤربوالن اکن دسمبوپيکن. تيدق منججسکن سبارڠ ڤيليهن No Chat Reports يڠ لاءين.",
- "gui.nochatreports.safety_status.secure": "ميسيج اورڠ لاءين تيدق بوليه دلاڤورکن کڤد موجڠ.",
- "gui.nochatreports.safety_status.singleplayer": "ميسيج اندا تيدق بوليه دلاڤورکن کڤد موجڠ ددالم دنيا ايکاڤماءين دان دنيا لن يڠ دهوسکن اوليه اندا.",
- "gui.nochatreports.safety_status.unintrusive": "ميسيج اورڠ لاءين موڠکين بوليه دلاڤورکن کڤد موجڠ. صحکن ڤد اينترکسي سوسيال.",
- "gui.nochatreports.safety_status.insecure": "ميسيج اورڠ لاءين بوليه دلاڤورکن کڤد موجڠ.",
+ "gui.nochatreports.ncr_toggle_tooltip": "§lNo Chat Reports:§r %1$s\nجک دڽهداياکن⹁ ميسيج اندا اکن دلاڤورکن کڤد موجڠ دان بوتڠ ڤريساي ڤربوالن اکن دسمبوپيکن. تيدق منججسکن سبارڠ ڤيليهن No Chat Reports يڠ لاٴين.",
+ "gui.nochatreports.safety_status.secure": "ميسيج اورڠ لاٴين تيدق بوليه دلاڤورکن کڤد موجڠ.",
+ "gui.nochatreports.safety_status.singleplayer": "ميسيج اندا تيدق بوليه دلاڤورکن کڤد موجڠ ددالم دنيا ايکاڤماٴين دان دنيا لن يڠ دهوسکن اوليه اندا.",
+ "gui.nochatreports.safety_status.unintrusive": "ميسيج اورڠ لاٴين موڠکين بوليه دلاڤورکن کڤد موجڠ. صحکن ڤد اينترکسي سوسيال.",
+ "gui.nochatreports.safety_status.insecure": "ميسيج اورڠ لاٴين بوليه دلاڤورکن کڤد موجڠ.",
"gui.nochatreports.safety_status.insecure_signing": "ميسيج اندا بوليه دلاڤورکن کڤد موجڠ.",
- "gui.nochatreports.safety_status.realms": "ميسيج اورڠ لاءين بوليه دلاڤورکن کڤد موجڠ. موجڠ جوݢ سچارا ڤاسيف ممنتاو ڤربوالن اونتوق ڤلڠݢرن.",
- "gui.nochatreports.safety_status.unknown": "ستاتوس ڤلاڤورن ڤربوالن بلوم دکتاهوءي. هنتر ميسيج اونتوق منداڤتکن ستاتوس.",
- "gui.nochatreports.safety_status.undefined": "ستاتوس ڤلاڤورن ڤربوالن تيدق دکتاهوءي کران سبواه رالت. چوبا مولاکن سمولا ڤرماءينن.",
+ "gui.nochatreports.safety_status.realms": "ميسيج اورڠ لاٴين بوليه دلاڤورکن کڤد موجڠ. موجڠ جوݢ سچارا ڤاسيف ممنتاو ڤربوالن اونتوق ڤلڠݢرن.",
+ "gui.nochatreports.safety_status.unknown": "ستاتوس ڤلاڤورن ڤربوالن بلوم دکتاهوٴي. هنتر ميسيج اونتوق منداڤتکن ستاتوس.",
+ "gui.nochatreports.safety_status.undefined": "ستاتوس ڤلاڤورن ڤربوالن تيدق دکتاهوٴي کران سبواه رالت. چوبا مولاکن سمولا ڤرماٴينن.",
"gui.nochatreports.signing_status.allowed_realms": "ميسيج اندا سنتياس بوليه دلاڤورکن کڤد موجڠ دالم ريلمس. موجڠ جوݢ سچارا ڤاسيف ممنتاو ڤربوالن اونتوق ڤلڠݢرن.",
"gui.nochatreports.signing_status.allowed": "ميسيج اندا بوليه دلاڤورکن کڤد موجڠ مڠيکوت ڤيليهن اندا.",
- "gui.nochatreports.signing_status.allowed_session": "ميسيج اندا بوليه دلاڤورکن کڤد موجڠ. اونتوق مپيمق سام اد ايت ماسيه دڤرلوکن⹁ سرتاءي ڤلاين اين سکالي لاݢي.",
- "gui.nochatreports.signing_status.disabled_allowance_pending": "ميسيج اندا اکن بوليه دلاڤورکن کڤد موجڠ سباءيق سهاج اندا مڠهنترڽ.",
+ "gui.nochatreports.signing_status.allowed_session": "ميسيج اندا بوليه دلاڤورکن کڤد موجڠ. اونتوق مپيمق سام اد ايت ماسيه دڤرلوکن⹁ سرتاٴي ڤلاين اين سکالي لاݢي.",
+ "gui.nochatreports.signing_status.disabled_allowance_pending": "ميسيج اندا اکن بوليه دلاڤورکن کڤد موجڠ سباٴيق سهاج اندا مڠهنترڽ.",
"gui.nochatreports.signing_status.disabled": "ميسيج اندا تيدق بوليه دلاڤورکن کڤد موجڠ.",
"gui.nochatreports.signing_status.disabled_offline": "ميسيج اندا تيدق بوليه دلاڤورکن کڤد موجڠ.",
- "gui.nochatreports.signing_mode.always.tooltip": "اندا سنتياس لبيه سوک ممڤوپاءي ميسيج يڠ بوليه دلاڤورکن⹁ سڤرتي دالم ۏانيلا.",
- "gui.nochatreports.signing_mode.never.tooltip": "جارق سيمولاسي مڠاول سجاءوه مان روڤا بومي دان اينتيتي اکن دمواتکن دان ددتيقکن. جارق يڠ لبيه ڤينديق بوليه مڠورڠکن ببن ڤلاين دالمن دان بوليه منيڠکتکن قدر بيڠکاي.",
- "gui.nochatreports.signing_mode.never_forced.tooltip": "اندا مڠݢوناکن اکاءون لوار تالين اتاو مڠهادڤي مسئله اينترنيت. جک ڤلاين ممرلوکن ميسيج يڠ بوليه دلاڤورکن⹁ اندا تيدق بوليه بربوال.",
+ "gui.nochatreports.signing_mode.always.tooltip": "اندا سنتياس لبيه سوک ممڤوپاٴي ميسيج يڠ بوليه دلاڤورکن⹁ سڤرتي دالم ۏانيلا.",
+ "gui.nochatreports.signing_mode.never.tooltip": "جارق سيمولاسي مڠاول سجاٴوه مان روڤا بومي دان اينتيتي اکن دمواتکن دان ددتيقکن. جارق يڠ لبيه ڤينديق بوليه مڠورڠکن ببن ڤلاين دالمن دان بوليه منيڠکتکن قدر بيڠکاي.",
+ "gui.nochatreports.signing_mode.never_forced.tooltip": "اندا مڠݢوناکن اکاٴون لوار تالين اتاو مڠهادڤي مسئله اينترنيت. جک ڤلاين ممرلوکن ميسيج يڠ بوليه دلاڤورکن⹁ اندا تيدق بوليه بربوال.",
"gui.nochatreports.signing_mode.prompt.tooltip": "ميسيج اندا تيدق بوليه دلاڤورکن سچارا لالاي⹁ اندا اکن دݢسا اڤابيلا ڤلاين ممرلوکنڽ.",
"gui.nochatreports.signing_mode.on_demand.tooltip": "ميسيج اندا اکن بوليه دلاڤورکن هاڽ جک اي دڤرلوکن اوليه ڤلاين.",
- "gui.nochatreports.signing_required.contents": "ڤلاين اين ممرلوکن سموا ميسيج ڤماءين اونتوق بوليه دلاڤورکن کڤد موجڠ. جک اندا تيدق برستوجو⹁ اندا ماسيه بوليه مڠݢوناکن مان٢ ڤرينته يڠ تيدق برکاءيتن دڠن ڤربوالن.\n\nکليک \"بنرکن تنداتاڠن\" اونتوق برستوجو دان منداياکن ڤربوالن.",
- "chat.nochatreports.disabled.signing_requested": "ڤلاين اين ممرلوکن ميسيج ڤماءين اونتوق بوليه دلاڤورکن کڤد موجڠ. ݢوناکن سکرين ݢساءن اتاو بوتڠ ڤريساي ڤربوالن اونتوق منريما دان منداياکن ڤربوالن.",
+ "gui.nochatreports.signing_required.contents": "ڤلاين اين ممرلوکن سموا ميسيج ڤماٴين اونتوق بوليه دلاڤورکن کڤد موجڠ. جک اندا تيدق برستوجو⹁ اندا ماسيه بوليه مڠݢوناکن مان٢ ڤرينته يڠ تيدق برکاٴيتن دڠن ڤربوالن.\n\nکليک \"بنرکن تنداتاڠن\" اونتوق برستوجو دان منداياکن ڤربوالن.",
+ "chat.nochatreports.disabled.signing_requested": "ڤلاين اين ممرلوکن ميسيج ڤماٴين اونتوق بوليه دلاڤورکن کڤد موجڠ. ݢوناکن سکرين ݢساٴن اتاو بوتڠ ڤريساي ڤربوالن اونتوق منريما دان منداياکن ڤربوالن.",
"gui.nochatreports.realms_warning.contents": "معلومت ڤنتيڠ تنتڠ ريلمس:\n• ميسيج ڤربوالن بوليه دلاڤورکن کڤد موجڠ.\n• موجڠ سدڠ ممنتاو ڤربوالن سچارا ڤاسيف اونتوق ڤلڠݢرن.\n• ڤناڤيس کات٢ کست دداياکن سچارا لالاي. اورڠ ديواس بوليه مڽهداياکنڽ دminecraft.net."
}
\ No newline at end of file
diff --git a/Resource Packs/Chat Reporting Helper/pack.mcmeta b/Resource Packs/Chat Reporting Helper/pack.mcmeta
index ad9f137f8..94af8a635 100644
--- a/Resource Packs/Chat Reporting Helper/pack.mcmeta
+++ b/Resource Packs/Chat Reporting Helper/pack.mcmeta
@@ -5,6 +5,6 @@
"translate": "fo.resourcePack.chatreportinghelper",
"fallback": "§7Explains chat reporting with simple phrases and icons§r"
},
- "supported_formats": [18, 34]
+ "supported_formats": [18, 42]
}
}
diff --git a/Resource Packs/Fast Better Grass/pack.mcmeta b/Resource Packs/Fast Better Grass/pack.mcmeta
index ae8da4927..b2aa593fa 100644
--- a/Resource Packs/Fast Better Grass/pack.mcmeta
+++ b/Resource Packs/Fast Better Grass/pack.mcmeta
@@ -5,6 +5,6 @@
"translate": "fo.resourcePack.fastbettergrass",
"fallback": "OptiFine's Better Grass (fast)§r\n§4Must be the first to work"
},
- "supported_formats": [15, 34]
+ "supported_formats": [15, 42]
}
}
diff --git a/Resource Packs/Mod Menu Helper/assets/fo/lang/en_au.json b/Resource Packs/Mod Menu Helper/assets/fo/lang/en_au.json
index eeda707c7..84bcac688 100644
--- a/Resource Packs/Mod Menu Helper/assets/fo/lang/en_au.json
+++ b/Resource Packs/Mod Menu Helper/assets/fo/lang/en_au.json
@@ -1,6 +1,6 @@
{
- "modmenu.dropInfo.line1": "FO mods have §9🛠§r or §8🛠§r, alternatives have §6🔀§r;",
- "modmenu.dropInfo.line2": "others are added by you",
+ "modmenu.dropInfo.line1": "§9🛠§r/§8🛠§r - FO mod, available options; §6🔀§r - FO alternative mod;",
+ "modmenu.dropInfo.line2": "§3§l📥§r - custom resource pack required to see effect",
"menu.shareToLan": "Open to Internet",
"lanServer.title": "Open to Internet",
"lanServer.start": "Open to Internet"
diff --git a/Resource Packs/Mod Menu Helper/assets/fo/lang/en_ca.json b/Resource Packs/Mod Menu Helper/assets/fo/lang/en_ca.json
index eeda707c7..84bcac688 100644
--- a/Resource Packs/Mod Menu Helper/assets/fo/lang/en_ca.json
+++ b/Resource Packs/Mod Menu Helper/assets/fo/lang/en_ca.json
@@ -1,6 +1,6 @@
{
- "modmenu.dropInfo.line1": "FO mods have §9🛠§r or §8🛠§r, alternatives have §6🔀§r;",
- "modmenu.dropInfo.line2": "others are added by you",
+ "modmenu.dropInfo.line1": "§9🛠§r/§8🛠§r - FO mod, available options; §6🔀§r - FO alternative mod;",
+ "modmenu.dropInfo.line2": "§3§l📥§r - custom resource pack required to see effect",
"menu.shareToLan": "Open to Internet",
"lanServer.title": "Open to Internet",
"lanServer.start": "Open to Internet"
diff --git a/Resource Packs/Mod Menu Helper/assets/fo/lang/en_gb.json b/Resource Packs/Mod Menu Helper/assets/fo/lang/en_gb.json
index eeda707c7..84bcac688 100644
--- a/Resource Packs/Mod Menu Helper/assets/fo/lang/en_gb.json
+++ b/Resource Packs/Mod Menu Helper/assets/fo/lang/en_gb.json
@@ -1,6 +1,6 @@
{
- "modmenu.dropInfo.line1": "FO mods have §9🛠§r or §8🛠§r, alternatives have §6🔀§r;",
- "modmenu.dropInfo.line2": "others are added by you",
+ "modmenu.dropInfo.line1": "§9🛠§r/§8🛠§r - FO mod, available options; §6🔀§r - FO alternative mod;",
+ "modmenu.dropInfo.line2": "§3§l📥§r - custom resource pack required to see effect",
"menu.shareToLan": "Open to Internet",
"lanServer.title": "Open to Internet",
"lanServer.start": "Open to Internet"
diff --git a/Resource Packs/Mod Menu Helper/assets/fo/lang/en_nz.json b/Resource Packs/Mod Menu Helper/assets/fo/lang/en_nz.json
index eeda707c7..84bcac688 100644
--- a/Resource Packs/Mod Menu Helper/assets/fo/lang/en_nz.json
+++ b/Resource Packs/Mod Menu Helper/assets/fo/lang/en_nz.json
@@ -1,6 +1,6 @@
{
- "modmenu.dropInfo.line1": "FO mods have §9🛠§r or §8🛠§r, alternatives have §6🔀§r;",
- "modmenu.dropInfo.line2": "others are added by you",
+ "modmenu.dropInfo.line1": "§9🛠§r/§8🛠§r - FO mod, available options; §6🔀§r - FO alternative mod;",
+ "modmenu.dropInfo.line2": "§3§l📥§r - custom resource pack required to see effect",
"menu.shareToLan": "Open to Internet",
"lanServer.title": "Open to Internet",
"lanServer.start": "Open to Internet"
diff --git a/Resource Packs/Mod Menu Helper/assets/fo/lang/en_pt.json b/Resource Packs/Mod Menu Helper/assets/fo/lang/en_pt.json
index eeda707c7..84bcac688 100644
--- a/Resource Packs/Mod Menu Helper/assets/fo/lang/en_pt.json
+++ b/Resource Packs/Mod Menu Helper/assets/fo/lang/en_pt.json
@@ -1,6 +1,6 @@
{
- "modmenu.dropInfo.line1": "FO mods have §9🛠§r or §8🛠§r, alternatives have §6🔀§r;",
- "modmenu.dropInfo.line2": "others are added by you",
+ "modmenu.dropInfo.line1": "§9🛠§r/§8🛠§r - FO mod, available options; §6🔀§r - FO alternative mod;",
+ "modmenu.dropInfo.line2": "§3§l📥§r - custom resource pack required to see effect",
"menu.shareToLan": "Open to Internet",
"lanServer.title": "Open to Internet",
"lanServer.start": "Open to Internet"
diff --git a/Resource Packs/Mod Menu Helper/assets/fo/lang/zlm_arab.json b/Resource Packs/Mod Menu Helper/assets/fo/lang/zlm_arab.json
index 8a1fdd45e..349a0d9a0 100644
--- a/Resource Packs/Mod Menu Helper/assets/fo/lang/zlm_arab.json
+++ b/Resource Packs/Mod Menu Helper/assets/fo/lang/zlm_arab.json
@@ -5,20 +5,20 @@
"modmenu.summaryTranslation.animatica": "انيماسي ترسواي OptiFine\n§3§l📥§r§8🛠 (هاڽ ڤيليهن لنجوتن)",
"modmenu.summaryTranslation.betterbeds": "§6🔀§r کاتيل لبيه ڤانتس\n§8§m🛠§8 (تياد ڤيليهن)",
"modmenu.summaryTranslation.bettermounthud": "تونجوق ماکنن دان XP اڤابيلا منوڠݢڠ مخلوق\n§8§m🛠§8 (تياد ڤيليهن)",
- "modmenu.summaryTranslation.borderlessmining.alt": "§6🔀§r سوکوڠن سکرين ڤنوه دڠن Alt+Tab (ايکوت سرتا)\n§9🛠§8 توݢول مود⹁ سوکوڠن macOS⹁ ساءيز ترسواي⹁ ...",
- "modmenu.summaryTranslation.borderlessmining": "§6🔀§r سوکوڠن سکرين ڤنوه دڠن Alt+Tab (ايکوت سرتا)\n§9🛠§8 بوک فاءيل borderlessmining.json دالم فولدر config",
- "modmenu.summaryTranslation.capes": "منتل OptiFine دان يڠ لاءين\n§9🛠§8 ڤپديا⹁ ڤمبکل ڤيليهن⹁ ...",
- "modmenu.summaryTranslation.cem": "§6🔀§r موديل اينتيتي ترسواي OptiFine (الفا)\n§3§l📥§r§9🛠§8 سوکوڠن OptiFine⹁ ڤمباءيقن موديل",
- "modmenu.summaryTranslation.citresewn": "اءيتم ترسواي OptiFine\n§3§l📥§r§9🛠§8 توݢول مود⹁ بنرکن ڤيک روسق⹁ ...",
+ "modmenu.summaryTranslation.borderlessmining.alt": "§6🔀§r سوکوڠن سکرين ڤنوه دڠن Alt+Tab (ايکوت سرتا)\n§9🛠§8 توݢول مود⹁ سوکوڠن macOS⹁ ساٴيز ترسواي⹁ ...",
+ "modmenu.summaryTranslation.borderlessmining": "§6🔀§r سوکوڠن سکرين ڤنوه دڠن Alt+Tab (ايکوت سرتا)\n§9🛠§8 بوک فاٴيل borderlessmining.json دالم فولدر config",
+ "modmenu.summaryTranslation.capes": "منتل OptiFine دان يڠ لاٴين\n§9🛠§8 ڤپديا⹁ ڤمبکل ڤيليهن⹁ ...",
+ "modmenu.summaryTranslation.cem": "§6🔀§r موديل اينتيتي ترسواي OptiFine (الفا)\n§3§l📥§r§9🛠§8 سوکوڠن OptiFine⹁ ڤمباٴيقن موديل",
+ "modmenu.summaryTranslation.citresewn": "اٴيتم ترسواي OptiFine\n§3§l📥§r§9🛠§8 توݢول مود⹁ بنرکن ڤيک روسق⹁ ...",
"modmenu.summaryTranslation.colormatic": "§6🔀§r ورنا ترسواي OptiFine\n§3§l📥§r§9🛠§8 ککوسوڠن/لاڠيت جرنيه⹁ ڤليچينن چهاي",
"modmenu.summaryTranslation.continuity": "تيکستور برسامبوڠ & ايميسيف OptiFine\n§3§l📥§r§9🛠§8 توݢول چيري٢ بلوک",
- "modmenu.summaryTranslation.controlify": "سوکوڠن ڤڠاول ڤرماءينن\n§9🛠§8 ݢترن, سوارا, ...",
+ "modmenu.summaryTranslation.controlify": "سوکوڠن ڤڠاول ڤرماٴينن\n§9🛠§8 ݢترن, سوارا, ...",
"modmenu.summaryTranslation.cubes-without-borders": "سوکوڠن سکرين ڤنوه دڠن Alt+Tab (ايکوت سرتا)\n§9🛠§8 دالم تتڤن ۏيديو: توݢول مود",
- "modmenu.summaryTranslation.cull-less-leaves": "§6🔀§r داءون ڤوکوق لبيه ڤانتس\n§9🛠§8 توݢول مود⹁ کدالمن داءون",
- "modmenu.summaryTranslation.debugify": "ممڤرباءيقي ڤڤيجت⹁ مڽهدايا ڤنيليميترن موجڠ\n§9🛠§8 ليهت ويکي FO اونتوق معلومت لنجوت",
+ "modmenu.summaryTranslation.cull-less-leaves": "§6🔀§r داٴون ڤوکوق لبيه ڤانتس\n§9🛠§8 توݢول مود⹁ کدالمن داٴون",
+ "modmenu.summaryTranslation.debugify": "ممڤرباٴيقي ڤڤيجت⹁ مڽهدايا ڤنيليميترن موجڠ\n§9🛠§8 ليهت ويکي FO اونتوق معلومت لنجوت",
"modmenu.summaryTranslation.dynamic_fps": "مڠورڠکن BPS دلاتر بلاکڠ\n§9🛠§8 توݢول مود, ڤوليهکن اڤابيلا توديڠ, ...",
"modmenu.summaryTranslation.e4mc_minecraft": "بوک دنيا کأينترنيت سڤرتي دنيا لن\n§9✎§8 کونفيݢوراسي منروسي \"بوک کأينترنيت\"",
- "modmenu.summaryTranslation.enhancedblockentities": "ڤتي, ڤاڤن تندا, کاتيل د.ل.ل. يڠ لبيه ڤانتس\n§9🛠§8 بلوک اونتوق دتمبه باءيق, قاعده",
+ "modmenu.summaryTranslation.enhancedblockentities": "ڤتي, ڤاڤن تندا, کاتيل د.ل.ل. يڠ لبيه ڤانتس\n§9🛠§8 بلوک اونتوق دتمبه باٴيق, قاعده",
"modmenu.summaryTranslation.entity_model_features": "موديل اينتيتي ترسواي OptiFine\n§3§l📥§r§8🛠 (هاڽ ڤيليهن لنجوتن)",
"modmenu.summaryTranslation.entity_texture_features": "مخلوق راوق & ايميسيف OptiFine\n§3§l📥§r§9🛠§8 مخلوق راوق⹁ ايميسيتيۏيتي⹁ مات برکديڤ⹁ ...",
"modmenu.summaryTranslation.entityculling": "برهنتي مماڤرکن مخلوق دسباليق دينديڠ\n§8🛠 (هاڽ ڤيليهن لنجوتن)",
@@ -26,25 +26,25 @@
"modmenu.summaryTranslation.fabrishot": "امبيل تڠکڤن لاير 4K دڠن F9\n§9🛠§8 ݢنتيکن F2⹁ ريسولوسي⹁ ککونچي ڤينتس⹁ ...",
"isxander-main-menu-credits.fabrishot": "امبيل تڠکڤن لاير 4K دڠن F9",
"modmenu.summaryTranslation.fadeless": "§6🔀§r مڠاليه کلوار انيماسي ڤودر ڤمواتن\n§8§m🛠§8 (تياد ڤيليهن)",
- "modmenu.summaryTranslation.fastquit": "کلوار سمرتا درڤد دنيا ايکاڤماءين\n§9🛠§8 ڤنونجوق⹁ ...",
- "modmenu.summaryTranslation.ferritecore": "مڠورڠکن ڤڠݢوناءن RAM\n§8🛠 (هاڽ ڤيليهن لنجوتن)",
+ "modmenu.summaryTranslation.fastquit": "کلوار سمرتا درڤد دنيا ايکاڤماٴين\n§9🛠§8 ڤنونجوق⹁ ...",
+ "modmenu.summaryTranslation.ferritecore": "مڠورڠکن ڤڠݢوناٴن RAM\n§8🛠 (هاڽ ڤيليهن لنجوتن)",
"modmenu.summaryTranslation.fsb-interop": "لاڠيت ترسواي OptiFine\n§3§l📥§r§9🛠§8 فورمت⹁ لبيه ڤيليه فورمت سنديري⹁ ...",
"modmenu.summaryTranslation.immediatelyfast": "مڠوڤتيمومکن مخلوق⹁ بلوک بکس⹁ GUI دان HUD\n§8🛠 (هاڽ ڤيليهن لنجوتن)",
"modmenu.summaryTranslation.iris": "ڤمبايڠ OptiFine\n§3§l📥§r§9🛠§8 توݢول مود⹁ ڤيليه ڤمبايڠ⹁ ککونچي ڤينتس⹁ ...",
"modmenu.summaryTranslation.isxander-main-menu-credits": "ۏرسي ڤيک مود ڤد سکرين اوتام\n§8🛠 (هاڽ ڤيليهن لنجوتن)",
- "modmenu.summaryTranslation.itemmodelfix": "§6🔀§r ممڤرباءيقي ݢاريس لوتسينر ڤد اءيتم يڠ دڤݢڠ\n§9🛠§8 قاعده",
+ "modmenu.summaryTranslation.itemmodelfix": "§6🔀§r ممڤرباٴيقي ݢاريس لوتسينر ڤد اٴيتم يڠ دڤݢڠ\n§9🛠§8 قاعده",
"modmenu.summaryTranslation.lambdynlights": "چهاي ديناميک OptiFine\n§9🛠§8 کواليتي⹁ ڤيليهن اينتيتي⹁ ...",
"modmenu.summaryTranslation.languagereload": "ڤنوکرن بهاس سمرتا⹁ کوتق چارين\n§9🛠§8 چارين کرياتيف مولتيبهاس⹁ ...",
"modmenu.summaryTranslation.lithium": "مڠوڤتيمومکن فيزيک دان چبيسن\n§8🛠 (هاڽ ڤيليهن لنجوتن)",
- "modmenu.summaryTranslation.memoryleakfix": "ممڤرباءيقي کبوچورن ايڠتن\n§8§m🛠§8 (تياد ڤيليهن)",
+ "modmenu.summaryTranslation.memoryleakfix": "ممڤرباٴيقي کبوچورن ايڠتن\n§8§m🛠§8 (تياد ڤيليهن)",
"modmenu.summaryTranslation.midnightcontrols": "§6🔀§r سوکوڠن ڤڠاول دان سکرين سنتوه\n§9🛠§8 قاعده اينڤوت⹁ ککونچي ڤينتس⹁ ڤيليهن ڤڠاول⹁ ...",
"modmenu.summaryTranslation.mixintrace": "ممبنتو ڤمباڠون منچاري ڤونچا رانڤ سيستم\n§8§m🛠§8 (تياد ڤيليهن)",
- "modmenu.summaryTranslation.modelfix": "§6🔀§r ممڤرباءيقي ݢاريس لوتسينر ڤد اءيتم دان بلوک\n§9🛠§8 قاعده",
- "modmenu.summaryTranslation.modernfix": "اوڤتيمومکن کلاجوان ڤمواتن & ڤڠݢوناءن RAM\n§8🛠 (هاڽ ڤيليهن لنجوتن)",
+ "modmenu.summaryTranslation.modelfix": "§6🔀§r ممڤرباٴيقي ݢاريس لوتسينر ڤد اٴيتم دان بلوک\n§9🛠§8 قاعده",
+ "modmenu.summaryTranslation.modernfix": "اوڤتيمومکن کلاجوان ڤمواتن & ڤڠݢوناٴن RAM\n§8🛠 (هاڽ ڤيليهن لنجوتن)",
"modmenu.summaryTranslation.modmenu": "مينو مود اين\n§9🛠§8 ڤلتقن بوتڠ⹁ ڤناڤيسن⹁ ڤڠيسيهن⹁ ...",
"modmenu.summaryTranslation.morechathistory": "منيڠکتکن حد سجاره ڤربوالن\n§8§m🛠§8 (تياد ڤيليهن)",
- "modmenu.summaryTranslation.moreculling": "برهنتي مماڤرکن سيسي ترسمبوپي بلوک\n§9🛠§8 توݢول بلوک⹁ بيڠکاي اءيتم⹁ ...",
- "modmenu.summaryTranslation.nochatreports": "ڤنونجوق ستاتوس ڤربوالن يڠ کونسيستن\n§9🛠§8 توݢول مود⹁ ڤنونجوق ڤربوالن⹁ مود ݢساءن⹁ ...",
+ "modmenu.summaryTranslation.moreculling": "برهنتي مماڤرکن سيسي ترسمبوپي بلوک\n§9🛠§8 توݢول بلوک⹁ بيڠکاي اٴيتم⹁ ...",
+ "modmenu.summaryTranslation.nochatreports": "ڤنونجوق ستاتوس ڤربوالن يڠ کونسيستن\n§9🛠§8 توݢول مود⹁ ڤنونجوق ڤربوالن⹁ مود ݢساٴن⹁ ...",
"modmenu.summaryTranslation.optigui": "انتاراموک ڤڠݢونا برݢرافيک ترسواي OptiFine\n§3§l📥§r§8§m🛠§8 (تياد ڤيليهن)",
"modmenu.summaryTranslation.paginatedadvancements": "سکرين کماجوان بسر دان سناراي کڤرلوان\n§9🛠§8 کترليهاتن کڤرلوان⹁ ڤپمتن تب⹁ ...",
"modmenu.summaryTranslation.polytone": "ورنا ترسواي OptiFine\n§3§l📥§r§8§m🛠§8 (تياد ڤيليهن)",
@@ -52,11 +52,11 @@
"modmenu.summaryTranslation.reeses-sodium-options": "مينو تتڤن ۏيديو منݢق\n§8§m🛠§8 (تياد ڤيليهن)",
"modmenu.summaryTranslation.rrls": "ڤيک سومبر دمواتکن دسباليق لاير\n§9🛠§8 کلاجوان انيماسي ڤودر ڤمواتن⹁ ...",
"modmenu.summaryTranslation.sodium-extra": "ڤيليهن ݢرافيک OptiFine\n§9🛠§8 دالم تتڤن ۏيديو: انيماسي⹁ ڤرتيکل⹁ ...",
- "modmenu.summaryTranslation.sodium": "مڠوڤتيمومکن ڤماڤرن⹁ BPS لبيه باءيق\n§9🛠§8 دالم تتڤن ۏيديو: ڤڠأوڤتيمومن",
+ "modmenu.summaryTranslation.sodium": "مڠوڤتيمومکن ڤماڤرن⹁ BPS لبيه باٴيق\n§9🛠§8 دالم تتڤن ۏيديو: ڤڠأوڤتيمومن",
"sodium.options.buttons.donate": "سوکوڠ Sodium!",
"modmenu.summaryTranslation.yosbr": "ڤيليهن لالاي ڤيک مود اين\n§9🛠§8 اونتوق منتڤکن سمولا⹁ ليهت ويکي FO",
"modmenu.summaryTranslation.zoomify": "زوم دڠن مناهن C\n§9🛠§8 جارق, کاميرا سينيماتيک, ککونچي ڤينتس, ...",
- "fo.resourcePack.fastbettergrass": "§7رومڤوت لبيه باءيق OF (ڤانتس)§r\n§4§rڤرلو براد دڤاليڠ اتس",
+ "fo.resourcePack.fastbettergrass": "§7رومڤوت لبيه باٴيق OF (ڤانتس)§r\n§4§rڤرلو براد دڤاليڠ اتس",
"menu.shareToLan": "بوک کأينترنيت",
"lanServer.title": "بوک کأينترنيت",
"lanServer.start": "بوک کأينترنيت"
diff --git a/Resource Packs/Mod Menu Helper/pack.mcmeta b/Resource Packs/Mod Menu Helper/pack.mcmeta
index 391c92c71..0f4e9781d 100644
--- a/Resource Packs/Mod Menu Helper/pack.mcmeta
+++ b/Resource Packs/Mod Menu Helper/pack.mcmeta
@@ -1,6 +1,6 @@
{
"pack": {
- "pack_format": 34,
+ "pack_format": 42,
"description": {
"translate": "fo.resourcePack.modmenuhelper",
"fallback": "§7Lists mods' main features and options in Mod Menu§r"