Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 committed Sep 6, 2021
1 parent 5de82ac commit 779009c
Show file tree
Hide file tree
Showing 73 changed files with 291 additions and 190 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.jar
Packwiz/packwiz.exe
*.exe
Packwiz/packwiz
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion CLI tools/Update Packwiz.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
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:
Expand Down
55 changes: 35 additions & 20 deletions Curseforge/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Fabulously Optimized",
"version": "2.1.0-beta.4",
"version": "2.1.0",
"author": "robotkoer",
"files": [
{
Expand All @@ -29,6 +29,11 @@
"fileID": 3388827,
"required": true
},
{
"projectID": 403815,
"fileID": 3379960,
"required": true
},
{
"projectID": 325092,
"fileID": 3436738,
Expand All @@ -41,7 +46,7 @@
},
{
"projectID": 419697,
"fileID": 3436837,
"fileID": 3443079,
"required": true
},
{
Expand All @@ -66,7 +71,7 @@
},
{
"projectID": 306612,
"fileID": 3438063,
"fileID": 3446268,
"required": true
},
{
Expand All @@ -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
},
{
Expand All @@ -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
},
{
Expand All @@ -116,7 +121,7 @@
},
{
"projectID": 477078,
"fileID": 3424444,
"fileID": 3440846,
"required": true
},
{
Expand All @@ -126,29 +131,34 @@
},
{
"projectID": 455508,
"fileID": 3404785,
"fileID": 3451773,
"required": true
},
{
"projectID": 360438,
"fileID": 3380166,
"projectID": 511319,
"fileID": 3433130,
"required": true
},
{
"projectID": 447673,
"fileID": 3392192,
"projectID": 360438,
"fileID": 3438799,
"required": true
},
{
"projectID": 452768,
"fileID": 3355800,
"projectID": 447673,
"fileID": 3442217,
"required": true
},
{
"projectID": 408481,
"fileID": 3420209,
"required": true
},
{
"projectID": 452768,
"fileID": 3355800,
"required": true
},
{
"projectID": 273279,
"fileID": 3379961,
Expand All @@ -159,9 +169,14 @@
"fileID": 3381995,
"required": true
},
{
"projectID": 475358,
"fileID": 3380384,
"required": true
},
{
"projectID": 353890,
"fileID": 3357144,
"fileID": 3433333,
"required": true
},
{
Expand Down
9 changes: 6 additions & 3 deletions Curseforge/modlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -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
28 changes: 4 additions & 24 deletions MultiMC/Fabulously Optimized x.y.z/instance.cfg
Original file line number Diff line number Diff line change
@@ -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
5 changes: 0 additions & 5 deletions Packwiz/.packwizignore

This file was deleted.

6 changes: 6 additions & 0 deletions Packwiz/1.17.1/.packwizignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packwiz
Readme.md
*.exe
*.bat
*.zip
*.jar
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
File renamed without changes.
Loading

0 comments on commit 779009c

Please sign in to comment.