This commit is contained in:
Madis 2021-09-06 19:25:19 +03:00
parent 5de82aca80
commit 779009cf39
73 changed files with 292 additions and 191 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
*.jar
Packwiz/packwiz.exe
*.exe
Packwiz/packwiz

View file

@ -8,6 +8,44 @@ Notes for all 1.17.1 releases:
* Curseforge Launcher: if you're upgrading from MC 1.16.x, please ☑️ Update to new Profile
* MultiMC: Minecraft 1.17.1 requires Java 16: https://www.oracle.com/java/technologies/javase-jdk16-downloads.html
### 2.1.0
It is time to finally release Fabulously Optimized for Minecraft 1.17.1! Here are the major updates from 1.9.1 to 2.1.0:
### New mods
* **Iris** - Optifine shaders! [See here](https://github.com/IrisShaders/Iris#what-shader-packs-can-i-use-right-now) for the recommended ones.
* **LambdaBetterGrass** - Optifine's "better grass"!
* **CustomEntityModels** - Optifine's custom entity models (partial support, see mod description)
* **AdvancementInfo** - bigger and more detailed advancement screen
* **Better Mount HUD** - improves the HUD while riding a horse, like in Bedrock Edition
* **Reese's Sodium Options** - makes the graphics settings vertical to make sure all options fit and look good
* **WI Zoom** - a simple, scrollable zoom mod
* **Indium** - adds Rendering API to Sodium, which makes some important parity mods work
* **YOSBR** - keeps your settings across modpack updates
### Removed mods
* **Ok Zoomer** - servers can now disable or limit your zoom, I think *you* should be in charge of that
* **Custom Fog** - Sodium Extra now provides a simpler fog management experience
* **Smooth Scrolling Everywhere** - seems to be abandoned
* **Phosphor** - not yet updated
### Other changes
* New default options [(read more)](https://github.com/Madis0/fabulously-optimized/wiki/Changed-options)
* Curseforge pack is now 100% Fabric (faster launch and better mod management)
* An auto-updating MultiMC pack is available on GitHub
* Now using semantic versioning
* All mods updated
* For more changes between alpha and beta versions, see the changelog
### Changes from beta 4 to release
* Added AdvancementInfo, Better Mount HUD, Reese's Sodium Options
* MultiMC (auto-update) is now split by version for future-proofing, please re-download if you use it
* Updated Iris+Sodium, Lithium, Sodium Extra, Custom Entity Models, Not Enough Crashes, Mod Menu, Fabric API, Fabric Language Kotlin, Architectury API
### 2.1.0-beta.4
Added

View file

@ -3,8 +3,9 @@ import os
user_path = os.path.expanduser("~")
git_path = user_path + "/Documents/GitHub/fabulously-optimized/"
exe_path = "packwiz.exe"
version = input("Please enter the Minecraft version: ")
packwiz_path = git_path + "Packwiz"
mods_path = packwiz_path + "/mods"
mods_path = packwiz_path + "/" + version + "/mods"
mod_files = os.listdir(mods_path)
for item in mod_files:

View file

@ -11,7 +11,7 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Fabulously Optimized",
"version": "2.1.0-beta.4",
"version": "2.1.0",
"author": "robotkoer",
"files": [
{
@ -29,6 +29,11 @@
"fileID": 3388827,
"required": true
},
{
"projectID": 403815,
"fileID": 3379960,
"required": true
},
{
"projectID": 325092,
"fileID": 3436738,
@ -41,7 +46,7 @@
},
{
"projectID": 419697,
"fileID": 3436837,
"fileID": 3443079,
"required": true
},
{
@ -66,7 +71,7 @@
},
{
"projectID": 306612,
"fileID": 3438063,
"fileID": 3446268,
"required": true
},
{
@ -75,13 +80,13 @@
"required": true
},
{
"projectID": 335493,
"fileID": 3419561,
"projectID": 349630,
"fileID": 3379128,
"required": true
},
{
"projectID": 349630,
"fileID": 3379128,
"projectID": 335493,
"fileID": 3419561,
"required": true
},
{
@ -95,13 +100,13 @@
"required": true
},
{
"projectID": 308769,
"fileID": 3394286,
"projectID": 308702,
"fileID": 3451992,
"required": true
},
{
"projectID": 308702,
"fileID": 3431313,
"projectID": 308769,
"fileID": 3439050,
"required": true
},
{
@ -116,7 +121,7 @@
},
{
"projectID": 477078,
"fileID": 3424444,
"fileID": 3440846,
"required": true
},
{
@ -126,22 +131,22 @@
},
{
"projectID": 455508,
"fileID": 3404785,
"fileID": 3451773,
"required": true
},
{
"projectID": 511319,
"fileID": 3433130,
"required": true
},
{
"projectID": 360438,
"fileID": 3380166,
"fileID": 3438799,
"required": true
},
{
"projectID": 447673,
"fileID": 3392192,
"required": true
},
{
"projectID": 452768,
"fileID": 3355800,
"fileID": 3442217,
"required": true
},
{
@ -149,6 +154,11 @@
"fileID": 3420209,
"required": true
},
{
"projectID": 452768,
"fileID": 3355800,
"required": true
},
{
"projectID": 273279,
"fileID": 3379961,
@ -159,9 +169,14 @@
"fileID": 3381995,
"required": true
},
{
"projectID": 475358,
"fileID": 3380384,
"required": true
},
{
"projectID": 353890,
"fileID": 3357144,
"fileID": 3433333,
"required": true
},
{

View file

@ -2,6 +2,7 @@
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fastchest">FastChest (by fake_domi)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cloth-config">Cloth Config API (Fabric) (by shedaniel)</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/advancementinfo">AdvancementInfo (by Giselbaer)</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/item-model-fix">Item Model Fix (Fabric) (by Pepper_Bell)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/architectury-fabric">Architectury API (Fabric) (by shedaniel)</a></li>
@ -11,23 +12,25 @@
<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/fabric-api">Fabric API (by modmuss50)</a></li>
<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/dynamic-fps">Dynamic FPS (by juliand665)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wi-zoom">WI Zoom (by alexander9892)</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/completeconfig">CompleteConfig (by Lortseam_)</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/fabric-language-kotlin">Fabric Language Kotlin (by modmuss50)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modmenu">Mod Menu (by ProspectorDev)</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/slight-gui-modifications">'Slight' Gui Modifications (by shedaniel)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ferritecore-fabric">FerriteCore (Fabric) (by malte0811)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/custom-entity-models-cem">Custom Entity Models (CEM) (by dorianpb)</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/reeses-sodium-options">Reese's Sodium Options (by FlashyReese)</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/sodium-extra">Sodium Extra (by FlashyReese)</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/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/fabrishot">Fabrishot (by ramidzkh)</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/not-enough-crashes">Not Enough Crashes (Fabric) (by NatanFudge)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lambdabettergrass">LambdaBetterGrass (by LambdAurora)</a></li>
</ul>

View file

@ -13,9 +13,9 @@ OverrideMCLaunchMethod=false
OverrideMemory=false
OverrideNativeWorkarounds=false
OverrideWindow=false
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://raw.githubusercontent.com/Madis0/fabulously-optimized/main/Packwiz/pack.toml
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://raw.githubusercontent.com/Madis0/fabulously-optimized/main/Packwiz/1.17.1/pack.toml
iconKey=pack
lastLaunchTime=1624093607930
name=Fabulously Optimized (auto-update)
notes=https://www.curseforge.com/minecraft/modpacks/fabulously-optimized
name=Fabulously Optimized (MC 1.17.1 auto-update)
notes=https://github.com/Madis0/fabulously-optimized
totalTimePlayed=100

View file

@ -1,43 +1,23 @@
AutoCloseConsole=false
ForgeVersion=
InstanceType=OneSix
IntendedVersion=
JavaPath=javaw
JoinServerOnLaunch=false
JoinServerOnLaunchAddress=
JvmArgs=
LWJGLVersion=
LaunchMaximized=false
LiteloaderVersion=
LogPrePostOutput=true
MCLaunchMethod=LauncherPart
MaxMemAlloc=1024
MinMemAlloc=512
MinecraftWinHeight=480
MinecraftWinWidth=854
OverrideCommands=false
OverrideConsole=false
OverrideGameTime=false
OverrideJava=false
OverrideJavaArgs=false
OverrideJavaLocation=false
OverrideMCLaunchMethod=false
OverrideMemory=false
OverrideNativeWorkarounds=false
OverrideWindow=false
PermGen=128
PostExitCommand=
PreLaunchCommand=
RecordGameTime=true
ShowConsole=false
ShowConsoleOnError=true
ShowGameTime=true
UseNativeGLFW=false
UseNativeOpenAL=false
WrapperCommand=
iconKey=pack
lastLaunchTime=1629896038177
lastTimePlayed=129
name=Fabulously Optimized 2.1.0-beta.4
lastLaunchTime=1630594227618
lastTimePlayed=23
name=Fabulously Optimized 2.1.0
notes=https://www.curseforge.com/minecraft/modpacks/fabulously-optimized
totalTimePlayed=1026
totalTimePlayed=1049

View file

@ -1,5 +0,0 @@
packwiz.exe
Readme.md
packwiz-setup.bat
*.zip
*.jar

View file

@ -0,0 +1,6 @@
packwiz
Readme.md
*.exe
*.bat
*.zip
*.jar

View file

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

View file

@ -1,4 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Thu Jul 01 10:53:00 EEST 2021
#Mon Sep 06 18:05:42 EEST 2021
maxShadowRenderDistance=32
shaderPack=
enableShaders=false

View file

@ -39,6 +39,7 @@
"extra_settings": {
"show_fps": false,
"show_coords": false,
"reduce_resolution_on_mac": true,
"cloud_height": 128,
"toasts": true,
"static_fov": false,

View file

@ -1,17 +1,19 @@
{
"quality": {
"cloud_quality": "FAST",
"weather_quality": "FAST",
"enable_vignette": true,
"enable_clouds": true
"enable_vignette": true
},
"advanced": {
"arena_memory_allocator": "ASYNC",
"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
"allow_direct_memory_access": true,
"enable_memory_tracing": false,
"use_advanced_staging_buffers": true,
"max_pre_rendered_frames": 3
},
"notifications": {
"hide_donation_button": true

View file

@ -6,7 +6,7 @@ hash = "84b82b6a4610dcf0f2992d3b86a3abfb8748c54ada513020bae4154581f012ea"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "6ffa0a190885025408933e1840ec8b69a75be595084dfb4886c2a0682774998b"
hash = "eb76d89d748874878f2fc95c5aee4973bd4e29e2dbafff7b61e2e48e6d78d32b"
[[files]]
file = "config/yosbr/config/capes.json5"
@ -30,7 +30,7 @@ hash = "8ac2210266a3499133d3647a1f74de90f24cf3c2575356b9261221c9af3c5a43"
[[files]]
file = "config/yosbr/config/iris.properties"
hash = "1e4a1dddf8891e81dfac8837220705757874be3fb7009f05dcf4e983e3d925b8"
hash = "67a031c7e7c187bf7b93db9d7419e0c9b01fefecaf1e54f408b16fb9d7fc57c0"
[[files]]
file = "config/yosbr/config/lambdabettergrass.toml"
@ -50,16 +50,21 @@ hash = "c44249c87c48216b9ce39bd233b88e2a5e901fb7589b54cee79ac566bcb0c018"
[[files]]
file = "config/yosbr/config/sodium-extra-options.json"
hash = "f672e48f6f1d935f691cad4f8e1a17fff608288838ea6c50b592c0889281b29c"
hash = "120fa73cd1bc43ef382877ba62fc193254903aa60695ec712e74da61b9e6f623"
[[files]]
file = "config/yosbr/config/sodium-options.json"
hash = "b3d937324906eeec068c3335061167c85694a869a9f6c5cd5800b64b08c05201"
hash = "da96724c0a83a2cc08511b438349ab27820871f14a388006c999ac9848d20074"
[[files]]
file = "config/yosbr/options.txt"
hash = "07cd64bbec9a770ef7075c7b59f8d87b960e81e7e62859788b4f7dd1d288ea59"
[[files]]
file = "mods/advancementinfo.toml"
hash = "4bdd914cc09497cbfa0122dab0f888f4bfd8d144a394db1746a592c95667fba7"
metafile = true
[[files]]
file = "mods/antighost.toml"
hash = "5db5823578bbc8f2d1389439e42d13fe2254b2833f5784d07d833b806df2fc4c"
@ -67,7 +72,7 @@ metafile = true
[[files]]
file = "mods/architectury-fabric.toml"
hash = "096d8ef6d0b345bb8e421a81ac09cbef0c813068d51f5eab1aa12750d78cde26"
hash = "709d06702d9c3ffd0643843d9945a75c48880921b5a9e2384a5c2be809fda4cd"
metafile = true
[[files]]
@ -75,6 +80,11 @@ file = "mods/better-beds.toml"
hash = "4fa984638eb4487db00d51a52aa07e1b2d11ab41ebe850d7f40a5e653860e173"
metafile = true
[[files]]
file = "mods/better-mount-hud.toml"
hash = "305f28a2361765477b348ac3d034053808bce0ab2989873a1ddd9c35ce455b45"
metafile = true
[[files]]
file = "mods/capes.toml"
hash = "3adc9339abe9872d3d0a7b2098f7efd1679203c204d06f4c34488a488a3d8215"
@ -107,7 +117,7 @@ metafile = true
[[files]]
file = "mods/custom-entity-models-cem.toml"
hash = "cf2846bc3171471ea3fccf5c60fd7a48b07a7a1f11e7034548ee3f6fba75c76d"
hash = "993aebad8c508712972999680cb2356bd3e435602535214f81ad2f2d8448fc8d"
metafile = true
[[files]]
@ -122,12 +132,12 @@ metafile = true
[[files]]
file = "mods/fabric-api.toml"
hash = "02847dab3ca1b3078c7c4a78f9576cdd915ee25654f7a6fab9bbe356c048ca21"
hash = "c5797709859b36f2dcf6d5a97bfe618cf43ee2594f5bfe2ff71bb04ec066c13c"
metafile = true
[[files]]
file = "mods/fabric-language-kotlin.toml"
hash = "b5313c60b6902deb5c1e661afc5d3d5665d4843c2372a21f29b63bf654f0966b"
hash = "9dddeb714e7d413746bafd35c5b58ebec4c30d8934ff3763dd4c00e5ff359fa6"
metafile = true
[[files]]
@ -157,7 +167,7 @@ metafile = true
[[files]]
file = "mods/irisshaders.toml"
hash = "007001d49debdf85558e7120e85a99d0779f7c42ed9d257427e7e5c28e721d37"
hash = "2e964d2fbfe404b4e49147392c84106f0c49ad35fc7032bed186d0ee7737138e"
metafile = true
[[files]]
@ -182,12 +192,12 @@ metafile = true
[[files]]
file = "mods/lithium.toml"
hash = "46408112d0ccc74c86e2eb931d07d083a56aee3114deb994ed1ef14dd0af19a2"
hash = "290f25ecb199d3010dd5fa5ce6e148577766e0a362129cfa5de6250bfe2702d1"
metafile = true
[[files]]
file = "mods/modmenu.toml"
hash = "5be0024e7a145dce7e9452c6a5a8f829b3a933fee665c9d445904b16cf862920"
hash = "0e814f4b1e2796c9fcf55508c3b7eaac178ad6e28e6133d98c38870fdc6a1cca"
metafile = true
[[files]]
@ -197,7 +207,12 @@ metafile = true
[[files]]
file = "mods/not-enough-crashes.toml"
hash = "d39a9a66dfa4c570242aadc9a935ad1217572780508a414cb1a59cfc4d1e81a9"
hash = "263a290dca36800daf25c633c5076223ce8d624d13edda78c5ea5fe550d03252"
metafile = true
[[files]]
file = "mods/reeses-sodium-options.toml"
hash = "a609236c4f7cbb215561d06fe823c4ef70990f17ecf29509bfc95b4260e1834f"
metafile = true
[[files]]
@ -212,7 +227,7 @@ metafile = true
[[files]]
file = "mods/sodium-extra.toml"
hash = "98c21b4feb5984a2650d322530c077d7ef59c0ab59d03392c8a6f284ffcef3d4"
hash = "65d33478598a3451a2dab51b5e0ffdc0d7cc4682d731788017177419c2859e5f"
metafile = true
[[files]]

View file

@ -0,0 +1,14 @@
name = "AdvancementInfo"
filename = "advancementinfo-1.17.1-fabric0.36.1-1.2.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3379/960/advancementinfo-1.17.1-fabric0.36.1-1.2.1.jar"
hash-format = "murmur2"
hash = "1687095027"
[update]
[update.curseforge]
file-id = 3379960
project-id = 403815
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Architectury API (Fabric)"
filename = "architectury-2.5.27-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3443/79/architectury-2.5.27-fabric.jar"
hash-format = "murmur2"
hash = "3515333561"
[update]
[update.curseforge]
file-id = 3443079
project-id = 419697
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Better Mount HUD"
filename = "bettermounthud-1.1.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3380/384/bettermounthud-1.1.2.jar"
hash-format = "murmur2"
hash = "1872359493"
[update]
[update.curseforge]
file-id = 3380384
project-id = 475358
release-channel = "beta"

View file

@ -1,14 +1,14 @@
name = "Custom Entity Models (CEM)"
filename = "cem-0.6.1.jar"
filename = "cem-0.6.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3424/444/cem-0.6.1.jar"
url = "https://edge.forgecdn.net/files/3440/846/cem-0.6.2.jar"
hash-format = "murmur2"
hash = "2733727922"
hash = "3701570831"
[update]
[update.curseforge]
file-id = 3424444
file-id = 3440846
project-id = 477078
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Fabric API"
filename = "fabric-api-0.40.0+1.17.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3446/268/fabric-api-0.40.0+1.17.jar"
hash-format = "murmur2"
hash = "1579203170"
[update]
[update.curseforge]
file-id = 3446268
project-id = 306612
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.6.4+kotlin.1.5.30.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3439/50/fabric-language-kotlin-1.6.4+kotlin.1.5.30.jar"
hash-format = "murmur2"
hash = "376363287"
[update]
[update.curseforge]
file-id = 3439050
project-id = 308769
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Iris Shaders"
filename = "iris-and-sodium-mc1.17-1.1.2+build.9.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3451/773/iris-and-sodium-mc1.17-1.1.2+build.9.jar"
hash-format = "murmur2"
hash = "2018118617"
[update]
[update.curseforge]
file-id = 3451773
project-id = 455508
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Lithium (Fabric)"
filename = "lithium-fabric-mc1.17.1-0.7.4.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3438/799/lithium-fabric-mc1.17.1-0.7.4.jar"
hash-format = "murmur2"
hash = "1031734912"
[update]
[update.curseforge]
file-id = 3438799
project-id = 360438
release-channel = "beta"

View file

@ -1,14 +1,14 @@
name = "Mod Menu"
filename = "modmenu-2.0.5.jar"
filename = "modmenu-2.0.10.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3431/313/modmenu-2.0.5.jar"
url = "https://edge.forgecdn.net/files/3451/992/modmenu-2.0.10.jar"
hash-format = "murmur2"
hash = "1975867466"
hash = "81307266"
[update]
[update.curseforge]
file-id = 3431313
file-id = 3451992
project-id = 308702
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Not Enough Crashes (Fabric)"
filename = "notenoughcrashes-3.4.4+1.17-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3433/333/notenoughcrashes-3.4.4+1.17-fabric.jar"
hash-format = "murmur2"
hash = "1674134950"
[update]
[update.curseforge]
file-id = 3433333
project-id = 353890
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Reese's Sodium Options"
filename = "reeses_sodium_options-mc1.17.1-1.2.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3433/130/reeses_sodium_options-mc1.17.1-1.2.0.jar"
hash-format = "murmur2"
hash = "1007265709"
[update]
[update.curseforge]
file-id = 3433130
project-id = 511319
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Sodium Extra"
filename = "sodium-extra-mc1.17.1-0.3.4.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3442/217/sodium-extra-mc1.17.1-0.3.4.jar"
hash-format = "murmur2"
hash = "3796699782"
[update]
[update.curseforge]
file-id = 3442217
project-id = 447673
release-channel = "beta"

View file

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

View file

@ -11,7 +11,7 @@ The best way to update it for Fabulously Optimized is to just create a CF pack a
.\packwiz.exe refresh
```
After that it is possible to just use the MultiMC pack created in MultiMC-Packwiz, instructions are in the Packwiz repo.
After that it is possible to just use the MultiMC pack created in MultiMC-Packwiz, instructions are in the Packwiz repo. Because Packwiz cannot upgrade the MC, the modpack versions are foldered by Minecraft versions (always latest for the version).
Requirements:

View file

@ -1,14 +0,0 @@
name = "Architectury API (Fabric)"
filename = "architectury-2.4.26-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3436/837/architectury-2.4.26-fabric.jar"
hash-format = "murmur2"
hash = "2442818780"
[update]
[update.curseforge]
file-id = 3436837
project-id = 419697
release-channel = "beta"

View file

@ -1,14 +0,0 @@
name = "Fabric API"
filename = "fabric-api-0.39.1+1.17.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3438/63/fabric-api-0.39.1+1.17.jar"
hash-format = "murmur2"
hash = "2286686512"
[update]
[update.curseforge]
file-id = 3438063
project-id = 306612
release-channel = "beta"

View file

@ -1,14 +0,0 @@
name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.6.3+kotlin.1.5.21.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3394/286/fabric-language-kotlin-1.6.3+kotlin.1.5.21.jar"
hash-format = "murmur2"
hash = "2032913338"
[update]
[update.curseforge]
file-id = 3394286
project-id = 308769
release-channel = "beta"

View file

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

View file

@ -1,14 +0,0 @@
name = "Lithium (Fabric)"
filename = "lithium-fabric-mc1.17.1-0.7.3.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3380/166/lithium-fabric-mc1.17.1-0.7.3.jar"
hash-format = "murmur2"
hash = "1898131449"
[update]
[update.curseforge]
file-id = 3380166
project-id = 360438
release-channel = "beta"

View file

@ -1,14 +0,0 @@
name = "Not Enough Crashes (Fabric)"
filename = "notenoughcrashes-3.3.1+1.17-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3357/144/notenoughcrashes-3.3.1+1.17-fabric.jar"
hash-format = "murmur2"
hash = "4094157266"
[update]
[update.curseforge]
file-id = 3357144
project-id = 353890
release-channel = "beta"

View file

@ -1,14 +0,0 @@
name = "Sodium Extra"
filename = "sodium-extra-mc1.17.1-0.3.3.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3392/192/sodium-extra-mc1.17.1-0.3.3.jar"
hash-format = "murmur2"
hash = "105773225"
[update]
[update.curseforge]
file-id = 3392192
project-id = 447673
release-channel = "beta"

View file

@ -45,14 +45,13 @@ Not sure which edition is the right one for you? Check this handy table!
## Included mods
The selected mods are inspired, but not limited by the [list of Optifine alternatives](https://gist.github.com/LambdAurora/1f6a4a99af374ce500f250c6b42e8754). Starting with 2.0, the modpack also [improves the default settings](https://github.com/Madis0/fabulously-optimized/wiki/Changed-options).
The selected mods are inspired, but not limited by the [list of Optifine alternatives](https://gist.github.com/LambdAurora/1f6a4a99af374ce500f250c6b42e8754). The modpack also [improves the default settings](https://github.com/Madis0/fabulously-optimized/wiki/Changed-options).
List of mods as of 2.1.0-beta.4 are below. Crossed out ones are not yet updated to 1.17.1; for a stable 1.16.5 list, please [see the Curseforge page](https://www.curseforge.com/minecraft/modpacks/fabulously-optimized).
List of mods as of 2.1.0 are below.
### Smooth
* [Sodium](https://www.curseforge.com/minecraft/mc-mods/sodium) by CaffeineMC - optimizes general rendering to improve FPS, adds some graphics options
* [Lithium](https://www.curseforge.com/minecraft/mc-mods/lithium) by CaffeineMC - optimizes game physics and chunk loading
* [~~Phosphor~~](https://www.curseforge.com/minecraft/mc-mods/phosphor) by CaffeineMC - optimizes light rendering
* [Hydrogen](https://modrinth.com/mod/hydrogen)¹ by CaffeineMC - reduces RAM usage
* [FerriteCore](https://www.curseforge.com/minecraft/mc-mods/ferritecore-fabric) by malte0811 - reduces RAM usage
* [Entity Culling](https://www.curseforge.com/minecraft/mc-mods/entityculling) by tr9zw - stops rendering entities that are behind a wall, useful in large servers and mobfarms
@ -62,17 +61,19 @@ List of mods as of 2.1.0-beta.4 are below. Crossed out ones are not yet updated
* [No Fade](https://www.curseforge.com/minecraft/mc-mods/no-fade) by UltimateBoomer - makes game startup and resourcepack switch faster by removing fade animations
* [Smooth Boot](https://www.curseforge.com/minecraft/mc-mods/smooth-boot) by UltimateBoomer - improves the overall responsiveness of the game (aka less likely to freeze)
* [Dynamic FPS](https://www.curseforge.com/minecraft/mc-mods/dynamic-fps) by juliand665 - renders Minecraft slower if it is in the background to save RAM
* [~~Smooth Scrolling Everywhere~~](https://www.curseforge.com/minecraft/mc-mods/smooth-scrolling-everywhere-fabric) by shedaniel - makes the scrolling smooth on various menus
### Pretty
* [Iris Shaders](https://www.curseforge.com/minecraft/mc-mods/irisshaders) by coderbot - adds support for Optifine shaders
* [Iris Shaders](https://www.curseforge.com/minecraft/mc-mods/irisshaders) by coderbot - adds support for Optifine shaders, [recommended ones are listed here](https://github.com/IrisShaders/Iris#what-shader-packs-can-i-use-right-now)
* [Sodium Extra](https://www.curseforge.com/minecraft/mc-mods/sodium-extra) by FlashyReese - adds many toggles to Sodium settings: animations, particles, weather, FPS indicator and more
* [Reese's Sodium Options](https://www.curseforge.com/minecraft/mc-mods/reeses-sodium-options) by FlashyReese - makes Sodium settings vertical, centered and scrollable
* [LambdaBetterGrass](https://www.curseforge.com/minecraft/mc-mods/lambdabettergrass) by LambdAurora - adds Optifine's "better grass"
* [LambDynamicLights](https://www.curseforge.com/minecraft/mc-mods/lambdynamiclights) by LambdAurora - lets you light up the area by holding a torch, lights up TNT and creeper flashing
* [Fabric Capes](https://www.curseforge.com/minecraft/mc-mods/capes) by VictorKohler - shows Optifine's and other custom capes in-game, see "I want a cape!" above
* [Cull Leaves](https://www.curseforge.com/minecraft/mc-mods/cull-leaves) by Motschen - Optifine's "smart leaves": makes fancy leaves more see-through for better FPS
* [Colormatic](https://www.curseforge.com/minecraft/mc-mods/colormatic) by kwertiTheCats - adds Optifine's custom colors, clear skies and clear void options
* [Custom Entity Models](https://www.curseforge.com/minecraft/mc-mods/custom-entity-models-cem) by dorianpb - adds support for Optifine's custom entity models, currently in alpha though
* [Custom Entity Models](https://www.curseforge.com/minecraft/mc-mods/custom-entity-models-cem) by dorianpb - adds support for Optifine's custom entity models (partial support, [see mod description](https://www.curseforge.com/minecraft/mc-mods/custom-entity-models-cem))
* [AdvancementInfo](https://www.curseforge.com/minecraft/mc-mods/advancementinfo) by Giserbaer - makes the advancement screen bigger, adds a requirement list and search bar
* [Better Mount Hud](https://www.curseforge.com/minecraft/mc-mods/better-mount-hud) by Lortseam_ - horse health and your food are displayed at the same time, jump bar appears when jumping
* ['Slight' Gui Modifications](https://www.curseforge.com/minecraft/mc-mods/slight-gui-modifications) by shedaniel - adds fancy animations to the menus and containers and some opt-in features
* [Item Model Fix](https://www.curseforge.com/minecraft/mc-mods/item-model-fix) by Pepper_Bell - fixes transparent gaps in held items
* [Fabrishot](https://www.curseforge.com/minecraft/mc-mods/fabrishot) by ramidzkh - lets you take a high-res screenshot (press F9)