4.2.0-beta.5

This commit is contained in:
Madis 2022-08-22 15:22:55 +03:00
parent 1ab4f071b1
commit 7ea3b08c3a
14 changed files with 57 additions and 69 deletions

View file

@ -3,6 +3,14 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www.
## 1.19.2 ## 1.19.2
### 4.2.0-beta.5 (2022-08-22)
- Updated Hold That Chunk, Reese's Sodium Options
- Removed Cloth Config API - I think it is no longer separately needed, let me know if you still get errors related to it though
- Enabled "ignoreServerRenderDistance" in Hold That Chunk
- With that it should now _actually_ have full Farsight parity, so please test that again.
- Logs now mention your version of FO
### 4.2.0-beta.4 (2022-08-20) ### 4.2.0-beta.4 (2022-08-20)
- Updated Cull Less Leaves, Fabric API, Mixin Conflict Helper, No Chat Reports, Sodium Extra, Zoomify - Updated Cull Less Leaves, Fabric API, Mixin Conflict Helper, No Chat Reports, Sodium Extra, Zoomify

View file

@ -11,7 +11,7 @@
"manifestType": "minecraftModpack", "manifestType": "minecraftModpack",
"manifestVersion": 1, "manifestVersion": 1,
"name": "Fabulously Optimized", "name": "Fabulously Optimized",
"version": "4.2.0-beta.4", "version": "4.2.0-beta.5",
"author": "robotkoer", "author": "robotkoer",
"files": [ "files": [
{ {
@ -46,7 +46,7 @@
}, },
{ {
"projectID": 657481, "projectID": 657481,
"fileID": 3927839, "fileID": 3946767,
"required": true "required": true
}, },
{ {
@ -76,7 +76,7 @@
}, },
{ {
"projectID": 511319, "projectID": 511319,
"fileID": 3932359, "fileID": 3946216,
"required": true "required": true
}, },
{ {
@ -249,11 +249,6 @@
"fileID": 3821958, "fileID": 3821958,
"required": true "required": true
}, },
{
"projectID": 348521,
"fileID": 3906387,
"required": true
},
{ {
"projectID": 459496, "projectID": 459496,
"fileID": 3911818, "fileID": 3911818,

View file

@ -46,6 +46,5 @@
<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/yosbr">Your Options Shall Be Respected (YOSBR) (by shedaniel)</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/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/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> <li><a href="https://www.curseforge.com/minecraft/mc-mods/indium">Indium (by comp500)</a></li>
</ul> </ul>

View file

@ -1,7 +1,7 @@
{ {
"formatVersion": 1, "formatVersion": 1,
"game": "minecraft", "game": "minecraft",
"versionId": "4.2.0-beta.4", "versionId": "4.2.0-beta.5",
"name": "Fabulously Optimized", "name": "Fabulously Optimized",
"summary": "Improve your graphics and performance with this simple modpack. Experimental releases on Modrinth!", "summary": "Improve your graphics and performance with this simple modpack. Experimental releases on Modrinth!",
"files": [ "files": [
@ -95,17 +95,6 @@
], ],
"fileSize": 382089 "fileSize": 382089
}, },
{
"path": "mods/cloth-config-8.0.75-fabric.jar",
"hashes": {
"sha1": "1d6175cee479a4fac60fc314e988e70485bd29b1",
"sha512": "a6fb5bbb4ddd14ecb3a907e48a3ce2485430e4713a8b0326b001c4a25ed2c1d9e36e1279f3bbb99e8cabcf13801eff0d43563c3505ee80687347f73212661923"
},
"downloads": [
"https://cdn.modrinth.com/data/9s6osm5g/versions/8.0.75+fabric/cloth-config-8.0.75-fabric.jar"
],
"fileSize": 1129049
},
{ {
"path": "mods/colormatic-3.1.2+mc.1.19.jar", "path": "mods/colormatic-3.1.2+mc.1.19.jar",
"hashes": { "hashes": {
@ -137,7 +126,8 @@
"sha512": "91ac69fbf8c46ccabd6d8bb522f3a291a49bbbba07bea4f9a058e3f69f9e612f17703683f37fc07c91eec201751fe69a9cd94b88c3e5c761208cad0cb6ac09e3" "sha512": "91ac69fbf8c46ccabd6d8bb522f3a291a49bbbba07bea4f9a058e3f69f9e612f17703683f37fc07c91eec201751fe69a9cd94b88c3e5c761208cad0cb6ac09e3"
}, },
"downloads": [ "downloads": [
"https://cdn.modrinth.com/data/iG6ZHsUV/versions/1.0.5/CullLessLeaves-1.0.5.jar" "https://cdn.modrinth.com/data/iG6ZHsUV/versions/1.0.5/CullLessLeaves-1.0.5.jar",
"https://github.com/isXander/CullLessLeaves/releases/download/1.0.5/CullLessLeaves-1.0.5.jar"
], ],
"fileSize": 44742 "fileSize": 44742
}, },
@ -205,7 +195,8 @@
"sha512": "8dd02890e3dbe8a87c07706ec8afd77b4fdf67e0e091a2b59cb34f4500bbb2499b9415e1fc94bd3cfb6371d9ebde59f7bfdf5c4d98beac62f54e26e59208b5d7" "sha512": "8dd02890e3dbe8a87c07706ec8afd77b4fdf67e0e091a2b59cb34f4500bbb2499b9415e1fc94bd3cfb6371d9ebde59f7bfdf5c4d98beac62f54e26e59208b5d7"
}, },
"downloads": [ "downloads": [
"https://cdn.modrinth.com/data/P7dR8mSH/versions/0.60.0+1.19.2/fabric-api-0.60.0%2B1.19.2.jar" "https://cdn.modrinth.com/data/P7dR8mSH/versions/0.60.0+1.19.2/fabric-api-0.60.0%2B1.19.2.jar",
"https://github.com/FabricMC/fabric/releases/download/0.60.0%2B1.19.2/fabric-api-0.60.0%2B1.19.2.jar"
], ],
"fileSize": 1510130 "fileSize": 1510130
}, },
@ -244,15 +235,15 @@
"fileSize": 119108 "fileSize": 119108
}, },
{ {
"path": "mods/holdthatchunk-1.0.3+1.18.jar", "path": "mods/holdthatchunk-1.1.0+1.19.jar",
"hashes": { "hashes": {
"sha1": "f636622d808e27dd0fb11021876fd65a06c893e8", "sha1": "b31a2bcd01ad0e15ac689a44ffa7e8536059eac3",
"sha512": "e53493e017ab46d3f0f34da1b89a5fd012620212648b12029f0bf5b8aa9f65478c4c804fbc776d829ee9990badea82d364dab42ce8dcef185c8b843deb18e855" "sha512": "ed06f9dabaa92f98e0503ac3eb74396fb28116ae7178d32d32a06c3af79450d71f0f7496017a96f806e13ed7aca5d9418bc7eb22566b22a4493292d845c4d7e1"
}, },
"downloads": [ "downloads": [
"https://cdn.modrinth.com/data/LXJlc5WJ/versions/1.0.3/holdthatchunk-1.0.3%2B1.18.jar" "https://cdn.modrinth.com/data/LXJlc5WJ/versions/PvLL6TzN/holdthatchunk-1.1.0%2B1.19.jar"
], ],
"fileSize": 19321 "fileSize": 20870
}, },
{ {
"path": "mods/indium-1.0.7+mc1.19.jar", "path": "mods/indium-1.0.7+mc1.19.jar",
@ -392,7 +383,8 @@
"sha512": "a385cd827d83cd9e180d3206e35fa9f66786e3335dda184ae14f83c8e812e15df9fb53cbbff1005a3189b4218486ddf249ea4ebd22b4aae55265f3fe0ecc930d" "sha512": "a385cd827d83cd9e180d3206e35fa9f66786e3335dda184ae14f83c8e812e15df9fb53cbbff1005a3189b4218486ddf249ea4ebd22b4aae55265f3fe0ecc930d"
}, },
"downloads": [ "downloads": [
"https://cdn.modrinth.com/data/MR1VIQJJ/versions/8dRAFcey/MixinConflictHelper-1.2.0.jar" "https://cdn.modrinth.com/data/MR1VIQJJ/versions/8dRAFcey/MixinConflictHelper-1.2.0.jar",
"https://github.com/isXander/MixinConflictHelper/releases/download/1.2.0/MixinConflictHelper-1.2.0.jar"
], ],
"fileSize": 171690 "fileSize": 171690
}, },
@ -478,14 +470,14 @@
"fileSize": 134397 "fileSize": 134397
}, },
{ {
"path": "mods/reeses_sodium_options-1.4.6+mc1.19.2-build.55.jar", "path": "mods/reeses_sodium_options-1.4.7+mc1.19.2-build.59.jar",
"hashes": { "hashes": {
"sha1": "3320b6b8289175b30efc9be6d4b33ef7a6d9a453", "sha1": "b9cc6500afef896a577f7f07b635945d469e4b41",
"sha512": "ccc0758309158a531dc21e37abff22d495903226ab9285f8b5660a1c9ba10f4ada4a755fa95145d6dcbd801f9c6dcd4c00991246439f6ca2588737ebd8547809" "sha512": "5b44706b885a1d29f908af86eb48bdd848fb6222254c360cb05090ec65a31903dcd69c0861940685d3edb6d93b6ef8932dca9c82105dbdfb98f5ed007cfa2cf7"
}, },
"downloads": [ "downloads": [
"https://cdn.modrinth.com/data/Bh37bMuy/versions/mc1.19.2-1.4.6/reeses_sodium_options-1.4.6%2Bmc1.19.2-build.55.jar", "https://cdn.modrinth.com/data/Bh37bMuy/versions/Iusxhlyd/reeses_sodium_options-1.4.7%2Bmc1.19.2-build.59.jar",
"https://github.com/FlashyReese/reeses-sodium-options/releases/download/mc1.19.2-1.4.6/reeses_sodium_options-1.4.6%2Bmc1.19.2-build.55.jar" "https://github.com/FlashyReese/reeses-sodium-options/releases/download/mc1.19.2-1.4.7/reeses_sodium_options-1.4.7%2Bmc1.19.2-build.59.jar"
], ],
"fileSize": 49903 "fileSize": 49903
}, },
@ -508,7 +500,8 @@
"sha512": "2a413c26a3519a2de9ce196694cb443ac078e057ab1fc319f17da6b985f10e7269b908f01c4a4d43ebc726cd0369d2a0fb13d4bf380047cd81f32d3ba4e46655" "sha512": "2a413c26a3519a2de9ce196694cb443ac078e057ab1fc319f17da6b985f10e7269b908f01c4a4d43ebc726cd0369d2a0fb13d4bf380047cd81f32d3ba4e46655"
}, },
"downloads": [ "downloads": [
"https://cdn.modrinth.com/data/PtjYWJkn/versions/xYkvKUSC/sodium-extra-0.4.7%2Bmc1.19.2-build.52.jar" "https://cdn.modrinth.com/data/PtjYWJkn/versions/xYkvKUSC/sodium-extra-0.4.7%2Bmc1.19.2-build.52.jar",
"https://github.com/FlashyReese/sodium-extra-fabric/releases/download/mc1.19.2-0.4.7/sodium-extra-0.4.7%2Bmc1.19.2-build.52.jar"
], ],
"fileSize": 256518 "fileSize": 256518
}, },
@ -564,7 +557,8 @@
"sha512": "a703bd67190302d5764b4670e4e115824cbb254f35a138b0f6e6378a98783e7e30953e15cfd08f88c3f30d02259d2506b69b37d3a08fdacb59c848975c9bfb82" "sha512": "a703bd67190302d5764b4670e4e115824cbb254f35a138b0f6e6378a98783e7e30953e15cfd08f88c3f30d02259d2506b69b37d3a08fdacb59c848975c9bfb82"
}, },
"downloads": [ "downloads": [
"https://cdn.modrinth.com/data/w7ThoJFB/versions/ClfJLhWu/Zoomify-2.3.0.jar" "https://cdn.modrinth.com/data/w7ThoJFB/versions/ClfJLhWu/Zoomify-2.3.0.jar",
"https://github.com/isXander/Zoomify/releases/download/2.3.0/Zoomify-2.3.0.jar"
], ],
"fileSize": 368419 "fileSize": 368419
} }

