This commit is contained in:
Madis 2022-05-02 20:41:36 +03:00
parent 8a324e19d4
commit b283d4ed84
43 changed files with 163 additions and 535 deletions

View file

@ -3,6 +3,23 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www.
## 1.18.2
### 3.7.0 (2022-05-02)
Mods
* Added Main Menu Credits - a small mod for the version number in title screen
* Added Cull Less Leaves - looks better and has better Sodium integration, including a toggle in the video settings
* Removed 'Slight' Gui Modifications - now redundant
* Removed Cull Leaves - now redundant
* Updated Architectury API, CompleteConfig
Other
* Overall the modpack is now 26% smaller
* Optimized all mod configs
* Disabled Better Snow of LambdaBetterGrass as it looked out of place with resource packs
* Updated Fabric Loader to 0.14.4
### 3.6.1 (2022-04-27)
* Updated Iris to fix several bugs

View file

@ -3,7 +3,7 @@
"version": "1.18.2",
"modLoaders": [
{
"id": "fabric-0.14.3",
"id": "fabric-0.14.4",
"primary": true
}
]
@ -11,7 +11,7 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Fabulously Optimized",
"version": "3.6.1",
"version": "3.7.0",
"author": "robotkoer",
"files": [
{
@ -104,11 +104,6 @@
"fileID": 3209972,
"required": true
},
{
"projectID": 423254,
"fileID": 3509388,
"required": true
},
{
"projectID": 531351,
"fileID": 3675822,
@ -116,7 +111,12 @@
},
{
"projectID": 419697,
"fileID": 3758441,
"fileID": 3776360,
"required": true
},
{
"projectID": 619718,
"fileID": 3776224,
"required": true
},
{
@ -129,11 +129,6 @@
"fileID": 3664303,
"required": true
},
{
"projectID": 380393,
"fileID": 3680329,
"required": true
},
{
"projectID": 452046,
"fileID": 3717795,
@ -219,6 +214,11 @@
"fileID": 3606973,
"required": true
},
{
"projectID": 618812,
"fileID": 3773125,
"required": true
},
{
"projectID": 452768,
"fileID": 3550935,
@ -231,7 +231,7 @@
},
{
"projectID": 381257,
"fileID": 3709325,
"fileID": 3773665,
"required": true
},
{

View file

@ -4,7 +4,7 @@
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api">Fabric API (by modmuss50)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lambdabettergrass">LambdaBetterGrass (by LambdAurora)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tooltipfix">ToolTipFix (by Kyrptonaught)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/entity-texture-features-fabric">Entity Texture Features - [Fabric] (by traben_0)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/entity-texture-features-fabric">Entity Texture Features - [Fabric] (by )</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/not-enough-crashes">Not Enough Crashes (Fabric) (by NatanFudge)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/language-reload">Language Reload (by Jerozgen)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/zoomify">Zoomify (by XanderIsDev)</a></li>
@ -17,12 +17,11 @@
<li><a href="https://www.curseforge.com/minecraft/mc-mods/sodium">Sodium (by jellysquid3_)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/more-chat-history">More Chat History (by JackFred2)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lazydfu">LazyDFU (by tuxed)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cull-leaves">Cull Leaves (by Motschen)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/continuity">Continuity (by Pepper_Bell)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/architectury-fabric">Architectury API (Fabric) (by shedaniel)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cull-less-leaves">Cull Less Leaves (by XanderIsDev)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/advancementinfo">AdvancementInfo (by Giselbaer)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/animatica">Animatica (by FoundationGames)</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/enhanced-block-entities">Enhanced Block Entities (by FoundationGames)</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/puzzle">Puzzle (by Motschen)</a></li>
@ -40,6 +39,7 @@
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dont-clear-chat-history">Don't Clear Chat History (by anar4732)</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/dynamic-fps">Dynamic FPS (by juliand665)</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/completeconfig">CompleteConfig (by Lortseam_)</a></li>

View file

@ -1,7 +1,7 @@
{
"formatVersion": 1,
"game": "minecraft",
"versionId": "3.6.1",
"versionId": "3.7.0",
"name": "Fabulously Optimized",
"files": [
{
@ -44,16 +44,16 @@
]
},
{
"path": "mods/architectury-4.2.50.jar",
"path": "mods/architectury-4.3.53.jar",
"hashes": {
"sha1": "f4488e05ec8145623c8c5f53ab7a62179133c815"
"sha1": "78c1fc5c2a10922cd18d270dcad92ee6db72ba1c"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3758/441/architectury-4.2.50.jar"
"https://edge.forgecdn.net/files/3776/360/architectury-4.3.53.jar"
]
},
{
@ -148,16 +148,16 @@
]
},
{
"path": "mods/completeconfig-lib-1.4.0.jar",
"path": "mods/completeconfig-lib-1.4.1.jar",
"hashes": {
"sha1": "b5a366584aa4c7bba8306b4f7233329fcbf609f1"
"sha1": "de6c92a959f55c97fdd61050d421b2803964d1e4"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3709/325/completeconfig-lib-1.4.0.jar"
"https://edge.forgecdn.net/files/3773/665/completeconfig-lib-1.4.1.jar"
]
},
{
@ -174,16 +174,16 @@
]
},
{
"path": "mods/cullleaves-2.3.2.jar",
"path": "mods/CullLessLeaves-1.0.0.jar",
"hashes": {
"sha1": "9bc9c61f0a7dc6c765118a0527850b91847608cb"
"sha1": "19559b8892f43cfd938a3900d9bec47baf51b767"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3509/388/cullleaves-2.3.2.jar"
"https://edge.forgecdn.net/files/3776/224/CullLessLeaves-1.0.0.jar"
]
},
{
@ -446,6 +446,19 @@
"https://edge.forgecdn.net/files/3670/312/lithium-fabric-mc1.18.2-0.7.9.jar"
]
},
{
"path": "mods/main-menu-credits-1.0.2.jar",
"hashes": {
"sha1": "03809cee477c96f1384a3245335134087a30c7c4"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3773/125/main-menu-credits-1.0.2.jar"
]
},
{
"path": "mods/midnightlib-0.4.0.jar",
"hashes": {
@ -537,19 +550,6 @@
"https://edge.forgecdn.net/files/3682/509/reeses_sodium_options-mc1.18.2-1.4.2.jar"
]
},
{
"path": "mods/slight-gui-modifications-2.1.0.jar",
"hashes": {
"sha1": "2d3c2d6198298fd5368e705802a492ee8dfc43dd"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3680/329/slight-gui-modifications-2.1.0.jar"
]
},
{
"path": "mods/smoothboot-fabric-1.18.2-1.7.0.jar",
"hashes": {
@ -643,7 +643,7 @@
}
],
"dependencies": {
"fabric-loader": "0.14.3",
"fabric-loader": "0.14.4",
"minecraft": "1.18.2"
}
}

