This commit is contained in:
Madis 2022-09-19 21:30:21 +03:00
parent 6fc006f6d9
commit 8c244d42a1
16 changed files with 80 additions and 83 deletions

View file

@ -3,6 +3,15 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www.
## 1.19.2
### 4.3.4 (2022-09-19)
- Updated Debugify, Entity Texture Features, OptiGUI, YetAnotherConfigLib
- Debugify fixed a bug that made game startup slower
- OptiGUI received several fixes to performance and crashes
- Disabled MC-228976 on Debugify as it's already fixed by Lithium
- Removed MoreCulling config as it is not currently included in FO
- Removed Bobby config as people prefer its defaults when they install it (it is still a supported alternative mod)
### 4.3.3 (2022-09-16)
Performance improvements!

View file

@ -11,12 +11,12 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Fabulously Optimized",
"version": "4.3.3",
"version": "4.3.4",
"author": "robotkoer",
"files": [
{
"projectID": 596224,
"fileID": 3971285,
"fileID": 3996701,
"required": true
},
{
@ -41,7 +41,7 @@
},
{
"projectID": 568563,
"fileID": 3989153,
"fileID": 3995037,
"required": true
},
{
@ -106,7 +106,7 @@
},
{
"projectID": 619986,
"fileID": 3870988,
"fileID": 3995878,
"required": true
},
{
@ -185,13 +185,13 @@
"required": true
},
{
"projectID": 627566,
"fileID": 3908979,
"projectID": 448233,
"fileID": 3823508,
"required": true
},
{
"projectID": 448233,
"fileID": 3823508,
"projectID": 627566,
"fileID": 3908979,
"required": true
},
{
@ -201,7 +201,7 @@
},
{
"projectID": 667299,
"fileID": 3990659,
"fileID": 3995835,
"required": true
},
{
@ -225,8 +225,8 @@
"required": true
},
{
"projectID": 455508,
"fileID": 3981799,
"projectID": 618812,
"fileID": 3846496,
"required": true
},
{
@ -235,8 +235,8 @@
"required": true
},
{
"projectID": 618812,
"fileID": 3846496,
"projectID": 455508,
"fileID": 3981799,
"required": true
},
{
@ -245,13 +245,13 @@
"required": true
},
{
"projectID": 325092,
"fileID": 3821958,
"projectID": 360438,
"fileID": 3923806,
"required": true
},
{
"projectID": 360438,
"fileID": 3923806,
"projectID": 325092,
"fileID": 3821958,
"required": true
},
{

View file

@ -33,20 +33,20 @@
<li><a href="https://www.curseforge.com/minecraft/mc-mods/smooth-boot">Smooth Boot (Fabric) (by UltimateBoomer)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/antighost">AntiGhost (by Giselbaer)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-mount-hud">Better Mount HUD (by Lortseam_)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/memoryleakfix">MemoryLeakFix (by FX_PR0CESS)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/entityculling">Entity Culling Fabric/Forge (by tr9zw)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/memoryleakfix">MemoryLeakFix (by FX_PR0CESS)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin">Fabric Language Kotlin (by modmuss50)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/yacl">YetAnotherConfigLib (by XanderIsDev)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mixin-conflict-helper">Mixin Conflict Helper (by XanderIsDev)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lambdynamiclights">LambDynamicLights (by LambdAurora)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mixintrace">MixinTrace (by comp500)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dynamic-fps">Dynamic FPS (by juliand665)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/irisshaders">Iris Shaders (by coderbot)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/no-fade">No Fade (by UltimateBoomer)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/main-menu-credits">Main Menu Credits (by XanderIsDev)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/no-fade">No Fade (by UltimateBoomer)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/irisshaders">Iris Shaders (by coderbot)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/yosbr">Your Options Shall Be Respected (YOSBR) (by shedaniel)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/colormatic">Colormatic (by kwertiTheCats)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lithium">Lithium (Fabric) (by jellysquid3_)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/colormatic">Colormatic (by kwertiTheCats)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cloth-config">Cloth Config API (Fabric/Forge) (by shedaniel)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/indium">Indium (by comp500)</a></li>
</ul>

View file

@ -1,7 +1,7 @@
{
"formatVersion": 1,
"game": "minecraft",
"versionId": "4.3.3",
"versionId": "4.3.4",
"name": "Fabulously Optimized",
"summary": "Improve your graphics and performance with this simple modpack. Experimental releases on Modrinth!",
"files": [
@ -143,16 +143,15 @@
"fileSize": 44742
},
{
"path": "mods/Debugify-2.6.0.jar",
"path": "mods/Debugify-2.6.2.jar",
"hashes": {
"sha1": "850f5ff67eb70cb3fb3b587f13878e1ed9b04d91",
"sha512": "3bbe92e995dffa108ec62ae4c4d7b0024c85cfac5846a6e822d66931dbf90523bd07cbc5a416de890cc6eb5bf9e427bb3792e5856e98252e3508c51abf636a79"
"sha1": "29972815626e690197b66382ace8bdd43b8da33d",
"sha512": "b840870692359daaa6a6b46361c53723eb85d1d0f2c48c1a350954075c2322eede2d9b5f5e1f119da5ecb24eb99f9483ab6c329befb21904dff8ec9a8f11c894"
},
"downloads": [
"https://cdn.modrinth.com/data/QwxR6Gcd/versions/W2UIVXCp/Debugify-2.6.0.jar",
"https://github.com/isXander/Debugify/releases/download/2.6.0/Debugify-2.6.0.jar"
"https://cdn.modrinth.com/data/QwxR6Gcd/versions/SCJtEeya/Debugify-2.6.2.jar"
],
"fileSize": 271892
"fileSize": 274754
},
{
"path": "mods/dynamic-fps-2.2.0.jar",
@ -189,15 +188,15 @@
"fileSize": 75567
},
{
"path": "mods/entity_texture_features_fabric_1.19.x-4.1.0.jar",
"path": "mods/entity_texture_features_fabric_1.19.x-4.1.1.jar",
"hashes": {
"sha1": "3fc5ff2d873ed182705ed69b3847ac47fcb2d6cc",
"sha512": "697f59fa0ac46e8d515f4e952c458663f30ea8625c448f06ff5e815c4cd1ce95261643ed4a39702faecb8585106799ca6e60b99cb1029bcf177e7d9314524143"
"sha1": "0c059c382452f5e657af45a1717318ca9c771ecf",
"sha512": "0d427b9f8eb05e31f1d7608059ff49355100a48a4caf196d56b05db090af032e434ad9c5a4c7dfe55eb519663e91f1ddd29c5683a4a9df6faf8a229b49f962a2"
},
"downloads": [
"https://cdn.modrinth.com/data/BVzZfTc1/versions/8lkMJvNv/entity_texture_features_fabric_1.19.x-4.1.0.jar"
"https://cdn.modrinth.com/data/BVzZfTc1/versions/QsPxlaAU/entity_texture_features_fabric_1.19.x-4.1.1.jar"
],
"fileSize": 347189
"fileSize": 343674
},
{
"path": "mods/fabric-api-0.61.0+1.19.2.jar",
@ -455,16 +454,15 @@
"fileSize": 16197
},
{
"path": "mods/optigui-1.1.1.jar",
"path": "mods/optigui-1.1.4.jar",
"hashes": {
"sha1": "5da0d10efb27e8cc3db902ef5e2480d608fabf71",
"sha512": "5758103b1c18c38c93b97162cf1e4b5dd56745f6b88858a19301ae2db1c8864cad86562adc2fe735dc6f0f24118d30d1f24fdba78e8abdae95b0b38f9d1c14e8"
"sha1": "c6470f954a333f1df2a5a9b128858fe4d96628e0",
"sha512": "fca9a86060e7f4a32e4fdca71c1c52770ae7054085bd7dafb897dee80ffd12c79a36a58bfa61affb46b9f35846943d4cfd899c5c5581b4bdba26b7490da3ad2d"
},
"downloads": [
"https://cdn.modrinth.com/data/JuksLGBQ/versions/v1.1.1+1.19/optigui-1.1.1.jar",
"https://github.com/opekope2/OptiGUI/releases/download/v1.1.1-1.19/optigui-1.1.1.jar"
"https://cdn.modrinth.com/data/JuksLGBQ/versions/DvWsedjb/optigui-1.1.4.jar"
],
"fileSize": 272251
"fileSize": 275584
},
{
"path": "mods/puzzle-1.4.0-1.19.jar",
@ -549,15 +547,15 @@
"fileSize": 10838
},
{
"path": "mods/YetAnotherConfigLib-1.2.0.jar",
"path": "mods/YetAnotherConfigLib-1.3.0.jar",
"hashes": {
"sha1": "a2ab86c3d774b33145fd1ed98f52e9918ff00758",
"sha512": "b6bf7f6c297ba4b94d1a4a2ef92861a84998a50f18e050763590309e191e286e8d419abbb95e3e809f79a8091dbf5bcb3359092917eb410536d5c1c770f93003"
"sha1": "8713870a0bb3d03daa18c8c86e90e6a1a861e39b",
"sha512": "ade99fd69de55b1e6127bc996b212817d55118c7c601284e7204889b2592825f3c16042f3a6a764076707d6372f8887461d8fad17f7f64ae6d1410290eaf79a8"
},
"downloads": [
"https://cdn.modrinth.com/data/1eAoo2KR/versions/RsiSJn8g/YetAnotherConfigLib-1.2.0.jar"
"https://cdn.modrinth.com/data/1eAoo2KR/versions/Op8HYd0I/YetAnotherConfigLib-1.3.0.jar"
],
"fileSize": 123083
"fileSize": 129367
},
{
"path": "mods/yosbr-0.1.1.jar",

View file

@ -1,4 +1,4 @@
InstanceType=OneSix
iconKey=pack
name=Fabulously Optimized 4.3.3
name=Fabulously Optimized 4.3.4
notes=https://fabulously-optimized.github.io/

View file

@ -1 +1 @@
{"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-121772":true,"MC-122477":true,"MC-140646":true,"MC-199467":true,"MC-228976":true,"MC-235035":true,"MC-237493":true,"MC-249059":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true}
{"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-121772":true,"MC-122477":true,"MC-140646":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-249059":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true}

View file

@ -1 +1 @@
{"version":1,"overrides":{"fabric-api":{"+depends":{"fabricloader":">=0.14.9"},"+recommends":{"Fabulously Optimized":">4.3.3"}},"debugify":{"conflicts":{}},"cem":{"recommends":{}},"colormatic":{"recommends":{}}}}
{"version":1,"overrides":{"fabric-api":{"+depends":{"fabricloader":">=0.14.9"},"+recommends":{"Fabulously Optimized":">4.3.4"}},"debugify":{"conflicts":{}},"cem":{"recommends":{}},"colormatic":{"recommends":{}}}}

View file

@ -1 +1 @@
{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 4.3.3","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.antighost","color":"dark_gray"}]}}
{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 4.3.4","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.antighost","color":"dark_gray"}]}}

View file

@ -1 +0,0 @@
delete-unused-regions-after-days=0

View file

@ -1 +0,0 @@
useCustomItemFrameRenderer = false

View file

@ -10,15 +10,15 @@ hash = "dcb9f9dd8184ba8ee7c81e785f677434c7cda2acb925fd3d542e2a361ee78e32"
[[files]]
file = "config/debugify.json"
hash = "58886054eb8aacde220f538be54873ff3ab97114d5cb04b60569dc36f251a656"
hash = "ff3ce0b604b23c1b5696aad750735614ab011d975102045384f9d35abb50e771"
[[files]]
file = "config/fabric_loader_dependencies.json"
hash = "0f930260dd4f4c7cf5812695b294c40b9c03dd2e108976253f9bda35361629d0"
hash = "f1515a856c36c88b3252ef8755d4e52eb8f8897ab31b9467439c23c9450a5a74"
[[files]]
file = "config/isxander-main-menu-credits.json"
hash = "5e7caa425c292bc3b79e718d05f54f33d96af4fcfdcdeec81abcd8e5e506e989"
hash = "733666edfb5f6ae44c07ce37b68617066b1d58b0f4b9177cece7d8cc40225ab2"
[[files]]
file = "config/lithium.properties"
@ -36,10 +36,6 @@ hash = "1db967817059276c90dd3fd34e2573abe7883f2a169285a2c03632f6c9d31fe8"
file = "config/yosbr/options.txt"
hash = "fac2b7b20eaa1b22340ff7afca7daf12e800cc9c520f632f9a0c1b4730211d2c"
[[files]]
file = "config/yosbr/config/bobby.conf"
hash = "7668a9ed5d5d6878dd49d552396b7aab57e5345d031a0f776b90f9a477a06195"
[[files]]
file = "config/yosbr/config/borderlessmining.json"
hash = "1dfdc3360afe91b5804eef79f8b868f874e3dfc0c975495f8994f378ffe37a8f"
@ -84,10 +80,6 @@ hash = "b792f2977c2889e388d0a0e83e316ed4f27050729d86c8623e8472accb8a2a46"
file = "config/yosbr/config/midnightlib.json"
hash = "f7f7122784c7a6bcdb034e663fd756e16ffe69a668cb1b334e2be622f8c7bd55"
[[files]]
file = "config/yosbr/config/moreculling.toml"
hash = "b9196e07b7b1a7239992b737b50ea35a337c87d1828a20d5f23300b18050f37c"
[[files]]
file = "config/yosbr/config/sodium-options.json"
hash = "dd6f94bc9b0002d8db083a1f7a4238fd93489046f3084b03ce92338ab5a65b00"
@ -170,7 +162,7 @@ metafile = true
[[files]]
file = "mods/debugify.pw.toml"
hash = "2d7cb9fc0b2648696bbbd37e03467e4ab0c77124536391d39f3f2381700b7b19"
hash = "cb2f1b93f178b08071263ba60f61fa5f3b999e418c4aff835f7c0efcc24425ae"
metafile = true
[[files]]
@ -190,7 +182,7 @@ metafile = true
[[files]]
file = "mods/entity_texture_features.pw.toml"
hash = "1dfebd6506575e75dd6c25f45467a90ac4e4d64426eacef5f248e1270e9b5126"
hash = "1c6d86cc67c21717c714aec26c21af871f6512e152d528d486e89642e6d4d497"
metafile = true
[[files]]
@ -305,7 +297,7 @@ metafile = true
[[files]]
file = "mods/optigui.pw.toml"
hash = "eecdaabb264ea36fc9c9a3b8df728f15ad437a48f4a06d61e15e201b02b5a877"
hash = "dc9f97a70d40c3df9129f15da27ec212a96a46dc21e0c566d6c3f7d5c5ad4aca"
metafile = true
[[files]]
@ -345,7 +337,7 @@ metafile = true
[[files]]
file = "mods/yet-another-config-lib.pw.toml"
hash = "6a04677ad56b0aef8b149e21bd616774a10a5cb23815ccad0089db8647bdcf8b"
hash = "6caff44a7ae093849e61d2aa3a8f339ff4f23dab60046f046ab5f889f7e5d80a"
metafile = true
[[files]]

View file

@ -1,13 +1,13 @@
name = "Debugify"
filename = "Debugify-2.6.0.jar"
filename = "Debugify-2.6.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/W2UIVXCp/Debugify-2.6.0.jar"
url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/SCJtEeya/Debugify-2.6.2.jar"
hash-format = "sha512"
hash = "3bbe92e995dffa108ec62ae4c4d7b0024c85cfac5846a6e822d66931dbf90523bd07cbc5a416de890cc6eb5bf9e427bb3792e5856e98252e3508c51abf636a79"
hash = "b840870692359daaa6a6b46361c53723eb85d1d0f2c48c1a350954075c2322eede2d9b5f5e1f119da5ecb24eb99f9483ab6c329befb21904dff8ec9a8f11c894"
[update]
[update.modrinth]
mod-id = "QwxR6Gcd"
version = "W2UIVXCp"
version = "SCJtEeya"

View file

@ -1,13 +1,13 @@
name = "Entity Texture Features - [Fabric & Forge]"
filename = "entity_texture_features_fabric_1.19.x-4.1.0.jar"
filename = "entity_texture_features_fabric_1.19.x-4.1.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/8lkMJvNv/entity_texture_features_fabric_1.19.x-4.1.0.jar"
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/QsPxlaAU/entity_texture_features_fabric_1.19.x-4.1.1.jar"
hash-format = "sha512"
hash = "697f59fa0ac46e8d515f4e952c458663f30ea8625c448f06ff5e815c4cd1ce95261643ed4a39702faecb8585106799ca6e60b99cb1029bcf177e7d9314524143"
hash = "0d427b9f8eb05e31f1d7608059ff49355100a48a4caf196d56b05db090af032e434ad9c5a4c7dfe55eb519663e91f1ddd29c5683a4a9df6faf8a229b49f962a2"
[update]
[update.modrinth]
mod-id = "BVzZfTc1"
version = "8lkMJvNv"
version = "QsPxlaAU"

View file

@ -1,13 +1,13 @@
name = "OptiGUI"
filename = "optigui-1.1.1.jar"
filename = "optigui-1.1.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/v1.1.1+1.19/optigui-1.1.1.jar"
url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/DvWsedjb/optigui-1.1.4.jar"
hash-format = "sha512"
hash = "5758103b1c18c38c93b97162cf1e4b5dd56745f6b88858a19301ae2db1c8864cad86562adc2fe735dc6f0f24118d30d1f24fdba78e8abdae95b0b38f9d1c14e8"
hash = "fca9a86060e7f4a32e4fdca71c1c52770ae7054085bd7dafb897dee80ffd12c79a36a58bfa61affb46b9f35846943d4cfd899c5c5581b4bdba26b7490da3ad2d"
[update]
[update.modrinth]
mod-id = "JuksLGBQ"
version = "SBi7COdt"
version = "DvWsedjb"

View file

@ -1,13 +1,13 @@
name = "YetAnotherConfigLib"
filename = "YetAnotherConfigLib-1.2.0.jar"
filename = "YetAnotherConfigLib-1.3.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/RsiSJn8g/YetAnotherConfigLib-1.2.0.jar"
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/Op8HYd0I/YetAnotherConfigLib-1.3.0.jar"
hash-format = "sha512"
hash = "b6bf7f6c297ba4b94d1a4a2ef92861a84998a50f18e050763590309e191e286e8d419abbb95e3e809f79a8091dbf5bcb3359092917eb410536d5c1c770f93003"
hash = "ade99fd69de55b1e6127bc996b212817d55118c7c601284e7204889b2592825f3c16042f3a6a764076707d6372f8887461d8fad17f7f64ae6d1410290eaf79a8"
[update]
[update.modrinth]
mod-id = "1eAoo2KR"
version = "RsiSJn8g"
version = "Op8HYd0I"

View file

@ -1,12 +1,12 @@
name = "Fabulously Optimized"
author = "robotkoer"
version = "4.3.3"
version = "4.3.4"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "51ad442417b32d12711b462bcfcf2e787b275a10bb017b108eb0ba0153065d1c"
hash = "3ac85f6e34ddc607d842c3457d63a8bf618d78b4f8033d5c54de259d9bda54d4"
[versions]
fabric = "0.14.9"