View file

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

View file

@ -1 +1 @@
{"version":1,"overrides":{"fabric-api":{"+depends":{"fabricloader":">=0.14.9"},"+recommends":{"Fabulously Optimized":"latest"}},"debugify":{"conflicts":{}},"cem":{"recommends":{}},"colormatic":{"recommends":{}}}} {"version":1,"overrides":{"fabric-api":{"+depends":{"fabricloader":">=0.14.9"},"+recommends":{"Fabulously Optimized":">4.2.0-beta.5"}},"debugify":{"conflicts":{}},"cem":{"recommends":{}},"colormatic":{"recommends":{}}}}

View file

@ -0,0 +1 @@
{"ignoreServerRenderDistance":true}

View file

@ -1 +1 @@
{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 4.2.0-beta.4","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.2.0-beta.5","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

@ -0,0 +1 @@
{"ignoreServerRenderDistance":true}

View file

@ -10,11 +10,15 @@ hash = "8e683a923285b2661e1492cf5ee17d4415478e70f8b06bf7c01a65afa705f471"
[[files]] [[files]]
file = "config/fabric_loader_dependencies.json" file = "config/fabric_loader_dependencies.json"
hash = "e7ad992a7fc5650df45d08a0773ef63049a917a12ed9ccc40472b3d107dfb587" hash = "1ef728967500f67d189732653816870ce18cb34421da07a69be7bf3a4c4241d1"
[[files]]
file = "config/holdthatchunk.json"
hash = "2f70df9d87842ccde9fc10e1bc775cfabef69afa57000b13bc1e7aee28db9933"
[[files]] [[files]]
file = "config/isxander-main-menu-credits.json" file = "config/isxander-main-menu-credits.json"
hash = "4669c99df4b43369e4ae4b087ef53bb28bcd8c2f1f651456619d9efdd3f6c9a3" hash = "4bbbec8dc1437c87e6988df55c86a7183bca1ace4b3e0336b26d79c04922ad06"
[[files]] [[files]]
file = "config/modmenu.json" file = "config/modmenu.json"
@ -52,6 +56,10 @@ hash = "00adc4f855ed41412f3c3eb48b859c4ae68b5f2c30ba4c332e66f38e79a0c449"
file = "config/yosbr/config/entity_texture_features.json" file = "config/yosbr/config/entity_texture_features.json"
hash = "35cb31f6ae8e293fed8e4eb5dff841c1e913ca2342af5fd47296f31024e14950" hash = "35cb31f6ae8e293fed8e4eb5dff841c1e913ca2342af5fd47296f31024e14950"
[[files]]
file = "config/yosbr/config/holdthatchunk.json"
hash = "2f70df9d87842ccde9fc10e1bc775cfabef69afa57000b13bc1e7aee28db9933"
[[files]] [[files]]
file = "config/yosbr/config/iris.properties" file = "config/yosbr/config/iris.properties"
hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5"
@ -127,11 +135,6 @@ file = "mods/cit-resewn.pw.toml"
hash = "a662fdb75dc2676b5912ba07b17a481fb1f9c64b9bd93820936997a77aa1636e" hash = "a662fdb75dc2676b5912ba07b17a481fb1f9c64b9bd93820936997a77aa1636e"
metafile = true metafile = true
[[files]]
file = "mods/cloth-config.pw.toml"
hash = "417d6f9564d5d6c76596ea1287f76def11d40d7b4c2f5e88fd4e00abd34286de"
metafile = true
[[files]] [[files]]
file = "mods/colormatic.pw.toml" file = "mods/colormatic.pw.toml"
hash = "7aa8ced63d137481245c7ea9a15b5486193dc2ff944a15ca92479f093da0dc85" hash = "7aa8ced63d137481245c7ea9a15b5486193dc2ff944a15ca92479f093da0dc85"
@ -199,7 +202,7 @@ metafile = true
[[files]] [[files]]
file = "mods/hold-that-chunk.pw.toml" file = "mods/hold-that-chunk.pw.toml"
hash = "dd9c0c87d98f655e385cdfd56cd6524f2853a2af1c19ab995bd42764331eefa4" hash = "45c3a69d127c1e0c173aae730ee2e5875fc298fffa21bfaba75b33e271a78c4e"
metafile = true metafile = true
[[files]] [[files]]
@ -299,7 +302,7 @@ metafile = true
[[files]] [[files]]
file = "mods/reeses-sodium-options.pw.toml" file = "mods/reeses-sodium-options.pw.toml"
hash = "ed5cd8e04cfc5748ffdfaa2a8caa36795addc1f0b641440b0c5a7eedc9cffe6a" hash = "14382dc7503db6e6e02eff91f0935b3aa8b37466fa6d2e949f3c66b8c611f5df"
metafile = true metafile = true
[[files]] [[files]]

View file

@ -1,13 +0,0 @@
name = "Cloth Config API (Fabric/Forge)"
filename = "cloth-config-8.0.75-fabric.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "1d6175cee479a4fac60fc314e988e70485bd29b1"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3906387
project-id = 348521

View file

@ -1,13 +1,13 @@
name = "Hold That Chunk" name = "Hold That Chunk"
filename = "holdthatchunk-1.0.3+1.18.jar" filename = "holdthatchunk-1.1.0+1.19.jar"
side = "both" side = "both"
[download] [download]
hash-format = "sha1" hash-format = "sha1"
hash = "f636622d808e27dd0fb11021876fd65a06c893e8" hash = "b31a2bcd01ad0e15ac689a44ffa7e8536059eac3"
mode = "metadata:curseforge" mode = "metadata:curseforge"
[update] [update]
[update.curseforge] [update.curseforge]
file-id = 3927839 file-id = 3946767
project-id = 657481 project-id = 657481

View file

@ -1,13 +1,13 @@
name = "Reese's Sodium Options" name = "Reese's Sodium Options"
filename = "reeses_sodium_options-1.4.6+mc1.19.2-build.55.jar" filename = "reeses_sodium_options-1.4.7+mc1.19.2-build.59.jar"
side = "both" side = "both"
[download] [download]
hash-format = "sha1" hash-format = "sha1"
hash = "3320b6b8289175b30efc9be6d4b33ef7a6d9a453" hash = "b9cc6500afef896a577f7f07b635945d469e4b41"
mode = "metadata:curseforge" mode = "metadata:curseforge"
[update] [update]
[update.curseforge] [update.curseforge]
file-id = 3932359 file-id = 3946216
project-id = 511319 project-id = 511319

View file

@ -1,11 +1,11 @@
name = "Fabulously Optimized" name = "Fabulously Optimized"
version = "4.2.0-beta.4" version = "4.2.0-beta.5"
pack-format = "packwiz:1.1.0" pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "eac801c3f7ba4ebb139ca0be5c3f6c1cdce567ffea095366fa144d9f13427e5a" hash = "ebcf30ac3309bb7348313f11be3c58de39f99b8428a24172ca8eed48842b0946"
[versions] [versions]
fabric = "0.14.9" fabric = "0.14.9"