View file

@ -5,5 +5,5 @@ MinMemAlloc=512
OverrideJavaArgs=true
OverrideMemory=true
iconKey=pack
name=Fabulously Optimized 3.6.1
name=Fabulously Optimized 3.7.0
notes=https://fabulously-optimized.github.io/

View file

@ -43,9 +43,9 @@
"uid": "net.fabricmc.intermediary"
}
],
"cachedVersion": "0.14.3",
"cachedVersion": "0.14.4",
"uid": "net.fabricmc.fabric-loader",
"version": "0.14.3"
"version": "0.14.4"
}
],
"formatVersion": 1

View file

@ -1,6 +1 @@
{
"enabled": true,
"mute_errors": false,
"mute_warns": false,
"broken_paths": true
}
{"broken_paths":true}

View file

@ -1,16 +1 @@
{
"MC-89146": true,
"MC-121772": true,
"MC-122477": true,
"MC-140646": true,
"MC-145929": true,
"MC-148149": true,
"MC-162253": 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
}
{"MC-89146":true,"MC-121772":true,"MC-122477":true,"MC-140646":true,"MC-145929":true,"MC-148149":true,"MC-162253":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,25 +1 @@
{
"version": 1,
"overrides": {
"fabric": {
"+depends": {
"fabricloader": ">=0.14.2"
}
},
"advancementinfo": {
"-recommends": {
"modupdater": ""
}
},
"antighost": {
"-recommends": {
"modupdater": ""
}
},
"colormatic": {
"-recommends": {
"quilt-loader": ""
}
}
}
}
{"version":1,"overrides":{"fabric":{"+depends":{"fabricloader":">=0.14.4"}},"colormatic":{"-recommends":{"quilt-loader":""}}}}

View file

@ -0,0 +1 @@
{"bottom_right":[{"text":"Fabulously Optimized 3.7.0","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]}

View file

@ -1,36 +1 @@
{
"sorting": "ascending",
"count_libraries": false,
"compact_list": false,
"count_children": true,
"mods_button_style": "shrink",
"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": true,
"easter_eggs": false,
"modify_title_screen": true,
"modify_game_menu": true,
"hide_config_buttons": false,
"hidden_mods": [
"minecraft",
"mm",
"puzzle-models",
"puzzle-splashscreen",
"autoconfig1u",
"cloth-basic-math",
"indium",
"crowdin-translate",
"caffeineconfig",
"architectury",
"puzzle-gui",
"puzzle-emissives",
"citresewn-defaults",
"pride",
"fabric-language-kotlin",
"settxicloth"
]
}
{"sorting":"ascending","count_libraries":false,"compact_list":false,"count_children":true,"mods_button_style":"shrink","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":true,"easter_eggs":false,"modify_title_screen":true,"modify_game_menu":true,"hide_config_buttons":false,"hidden_mods":["architectury","caffeineconfig","citresewn-defaults","cloth-basic-math","fabric-language-kotlin","indium","mm","minecraft","pride","puzzle-gui","puzzle-models","puzzle-splashscreen","settxicloth","autoconfig1u","crowdin-translate"]}

View file

@ -1,24 +1 @@
{
"disabledIntegrations": [
"iris",
"continuity",
"cullleaves",
"citresewn",
"lambdabettergrass",
"cem",
"lambdynlights",
"entity_texture_features"
],
"enablePuzzleButton": false,
"debugMessages": false,
"checkUpdates": false,
"showPuzzleInfo": false,
"resourcepackSplashScreen": true,
"disableSplashScreenBlend": false,
"emissiveTextures": false,
"unlimitedRotations": true,
"biggerModels": true,
"backgroundColor": 15675965,
"progressBarColor": 16777215,
"progressFrameColor": 16777215
}
{"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights"],"enablePuzzleButton":false,"checkUpdates":false,"showPuzzleInfo":false,"emissiveTextures":false}

View file

@ -1,15 +0,0 @@
mainMenu {
enabled = true
label {
position {
x { it - 2 }
y { it - 20 }
}
text = literal("Fabulously Optimized 3.6.1")
align = "right"
color = 0xFFFFFF
hoveredColor = 0x55FFFF
shadow = true
onClicked = url("https://fabulously-optimized.github.io/")
}
}

View file

@ -1,31 +1 @@
# Delete regions from the cache when they have not been loaded for X days.
#
# The cache for a given world is cleaned up whenever you disconnect from the server.
# Entire worlds are cleaned up when the game starts and you have not visited them for X days.
#
# Set to -1 to disabled.
# Set to 0 to clean up everything after every disconnect.
delete-unused-regions-after-days=0
enabled=true
# Changes the maximum value configurable for Render Distance.
#
# Requires Sodium.
max-render-distance=32
# Do not load block entities (e.g. chests) in fake chunks.
# These need updating every tick which can add up.
#
# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway.
no-block-entities=true
# Reduces the light levels in fake chunks so you can tell the difference from real ones.
taint-fake-chunks=false
# Delays the unloading of chunks which are outside your view distance.
# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes).
# Does not work across dimensions.
unload-delay-secs=60
# Overwrites the view-distance of the integrated server.
# This allows Bobby to be useful in Singleplayer.
#
# Disabled when at 0.
# Bobby is active in singleplayer only if this is enabled.
# Requires re-log to en-/disable.
view-distance-overwrite=0
delete-unused-regions-after-days=0

View file

@ -1,14 +1 @@
{
"enableBorderlessFullscreen": false,
"addToVanillaVideoSettings": false,
"enableMacOS": false,
"customWindowDimensions": {
"enabled": false,
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"useMonitorCoordinates": true
},
"forceWindowMonitor": -1
}
{"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false}

View file

@ -1,8 +1 @@
{
"clientCapeType": "MINECRAFTCAPES",
"glint": false,
"enableOptifine": true,
"enableLabyMod": true,
"enableWynntils": true,
"enableMinecraftCapesMod": true
}
{"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableElytraTexture":true}

View file

@ -1,2 +1 @@
"use_new_model_creation_fix"=true
"use_optifine_folder"=true
"use_optifine_folder"=true

View file

@ -1,6 +1 @@
{
"enabled": true,
"mute_errors": false,
"mute_warns": false,
"broken_paths": true
}
{"broken_paths":true}

View file

@ -1,6 +0,0 @@
#Colormatic Config
#Wed Aug 25 14:41:01 EEST 2021
fog.clearSky=false
light.flickerBlockLight=true
fog.clearVoid=false
light.blendSkyLight=true

View file

@ -1,3 +0,0 @@
{
"enabled": true
}

View file

@ -1,16 +1 @@
{
"MC-89146": true,
"MC-121772": true,
"MC-122477": true,
"MC-140646": true,
"MC-145929": true,
"MC-148149": true,
"MC-162253": 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
}
{"MC-89146":true,"MC-121772":true,"MC-122477":true,"MC-140646":true,"MC-145929":true,"MC-148149":true,"MC-162253":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,4 +1 @@
reduceFPSWhenUnfocused = true
unfocusedFPS = 1
restoreFPSWhenHovered = true
runGCOnUnfocus = true
runGCOnUnfocus = true

View file

@ -1,16 +1 @@
{
"enableRandomTextures": true,
"textureUpdateFrequency": 3,
"enableEmissiveTextures": true,
"alwaysCheckVanillaEmissiveSuffix": true,
"doShadersEmissiveFix": false,
"enchantedPotionEffects": "NONE",
"skinFeaturesEnabled": false,
"skinFeaturesEnableTransparency": false,
"skinFeaturesEnableFullTransparency": false,
"enableEnemyTeamPlayersSkinFeatures": true,
"enableBlinking": true,
"blinkFrequency": 150,
"enableTridents": true,
"enableElytra": true
}
{"skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false}

View file

@ -1,5 +1,2 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Thu Dec 02 19:14:14 EET 2021
maxShadowRenderDistance=6
shaderPack=
enableShaders=false
enableShaders=false

View file

@ -1,8 +1,2 @@
# LambdaBetterGrass configuration.
# The better grass mode. Values: "off", "fastest", "fast" and "fancy".
mode = "fast"
# Debug mode. Debug mode allows to output the generated texture in the debug folder of your minecraft instance.
debug = false
# The better layer option.
better_layer = true
better_layer = false

View file

@ -1,17 +1,7 @@
# LambDynamicLights configuration.
# The dynamic lights mode
mode = "fastest"
# Light sources settings.
[light_sources]
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
water_sensitive_check = true
# Enable block entities light source.
block_entities = true
# Enable entities light source.
entities = false
# TNT lighting mode. May be off, simple or fancy.
tnt = "simple"
# Creeper lighting mode. May be off, simple or fancy.
creeper = "simple"
creeper = "simple"

View file

@ -1,5 +1 @@
{
"config_screen_list": "FALSE",
"background_texture": "minecraft:textures/block/dirt.png",
"special_hats": false
}
{"config_screen_list":"FALSE","special_hats":false}

View file

@ -1,36 +1 @@
{
"sorting": "ascending",
"count_libraries": false,
"compact_list": false,
"count_children": true,
"mods_button_style": "shrink",
"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": true,
"easter_eggs": false,
"modify_title_screen": true,
"modify_game_menu": true,
"hide_config_buttons": false,
"hidden_mods": [
"minecraft",
"mm",
"puzzle-models",
"puzzle-splashscreen",
"autoconfig1u",
"cloth-basic-math",
"indium",
"crowdin-translate",
"caffeineconfig",
"architectury",
"puzzle-gui",
"puzzle-emissives",
"citresewn-defaults",
"pride",
"fabric-language-kotlin",
"settxicloth"
]
}
{"sorting":"ascending","count_libraries":false,"compact_list":false,"count_children":true,"mods_button_style":"shrink","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":true,"easter_eggs":false,"modify_title_screen":true,"modify_game_menu":true,"hide_config_buttons":false,"hidden_mods":["architectury","caffeineconfig","citresewn-defaults","cloth-basic-math","fabric-language-kotlin","indium","mm","minecraft","pride","puzzle-gui","puzzle-models","puzzle-splashscreen","settxicloth","autoconfig1u","crowdin-translate"]}

View file

@ -1,24 +1 @@
{
"disabledIntegrations": [
"iris",
"continuity",
"cullleaves",
"citresewn",
"lambdabettergrass",
"cem",
"lambdynlights",
"entity_texture_features"
],
"enablePuzzleButton": false,
"debugMessages": false,
"checkUpdates": false,
"showPuzzleInfo": false,
"resourcepackSplashScreen": true,
"disableSplashScreenBlend": false,
"emissiveTextures": false,
"unlimitedRotations": true,
"biggerModels": true,
"backgroundColor": 15675965,
"progressBarColor": 16777215,
"progressFrameColor": 16777215
}
{"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights"],"enablePuzzleButton":false,"checkUpdates":false,"showPuzzleInfo":false,"emissiveTextures":false}

View file

@ -1,65 +0,0 @@
{
"fluidAdvancements": true,
"fluidStatusEffects": true,
// Whether we should unlimit the hard 60 fps limit placed on the title screen.
"unlimitTitleScreenFps": false,
"openingAnimation": {
"fluidChatOpening": false,
"fluidOpenSlideFromBottom": false,
"fluidOpenFade": false,
"fluidAnimationDuration": 400,
"affectsGameMenus": false,
"affectsInventories": false,
"ignoreSlideWhenRedirected": true,
"ignoreFadeWhenRedirected": false
},
"textFieldModifications": {
// Whether this module is enabled.
"enabled": false,
/* Set to Color to use the Border and Background Color.
Set to Texture to use resource pack:
/assets/minecraft/textures/gui/text_field.png
More documentations on website.
*/
"backgroundMode": "COLOR",
"borderColor": 10526880,
"backgroundColor": 0,
"selectionMode": "INVERT",
// Whether Text Fields should allow right click actions.
"rightClickActions": false
},
"sliderModifications": {
// Whether this module is enabled.
"enabled": false,
"grabberWidth": 8,
/* Whether to use custom texture:
/assets/slightguimodifications/textures/gui/slider(_hovered).png
or
/config/slightguimodifications/slider(_hovered).png
*/
"customBackgroundTexture": false
},
"debugInformation": {
"showFps": false
},
"customScaling": {
"vanillaScaleSlider": false,
"scale": 1.0
},
"slotHighlight": {
// Whether this module is enabled.
"enabled": false,
"color": -2130706433
},
"tooltipModifications": {
// Whether this module is enabled.
"enabled": false,
"backgroundColor": -267386864,
"outlineGradientTopColor": 1347420415,
"outlineGradientBottomColor": 1344798847
},
// Whether GUI should allow right click actions.
"rightClickActions": false,
"satisfyingScreenshots": false
}

View file

@ -1,19 +1 @@
{
"quality": {
"weather_quality": "FAST",
"leaves_quality": "DEFAULT",
"enable_vignette": true
},
"performance": {
"chunk_builder_threads": 0,
"always_defer_chunk_updates": false,
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_particle_culling": true,
"use_fog_occlusion": true,
"use_block_face_culling": true
},
"notifications": {
"hide_donation_button": true
}
}
{"quality":{"weather_quality":"FAST"},"notifications":{"hide_donation_button":true}}

View file

@ -1 +1 @@
{"zoomify_gui_category_behaviour":{"zoomify_gui_initialzoom_name":4,"zoomify_gui_maxscrollzoom_name":75,"zoomify_gui_zoomspeed_name":50,"zoomify_gui_zoomtransition_name":"zoomify_transition_instant","zoomify_gui_zoomoppositetransitionout_name":true},"zoomify_gui_category_scrolling":{"zoomify_gui_scrollzoomtransition_name":"zoomify_transition_instant","zoomify_gui_scrollzoomoppositetransitionout_name":true,"zoomify_gui_scrollzoomspeed_name":50},"zoomify_gui_category_controls":{"zoomify_gui_zoomkeybehaviour_name":"zoomify_zoom_key_behaviour_hold","zoomify_gui_relativesensitivity_name":true,"zoomify_gui_cinematiccam_name":false}}
{"zoomify_gui_category_controls":{"zoomify_gui_relativesensitivity_name":true}}

View file

@ -2,12 +2,11 @@ version:2975
autoJump:false
snooperEnabled:false
darkMojangStudiosBackground:true
gamma:0.5
simulationDistance:6
guiScale:3
maxFps:260
resourcePacks:["vanilla","Fabric Mods","cullleaves/smartleaves","lambdabettergrass/default","continuity/default","continuity/glass_pane_culling_fix","file/Mod Menu Helper.zip"]
incompatibleResourcePacks:["cullleaves/smartleaves","lambdabettergrass/default"]
resourcePacks:["vanilla","Fabric Mods","lambdabettergrass/default","continuity/default","continuity/glass_pane_culling_fix","file/Mod Menu Helper.zip"]
incompatibleResourcePacks:["lambdabettergrass/default"]
tutorialStep:none
skipMultiplayerWarning:true
joinedFirstServer:true

View file

@ -2,107 +2,95 @@ hash-format = "sha256"
[[files]]
file = "config/citresewn.json"
hash = "c0ea016e992b3093ebf05ecbb099361b0c11e8cc4dc53c81aa959b0a5fc42381"
hash = "dcb9f9dd8184ba8ee7c81e785f677434c7cda2acb925fd3d542e2a361ee78e32"
[[files]]
file = "config/debugify.json"
hash = "de2afed35395a6eb23745cd891493520b1096c02e1c3ef017b79f1078ebcb157"
hash = "e42d605709dbede0b7db4b3392a12c851d572398af021e285e02e3499bca8b7b"
[[files]]
file = "config/fabric_loader_dependencies.json"
hash = "3dcf2eec50cd8d2b345b73d0af05cb1670b3d71700d2fe6d48ffa2e7b32097e2"
hash = "fdb01934a2e6666033b1977ce13906e2a540ba5a103b2b96562512a35c362e90"
[[files]]
file = "config/isxander-main-menu-credits.json"
hash = "c56bfb6b158bc92d21225888520e86c88a2792eae3541173c80f32d30876d3b5"
[[files]]
file = "config/modmenu.json"
hash = "836586de210032b9ea9a07b718f32a22993c5c5e427825be94cdd288b32b1e3a"
hash = "b140184afb51de3614a0ca47132396e931cd7c74e8c1af05f3b6020b34350157"
[[files]]
file = "config/puzzle.json"
hash = "f767669d11b748c983cf3bf33a8778c2e70e2182a844e4ee1add13efabe6c2df"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "2de19c55793839cdd8bdb4e130dbc05dd2995c6aa23b0a0f336832260b9c1266"
hash = "7a362321cf036dfe648f46c08f9e6bcfb77f1c036f96cf33dde682b9bbd508f7"
[[files]]
file = "config/yosbr/config/bobby.conf"
hash = "1245f76db2e27da52e233674cee4334618b75e0c7b745774c6ce84f5c4371bc8"
hash = "7668a9ed5d5d6878dd49d552396b7aab57e5345d031a0f776b90f9a477a06195"
[[files]]
file = "config/yosbr/config/borderlessmining.json"
hash = "67e294546dd7b0c9e0490574590273283da61a4363c68c9a4dcc86e4ba4b4195"
hash = "1dfdc3360afe91b5804eef79f8b868f874e3dfc0c975495f8994f378ffe37a8f"
[[files]]
file = "config/yosbr/config/capes.json5"
hash = "94f7fc7719381bc6e474b6df30840d2aab0e8c4ed80d2f6191cf1b5b7d92be3f"
hash = "88b3f30015ae7da848f736cffee62758ff245a947c85fc83adf99895d66fad6c"
[[files]]
file = "config/yosbr/config/cem.conf"
hash = "99ecb0cc231f75abd0e0cfb6ebcfae0fa407c1dab9956587c1792d45e715b6c7"
hash = "51519ddcc6823cbe1f22b8977fe103eb8c01b1872899634ddc06814f3ef2da9b"
[[files]]
file = "config/yosbr/config/citresewn.json"
hash = "c0ea016e992b3093ebf05ecbb099361b0c11e8cc4dc53c81aa959b0a5fc42381"
[[files]]
file = "config/yosbr/config/colormatic.properties"
hash = "e0dfdbd6f39f1fc0a92b3fd18c981d20953e681f56eec736038f8940afa20d72"
[[files]]
file = "config/yosbr/config/cullleaves.json"
hash = "6ba25b17d218c13aecd7773fb0dd9f01783997854cc7123891e526e82490662e"
hash = "dcb9f9dd8184ba8ee7c81e785f677434c7cda2acb925fd3d542e2a361ee78e32"
[[files]]
file = "config/yosbr/config/debugify.json"
hash = "de2afed35395a6eb23745cd891493520b1096c02e1c3ef017b79f1078ebcb157"
hash = "e42d605709dbede0b7db4b3392a12c851d572398af021e285e02e3499bca8b7b"
[[files]]
file = "config/yosbr/config/dynamicfps.toml"
hash = "d755fffa95330f9083560f4a9f197c01bd18acccf5f262e506b4d80a4809e6bf"
hash = "00adc4f855ed41412f3c3eb48b859c4ae68b5f2c30ba4c332e66f38e79a0c449"
[[files]]
file = "config/yosbr/config/entity_texture_features.json"
hash = "1862a599276d8a8a4496d03b3fa5e4b8e2e058af1202f148368dca8b3d3a1717"
hash = "93980f4922f93c81db7e7e934524f6fe70c7aa1fe187cea0de642601468cd850"
[[files]]
file = "config/yosbr/config/iris.properties"
hash = "05b7909baff3cd0087fe07937c86a7fede1a904ace562b8df5116eca50f1f1e4"
hash = "1786a6b8a60d295944e28a4585ba7f9a2f4d2c58bbe5e1932675e27b6f11f3e8"
[[files]]
file = "config/yosbr/config/lambdabettergrass.toml"
hash = "2744ebcd3589f1124ab556b12e3d73b878fe89901789fdf18787cca12e6a6c0b"
hash = "a96351b4d852862f0c994cd61a05856c965e73e8f698591f0f2f5ba9a30bd952"
[[files]]
file = "config/yosbr/config/lambdynlights.toml"
hash = "58f198cf16e362debad3022b272a89dd7fb1f2b05b89bf73bf5925dd70f03691"
hash = "5b83dbf79c2df634529371bb6fe139fadaf485710212080363a522f2f5983ca6"
[[files]]
file = "config/yosbr/config/midnightlib.json"
hash = "8bffacf0777bdc9e35022109e9580583d40fcaa05f0abfed1bf32220a5b39ab3"
hash = "f7f7122784c7a6bcdb034e663fd756e16ffe69a668cb1b334e2be622f8c7bd55"
[[files]]
file = "config/yosbr/config/modmenu.json"
hash = "836586de210032b9ea9a07b718f32a22993c5c5e427825be94cdd288b32b1e3a"
hash = "b140184afb51de3614a0ca47132396e931cd7c74e8c1af05f3b6020b34350157"
[[files]]
file = "config/yosbr/config/puzzle.json"
hash = "f767669d11b748c983cf3bf33a8778c2e70e2182a844e4ee1add13efabe6c2df"
[[files]]
file = "config/yosbr/config/slightguimodifications/config.json5"
hash = "7da931e9b7389034de203f2719b99ab74ab8e500a898ad5d563d64f13c501120"
hash = "7a362321cf036dfe648f46c08f9e6bcfb77f1c036f96cf33dde682b9bbd508f7"
[[files]]
file = "config/yosbr/config/sodium-options.json"
hash = "2332640ddc2c8bde6ff3ea65c034408a12545faf22df8ea508a0da3387a77c59"
hash = "dd6f94bc9b0002d8db083a1f7a4238fd93489046f3084b03ce92338ab5a65b00"
[[files]]
file = "config/yosbr/config/zoomify.json"
hash = "c9360b769c27a6bf08ddfd3a30254c6260c16d682e503c7f873c904819a7e13e"
hash = "e1a60c1be5f7d715cd4604bb4fd0af7514ad2345af75ea3d280834c34518182f"
[[files]]
file = "config/yosbr/options.txt"
hash = "92ea493edaa709663bbe8c7b99654bfcb6a8e9de206f3701631094d80f2f5d15"
hash = "75524549ac5777b8a92d9be522ff06e50f8f64b889f178c1b61702f2be80c3c0"
[[files]]
file = "mods/advancementinfo.toml"
@ -121,7 +109,7 @@ metafile = true
[[files]]
file = "mods/architectury-fabric.toml"
hash = "9458f2379e1a68cb81337b694da4ff1d76344cc5c87a49fbc6880cef61c76187"
hash = "612eb5b02d9f18e9c5327bb96373c692c72c9ebbae3541eea03feda76dcd764a"
metafile = true
[[files]]
@ -161,7 +149,7 @@ metafile = true
[[files]]
file = "mods/completeconfig.toml"
hash = "3dc8afb222b72064fe76daa8f09d159f95f6d96cbfa9fe246b9d5ae87ae084ae"
hash = "ac4ef5d0e3ee33ed06232cf813b710f2f39e38718ff064fd7f7853080c53a526"
metafile = true
[[files]]
@ -170,8 +158,8 @@ hash = "a2503cd9f6455bcfd5b5d5d7d5f1350bc005e799918dca1e7d3203c5b67f9ae5"
metafile = true
[[files]]
file = "mods/cull-leaves.toml"
hash = "a6bd295330e16716d7ce62249c88e10f1d608982ed2d477f0592c6afa38f2290"
file = "mods/cull-less-leaves.toml"
hash = "0d7be112f0d024dec435732b4af7e99c9edce54b59af752b8696999774f69d39"
metafile = true
[[files]]
@ -274,6 +262,11 @@ file = "mods/lithium.toml"
hash = "954032fd7697535870f901eb03abc1439e228de7bc598c7bde3073ad7f5bfeb5"
metafile = true
[[files]]
file = "mods/main-menu-credits.toml"
hash = "229746e66cad817f3f4c757f5b25d57561192237fb6ebd35cc120768b176ced9"
metafile = true
[[files]]
file = "mods/midnightlib.toml"
hash = "8cf8faa6b8d2e856a998cfd590f3ff330d088a0827e04af2643ef8e9577582fd"
@ -309,11 +302,6 @@ file = "mods/reeses-sodium-options.toml"
hash = "b1ec378adef0a4d8fa1b27de650895dcab7d05e99515f02254ebd58dffa645d4"
metafile = true
[[files]]
file = "mods/slight-gui-modifications.toml"
hash = "70c9e65d45c6fdd46cee103f90815d80081789ce8f9bf05ede16546dff593c38"
metafile = true
[[files]]
file = "mods/smooth-boot.toml"
hash = "0bb8efa177ff2c5b54bb0bcbadf5e5fd2ae57c0cb71e533e7d8b896f12d9af4b"
@ -351,4 +339,4 @@ metafile = true
[[files]]
file = "resourcepacks/Mod Menu Helper.zip"
hash = "f634b481deaef08427656cb56f7f3b938e6bf415e37f035cf405e99dec395eff"
hash = "64b2a1bb9394edeb6056deee2fd665b8eb57a6a14bf4f8ee9d0310ee8d37d8dc"

View file

@ -1,13 +1,13 @@
name = "Architectury API (Fabric)"
filename = "architectury-4.2.50.jar"
filename = "architectury-4.3.53.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3758/441/architectury-4.2.50.jar"
url = "https://edge.forgecdn.net/files/3776/360/architectury-4.3.53.jar"
hash-format = "sha1"
hash = "f4488e05ec8145623c8c5f53ab7a62179133c815"
hash = "78c1fc5c2a10922cd18d270dcad92ee6db72ba1c"
[update]
[update.curseforge]
file-id = 3758441
file-id = 3776360
project-id = 419697

View file

@ -1,13 +1,13 @@
name = "CompleteConfig"
filename = "completeconfig-lib-1.4.0.jar"
filename = "completeconfig-lib-1.4.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3709/325/completeconfig-lib-1.4.0.jar"
url = "https://edge.forgecdn.net/files/3773/665/completeconfig-lib-1.4.1.jar"
hash-format = "sha1"
hash = "b5a366584aa4c7bba8306b4f7233329fcbf609f1"
hash = "de6c92a959f55c97fdd61050d421b2803964d1e4"
[update]
[update.curseforge]
file-id = 3709325
file-id = 3773665
project-id = 381257

View file

@ -1,13 +0,0 @@
name = "Cull Leaves"
filename = "cullleaves-2.3.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3509/388/cullleaves-2.3.2.jar"
hash-format = "sha1"
hash = "9bc9c61f0a7dc6c765118a0527850b91847608cb"
[update]
[update.curseforge]
file-id = 3509388
project-id = 423254

View file

@ -0,0 +1,13 @@
name = "Cull Less Leaves"
filename = "CullLessLeaves-1.0.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3776/224/CullLessLeaves-1.0.0.jar"
hash-format = "sha1"
hash = "19559b8892f43cfd938a3900d9bec47baf51b767"
[update]
[update.curseforge]
file-id = 3776224
project-id = 619718

View file

@ -0,0 +1,13 @@
name = "Main Menu Credits"
filename = "main-menu-credits-1.0.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3773/125/main-menu-credits-1.0.2.jar"
hash-format = "sha1"
hash = "03809cee477c96f1384a3245335134087a30c7c4"
[update]
[update.curseforge]
file-id = 3773125
project-id = 618812

View file

@ -1,13 +0,0 @@
name = "'Slight' Gui Modifications"
filename = "slight-gui-modifications-2.1.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3680/329/slight-gui-modifications-2.1.0.jar"
hash-format = "sha1"
hash = "2d3c2d6198298fd5368e705802a492ee8dfc43dd"
[update]
[update.curseforge]
file-id = 3680329
project-id = 380393

View file

@ -1,12 +1,12 @@
name = "Fabulously Optimized"
version = "3.6.1"
version = "3.7.0"
pack-format = "packwiz:1.0.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "08a306ae5b21873d1a1143d45f14348ae6509700efafefa0c1a6ed8be0e7170e"
hash = "9f2a91bd82e32419c9a9308b9d34b184cbe0b8979ae0282e4ba5bd4696af63ad"
[versions]
fabric = "0.14.3"
fabric = "0.14.4"
minecraft = "1.18.2"

View file

@ -86,7 +86,8 @@ The selected mods are inspired, but not limited by the [list of Optifine alterna
| [CIT Resewn](https://www.curseforge.com/minecraft/mc-mods/cit-resewn) | [SHsuperCM](https://www.curseforge.com/members/SHsuperCM) | | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Adds Optifine's custom item textures support |
| [Colormatic](https://www.curseforge.com/minecraft/mc-mods/colormatic) | [kwertiTheCats](https://www.curseforge.com/members/kwertiTheCats) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Adds Optifine's custom colors support, clear skies and clear void options |
| [Continuity](https://www.curseforge.com/minecraft/mc-mods/continuity) | [Pepper_Bell](https://www.curseforge.com/members/Pepper_Bell) | | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Adds Optifine's connected textures support |
| [Cull Leaves](https://www.curseforge.com/minecraft/mc-mods/cull-leaves) | [Motschen](https://www.curseforge.com/members/Motschen) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Adds Optifine's "better trees" - fancy leaves are more see-through for better FPS |
| [Cull Leaves](https://www.curseforge.com/minecraft/mc-mods/cull-leaves) | [Motschen](https://www.curseforge.com/members/Motschen) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | | Adds Optifine's "better trees" - fancy leaves are more see-through for better FPS |
| [Cull Less Leaves](https://www.curseforge.com/minecraft/mc-mods/cull-less-leaves) | [XanderIsDev](https://www.curseforge.com/members/xanderisdev) | | | &nbsp;&nbsp;✔️ | Makes tree leaves faster without compromising on appearance |
| [Custom Entity Models](https://www.curseforge.com/minecraft/mc-mods/custom-entity-models-cem) | [dorianpb](https://www.curseforge.com/members/dorianpb) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Adds Optifine's custom entity models - [(partial support at this time)](https://www.curseforge.com/minecraft/mc-mods/custom-entity-models-cem) |
| [Custom Fog](https://www.curseforge.com/minecraft/mc-mods/custom-fog) | [Setadokalo](https://www.curseforge.com/members/setadokalo) | &nbsp;&nbsp;✔️ | | | Lets you change fog settings (distance, density, dimensions, etc.) |
| [Entity Texture Features](https://www.curseforge.com/minecraft/mc-mods/entity-texture-features-fabric) | [traben_0](https://www.curseforge.com/members/traben_0) | | | &nbsp;&nbsp;✔️ | Adds Optifine's random and emissive mobs support |
@ -100,7 +101,7 @@ The selected mods are inspired, but not limited by the [list of Optifine alterna
| [No Potion Offset](https://www.curseforge.com/minecraft/mc-mods/no-potion-offset) | [shedaniel](https://www.curseforge.com/members/shedaniel) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | | Keeps player inventory in place when under potion effects |
| [Puzzle](https://www.curseforge.com/minecraft/mc-mods/puzzle) | [Motschen](https://www.curseforge.com/members/Motschen) | | | &nbsp;&nbsp;✔️ | Adds some minor Optifine features like resource pack-provided splash screen |
| [Reese's Sodium Options](https://www.curseforge.com/minecraft/mc-mods/reeses-sodium-options) | [FlashyReese](https://www.cursefo&nbsp;&nbsp;rge.com/members/FlashyReese) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Makes Sodium's settings vertical, centered and scrollable |
| ['Slight' Gui Modifications](https://www.curseforge.com/minecraft/mc-mods/slight-gui-modifications) | [shedaniel](https://www.curseforge.com/members/shedaniel) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Adds toast animations and FO text in main menu, plus several opt-in features |
| ['Slight' Gui Modifications](https://www.curseforge.com/minecraft/mc-mods/slight-gui-modifications) | [shedaniel](https://www.curseforge.com/members/shedaniel) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | | Adds toast animations and FO text in main menu, plus several opt-in features |
| [Sodium Extra](https://www.curseforge.com/minecraft/mc-mods/sodium-extra) | [FlashyReese](https://www.curseforge.com/members/FlashyReese) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Adds many Optifine-like graphics toggles: animations, particles, weather, FPS indicator and more |
| [ToolTipFix](https://www.curseforge.com/minecraft/mc-mods/tooltipfix) | [Kyrptonaught](https://www.curseforge.com/members/Kyrptonaught) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Ensures all possible tooltips fit to screen |
@ -113,7 +114,8 @@ The selected mods are inspired, but not limited by the [list of Optifine alterna
| [Debugify](https://www.curseforge.com/minecraft/mc-mods/debugify) | [W-OVERFLOW](https://github.com/W-OVERFLOW) ([XanderIsDev](https://www.curseforge.com/members/xanderisdev)) | | | &nbsp;&nbsp;✔️ | Fixes [a set of bugs](https://fabulously-optimized.gitbook.io/modpack/readme/changed-options#fixed-bugs), disables sending diagnostics data to Mojang |
| [FastOpenLinksAndFolders](https://www.curseforge.com/minecraft/mc-mods/fastopenlinksandfolders) | [altrisi](https://www.curseforge.com/members/altrisi) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | | Fixes the game freezing when you open resource pack folders, a screenshot etc. |
| [LittleTweaks](https://www.curseforge.com/minecraft/mc-mods/littletweaks) | [ImUrX](https://www.curseforge.com/members/imurx/projects) | | &nbsp;&nbsp;✔️ | | Adds the audio output option like 1.18 |
| [Mod Menu](https://www.curseforge.com/minecraft/mc-mods/modmenu) | [TerraformersMC](https://www.curseforge.com/members/TerraformersMC) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Adds a mod list with descriptions (enable FO's bundled resource pack for better experience!) |
| [Main Menu Credits](https://www.curseforge.com/minecraft/mc-mods/main-menu-credits) | [XanderIsDev](https://www.curseforge.com/members/xanderisdev) | | | &nbsp;&nbsp;✔️ | Adds modpack's clickable version number in title screen's bottom corner |
| [Mod Menu](https://www.curseforge.com/minecraft/mc-mods/modmenu) | [TerraformersMC](https://www.curseforge.com/members/TerraformersMC) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Adds a mod list with descriptions (keep bundled resource pack enabled for better experience!) |
| [More Chat History](https://www.curseforge.com/minecraft/mc-mods/more-chat-history) | [JackFred2](https://www.curseforge.com/members/JackFred2) | | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Increases chat history limit |
| [Not Enough Crashes](https://www.curseforge.com/minecraft/mc-mods/not-enough-crashes) | [NatanFudge](https://www.curseforge.com/members/NatanFudge) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Allows playing after a crash and getting the crash report as a link |
| [Your Options Shall Be Respected](https://www.curseforge.com/minecraft/mc-mods/yosbr) | [shedaniel](https://www.curseforge.com/members/shedaniel) | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | &nbsp;&nbsp;✔️ | Keeps your settings when updating the modpack |