This commit is contained in:
Madis 2021-07-01 11:53:57 +03:00
parent 6ef17c98fc
commit 20d23691e2
18 changed files with 111 additions and 146 deletions

View file

@ -11,6 +11,17 @@ Notes for all 1.17 releases:
* Curseforge Launcher: if you're upgrading from MC 1.16.x, please ☑️ Update to new Profile
* MultiMC: Minecraft 1.17 requires Java 16: https://www.oracle.com/java/technologies/javase-jdk16-downloads.html
### 2.0.0b4
Differences from b3
* Added **Iris with Sodium**! (Yes, FPS boost and Optifine shaders!)
* Set the default graphics to fast for general performance improvement
* Re-enabled dynamic light for entities in LambDynamicLights
* Updated mods
* Removed Canvas
* FO is currently still in beta because 1.17.1 is coming soon and Sodium Extra is not there yet
### 2.0.0b3
Differences from b2

View file

@ -11,7 +11,7 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Fabulously Optimized",
"version": "2.0.0b3",
"version": "2.0.0b4",
"author": "robotkoer",
"files": [
{
@ -36,7 +36,7 @@
},
{
"projectID": 419697,
"fileID": 3358435,
"fileID": 3366202,
"required": true
},
{
@ -91,7 +91,7 @@
},
{
"projectID": 308769,
"fileID": 3330753,
"fileID": 3364215,
"required": true
},
{
@ -104,6 +104,11 @@
"fileID": 3342338,
"required": true
},
{
"projectID": 455508,
"fileID": 3370019,
"required": true
},
{
"projectID": 360438,
"fileID": 3359899,
@ -111,7 +116,7 @@
},
{
"projectID": 408481,
"fileID": 3344545,
"fileID": 3370074,
"required": true
},
{
@ -124,11 +129,6 @@
"fileID": 3343876,
"required": true
},
{
"projectID": 318440,
"fileID": 3357916,
"required": true
},
{
"projectID": 404870,
"fileID": 3348402,

View file

@ -17,11 +17,11 @@
<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/slight-gui-modifications">'Slight' Gui Modifications (by shedaniel)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-beds">Better Beds (by Motschen)</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/lithium">Lithium (Fabric) (by jellysquid3)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/capes">Fabric Capes (by VictorKohler)</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/antighost">AntiGhost (by Giselbaer)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/canvas-renderer">Canvas Renderer (by grondagthebarbarian)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fabrishot">Fabrishot (by ramidzkh)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/not-enough-crashes">Not Enough Crashes (Fabric) (by NatanFudge)</a></li>
</ul>

View file

@ -17,6 +17,6 @@ OverrideNativeWorkarounds=false
OverrideWindow=false
iconKey=pack
lastLaunchTime=1624292826541
name=Fabulously Optimized 2.0.0b3
name=Fabulously Optimized 2.0.0b4
notes=https://www.curseforge.com/minecraft/modpacks/fabulously-optimized
totalTimePlayed=198

View file

@ -5,7 +5,7 @@ mainMenu {
x { it - 2 }
y { it - 20 }
}
text = literal("Fabulously Optimized 2.0.0b3")
text = literal("Fabulously Optimized 2.0.0b4")
align = "right"
color = 0xFFFFFF
hoveredColor = 0x55FFFF

View file

@ -1,76 +0,0 @@
{
// Renderer configuration. Determines appearance, performance and available options.
"pipelineId": "canvas:pipelines/canvas_basic.json",
// Glow effect around light sources.
"wavyGrass": false,
// Enable rendering of internal buffers for debug purposes. Off by default to prevent accidental activation.
"enableBufferDebug": false,
// Output load/reload trace data to log. Will have performance impact.
"enableLifeCycleDebug": false,
// Fluid biome colors are blended at block corners to avoid patchy appearance. Slight performance impact to chunk loading.
"blendFluidColors": false,
// Makes light sources less cross-shaped. Chunk loading a little slower. Overall light levels remain similar.
"lightSmoothing": false,
// Models with flat lighting have smoother lighting (but no ambient occlusion).
"semiFlatLighting": true,
// Adjusts quads on some vanilla models (like iron bars) to avoid z-fighting with neighbor blocks.
"preventDepthFighting": true,
// Treats model geometry outside of block boundaries as on the block for lighting purposes. Helps prevent bad lighting outcomes.
"clampExteriorVertices": true,
// Prevent Glowstone and other blocks that emit light from casting shade on nearby blocks.
"fixLuminousBlockShading": true,
// Terrain setup done off the main render thread. Increases FPS when moving. May see occasional flashes of blank chunks
"terrainSetupOffThread": true,
// Use more efficient entity culling. Improves framerate in most scenes.
"cullEntityRender": true,
// When true, render thread does not yield to other threads every frame. Vanilla behavior is false (yields).
"greedyRenderThread": true,
// Use more efficient model loading. Improves chunk rebuild speed and reduces memory use.
"forceJmxModelLoading": true,
// Use half resolution on retina displays - greatly improves frame rate on Macs.
"reduceResolutionOnMac": true,
// Padding at edges of screen to reduce how often terrain visibility is computed. In degrees. Values 0 to 20. Zero disables.
"staticFrustumPadding": 10,
// Extra padding at edges of screen to reduce missing chunks when view rotates and terrainSetupOffThread is on. In degrees. Values 0 to 30. Zero disables.
"dynamicFrustumPadding": 20,
// Culls particles that are not in view. Should always be faster.
"cullParticles": true,
// Output runtime per-material shader source. For shader development debugging.
"shaderDebug": false,
// Summarizes multiple errors and warnings to single-line entries in the log.
"conciseErrors": true,
// Writes information useful for bug reports to the game log at startup.
"logMachineInfo": true,
// Writes OpenGL state changes to log. *VERY SPAMMY - KILLS FRAME RATE* Used only for debugging.
"logGlStateChanges": false,
// Enables LWJGL memory allocation tracking. Will harm performance. Use for debugging memory leaks. Requires restart.
"debugNativeMemoryAllocation": false,
// Uses slower and safer memory allocation method for GL buffers. Use only if having problems. Requires restart.
"safeNativeMemoryAllocation": false,
// Output performance trace data to log. Will have significant performance impact. Requires restart.
"enablePerformanceTrace": false,
// Output periodic snapshots of terrain occlusion raster. Will have performance impact.
"debugOcclusionRaster": false,
// Render active occlusion boxes of targeted render region. Will have performance impact and looks strange.
"debugOcclusionBoxes": false,
// White stained glass occludes terrain. Use to debug terrain occlusion.
"renderWhiteGlassAsOccluder": false,
// Log various region/occluder tests and status changes. Highly verbose and WILL spam the log. Requires restart.
"traceOcclusionOutcomes": false,
// Log clipping or other non-critical failures detected by terrain occluder. May spam the log.
"traceOcclusionEdgeCases": false,
// Log uniforms not found in shaders. Sometimes useful for shader debug. Will spam the log.
"logMissingUniforms": false,
// Log render material states and vanilla RenderLayer mapping. Useful for material debug and pack makers. Will spam the log.
"logMaterials": false,
// Log information on render lag spikes - when they happen and where. Will spam the log.
"logRenderLagSpikes": false,
// Approximate target FPS when logRenderLagSpikes is enabled. If elapsed time exceeds an entire frame, a spike is logged. 30-120
"renderLagSpikeFps": 30,
// Enable and display render profiler data.
"displayRenderProfiler": false,
// Profiler level of detail. 0=Collapse all, 1=Expand program passes, 2=Expand all
"profilerDetailLevel": 0,
// Size of the profiler overlay relative to GUI scale.
"profilerOverlayScale": 0.5
}

View file

@ -1,18 +0,0 @@
{
"canvas:basic_light_config": {
"ao_shading_mode": "normal",
"diffuse_shading_mode": "normal"
},
"canvas:fog_config": {
"fog_mode": "vanilla"
},
"canvas:handheld_light_config": {
"handheld_light_radius": 10
},
"canvas:bloom_config": {
"bloom_intensity": 0.1,
"bloom_downsample_dist": 1.0,
"bloom_upsample_dist": 0.1,
"bloom_cutoff": 0.02
}
}

View file

@ -0,0 +1,4 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Thu Jul 01 10:53:00 EEST 2021
shaderPack=
enableShaders=false

View file

@ -9,7 +9,7 @@ mode = "fastest"
# Enable block entities light source.
block_entities = true
# Enable entities light source.
entities = false
entities = true
# TNT lighting mode. May be off, simple or fancy.
tnt = "simple"
# Creeper lighting mode. May be off, simple or fancy.

View file

@ -0,0 +1,19 @@
{
"quality": {
"cloud_quality": "FAST",
"weather_quality": "FAST",
"enable_vignette": true,
"enable_clouds": true
},
"advanced": {
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_particle_culling": true,
"use_fog_occlusion": true,
"use_block_face_culling": true,
"allow_direct_memory_access": true
},
"notifications": {
"hide_donation_button": true
}
}

View file

@ -4,12 +4,13 @@ snooperEnabled:false
darkMojangStudiosBackground:true
gamma:0.5
guiScale:3
graphicsMode:0
particles:2
tutorialStep:none
skipMultiplayerWarning:true
joinedFirstServer:true
key_key.saveToolbarActivator:key.keyboard.unknown
key_key.wi_zoom.zoom:key.keyboard.c
key_key.canvas.debug_toggle:key.keyboard.unknown
key_key.canvas.debug_prev:key.keyboard.unknown
key_key.canvas.debug_next:key.keyboard.unknown
key_key.canvas.recompile:key.keyboard.unknown
key_iris.keybind.reload:key.keyboard.unknown
key_iris.keybind.toggleShaders:key.keyboard.unknown
key_iris.keybind.shaderPackSelection:key.keyboard.unknown

View file

@ -2,15 +2,7 @@ hash-format = "sha256"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "4403c4fe756c49a850b8fce735b293553b5e0064d74bf0d26ea29ef35ff509d8"
[[files]]
file = "config/yosbr/config/canvas.json5"
hash = "cfb50e5ec2cd5ccfbde97d31c224eaba09f44fe5b4e2d362f776ef2828af835a"
[[files]]
file = "config/yosbr/config/canvas_pipeline_options.json5"
hash = "18ce8078e3aeb4595d435b1b9f0fd1a086a8c6cf6fc973296c8555513233f5dd"
hash = "95b3d378fdae067bda08d92992656544aa0fd6b0e5ea37ebe8d9f3f8bd9c69bc"
[[files]]
file = "config/yosbr/config/capes.json5"
@ -20,9 +12,13 @@ hash = "94f7fc7719381bc6e474b6df30840d2aab0e8c4ed80d2f6191cf1b5b7d92be3f"
file = "config/yosbr/config/cullleaves.json"
hash = "014dc67623c4e871b26ad8b58477897bb61f478445b4a9c1c89d9c3e545ace8c"
[[files]]
file = "config/yosbr/config/iris.properties"
hash = "1e4a1dddf8891e81dfac8837220705757874be3fb7009f05dcf4e983e3d925b8"
[[files]]
file = "config/yosbr/config/lambdynlights.toml"
hash = "58f198cf16e362debad3022b272a89dd7fb1f2b05b89bf73bf5925dd70f03691"
hash = "1a0c50101df35b82a3015882331c4b1b76bec59a05c25cac50bff3547b891f25"
[[files]]
file = "config/yosbr/config/modmenu.json"
@ -32,9 +28,13 @@ hash = "c26bab6d48617e4a0056ae75cce7a46d97c938b08c809b3e62dab9c6cb2ef432"
file = "config/yosbr/config/slightguimodifications/config.json5"
hash = "c44249c87c48216b9ce39bd233b88e2a5e901fb7589b54cee79ac566bcb0c018"
[[files]]
file = "config/yosbr/config/sodium-options.json"
hash = "b3d937324906eeec068c3335061167c85694a869a9f6c5cd5800b64b08c05201"
[[files]]
file = "config/yosbr/options.txt"
hash = "aa5b3e79dc59178f842a8b247216e31a863cfcd117cc52a08075779a0a1d273c"
hash = "23a3cf9421db2077100205b0ac63bf0a742767e01c2c80cb4c6a428df9c23720"
[[files]]
file = "mods/antighost.toml"
@ -43,7 +43,7 @@ metafile = true
[[files]]
file = "mods/architectury-fabric.toml"
hash = "75db4a4f9f92d71a6144c9153b3926364d942ad5f9211d08442ea8e0147c9273"
hash = "ff20d9ec13193221168055dd1895a1dcb8d50519d7a584f5c19be00515034b40"
metafile = true
[[files]]
@ -58,7 +58,7 @@ metafile = true
[[files]]
file = "mods/capes.toml"
hash = "c20bd40045b475649fb88ee74ce0277f5be762f2fd131d2baf3e28237b993d5e"
hash = "9ba59e76966eb31bfd019b4c596e74cce047c3394738acc97058d9d5dd1db003"
metafile = true
[[files]]
@ -93,7 +93,7 @@ metafile = true
[[files]]
file = "mods/fabric-language-kotlin.toml"
hash = "fc01dca8a92724ac74d2a848b3aa06e70a3b05cb10fdb91c684abe684459ac1a"
hash = "5170786f6946bd3ccb4cbb63536fd855aebcda6626defa0d0cfc71182d070448"
metafile = true
[[files]]
@ -106,11 +106,20 @@ file = "mods/fastchest.toml"
hash = "3bdbc76a5d70f75f76065b1e6148285bde757e7b2b3daf11b635028825bb9e89"
metafile = true
[[files]]
file = "mods/hydrogen-fabric-mc1.17-0.3.jar"
hash = "213bea354307bbd0cba43a3b56160dc2d49a7970e18690f52c84446fa6cf1cdd"
[[files]]
file = "mods/hydrogen.toml"
hash = "8c567c4bdc98f31981a86b309d43b6352c64ca595005e6d2730a55ff641e77f7"
metafile = true
[[files]]
file = "mods/irisshaders.toml"
hash = "a3f08373b0ab8185e01a98277a745a7700e48b054ec66502001f7802322894fb"
metafile = true
[[files]]
file = "mods/item-model-fix.toml"
hash = "1fc81c2fb496ad395c8d81c55b292f2131548d6654fc1201f79d61e1564052cd"
@ -128,7 +137,7 @@ metafile = true
[[files]]
file = "mods/lithium.toml"
hash = "2269a0e9554b766a11b0567e824a62bb31660cabed3636ec67520d41cf88722a"
hash = "8e21e91896187629007baca7d6494852c63ad287552c20c83b02477926c7ecb9"
metafile = true
[[files]]

View file

@ -1,14 +1,14 @@
name = "Architectury API (Fabric)"
filename = "architectury-2.0.10-fabric.jar"
filename = "architectury-2.0.16-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3358/435/architectury-2.0.10-fabric.jar"
url = "https://edge.forgecdn.net/files/3366/202/architectury-2.0.16-fabric.jar"
hash-format = "murmur2"
hash = "4241629302"
hash = "580005862"
[update]
[update.curseforge]
file-id = 3358435
file-id = 3366202
project-id = 419697
release-channel = "beta"

View file

@ -1,14 +1,14 @@
name = "Fabric Capes"
filename = "capes-1.1.2.jar"
filename = "capes-1.1.3.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3344/545/capes-1.1.2.jar"
url = "https://edge.forgecdn.net/files/3370/74/capes-1.1.3.jar"
hash-format = "murmur2"
hash = "277619032"
hash = "3007969734"
[update]
[update.curseforge]
file-id = 3344545
file-id = 3370074
project-id = 408481
release-channel = "beta"

View file

@ -1,14 +1,14 @@
name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.6.1+kotlin.1.5.10.jar"
filename = "fabric-language-kotlin-1.6.2+kotlin.1.5.20.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3330/753/fabric-language-kotlin-1.6.1+kotlin.1.5.10.jar"
url = "https://edge.forgecdn.net/files/3364/215/fabric-language-kotlin-1.6.2+kotlin.1.5.20.jar"
hash-format = "murmur2"
hash = "3012870038"
hash = "1941883754"
[update]
[update.curseforge]
file-id = 3330753
file-id = 3364215
project-id = 308769
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Iris Shaders"
filename = "iris-mc1.17-1.1.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3370/19/iris-mc1.17-1.1.0.jar"
hash-format = "murmur2"
hash = "4182125242"
[update]
[update.curseforge]
file-id = 3370019
project-id = 455508
release-channel = "beta"

View file

@ -1,13 +1,14 @@
name = "Lithium"
name = "Lithium (Fabric)"
filename = "lithium-fabric-mc1.17-0.7.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/mc1.17-0.7.2/lithium-fabric-mc1.17-0.7.2.jar"
hash-format = "sha512"
hash = "ca6b619a6399c9edba99ef70a73f9836ba3dab27dc335f8d709ef732b2121855f245c0bb82dbcffa6932ae2965e9f2ec8b86d3ef3215af2afcaf9fbb8e109bc1"
url = "https://edge.forgecdn.net/files/3359/899/lithium-fabric-mc1.17-0.7.2.jar"
hash-format = "murmur2"
hash = "3397682663"
[update]
[update.modrinth]
mod-id = "gvQqBUqZ"
version = "aZ0JFf08"
[update.curseforge]
file-id = 3359899
project-id = 360438
release-channel = "beta"

View file

@ -3,7 +3,7 @@ name = "Fabulously Optimized"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "f7e2fff1871bab4481abd45288be9287cb82630fdd9f8b27b0db9b51f7abc6d7"
hash = "e0c659078fdfba158e6915738725939d0107990bdbd5bb20f0a07206babdbdc4"
[versions]
fabric = "0.11.6"