2.1.0-beta.1

This commit is contained in:
Madis 2021-07-18 09:52:20 +03:00
parent fb6afa9c20
commit db5d9fb83e
18 changed files with 137 additions and 143 deletions

View file

@ -9,6 +9,15 @@ Notes for all 1.17.1 releases:
* MultiMC: Minecraft 1.17.1 requires Java 16: https://www.oracle.com/java/technologies/javase-jdk16-downloads.html
* GDLauncher: please download the ZIP and click **+** -> Import Zip -> Browse
### 2.1.0-beta.1
Changes from beta 3
* Added Sodium and Sodium Extra
* Removed Canvas
* Removed AntiGhost keybind to prevent accidental presses (you can use /ghost)
* Updated mods
### 2.1.0-alpha.3
Changes from a2

View file

@ -11,7 +11,7 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Fabulously Optimized",
"version": "2.1.0-alpha.3",
"version": "2.1.0-beta.1",
"author": "robotkoer",
"files": [
{
@ -70,13 +70,13 @@
"required": true
},
{
"projectID": 335493,
"fileID": 3356224,
"projectID": 349630,
"fileID": 3379128,
"required": true
},
{
"projectID": 349630,
"fileID": 3379128,
"projectID": 335493,
"fileID": 3356224,
"required": true
},
{
@ -114,6 +114,11 @@
"fileID": 3380166,
"required": true
},
{
"projectID": 447673,
"fileID": 3392192,
"required": true
},
{
"projectID": 452768,
"fileID": 3355800,
@ -134,11 +139,6 @@
"fileID": 3381995,
"required": true
},
{
"projectID": 318440,
"fileID": 3380784,
"required": true
},
{
"projectID": 398774,
"fileID": 3383929,

View file

@ -10,8 +10,8 @@
<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/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>
@ -19,11 +19,11 @@
<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/better-beds">Better Beds (by Motschen)</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/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/canvas-renderer">Canvas Renderer (by GrondagTheBarbarian)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/custom-fog">Custom Fog (by Setadokalo)</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

@ -16,7 +16,7 @@ OverrideMemory=false
OverrideNativeWorkarounds=false
OverrideWindow=false
iconKey=pack
lastLaunchTime=1625760696357
name=Fabulously Optimized 2.1.0-alpha.3
lastLaunchTime=1626367088785
name=Fabulously Optimized 2.1.0-beta.1
notes=https://www.curseforge.com/minecraft/modpacks/fabulously-optimized
totalTimePlayed=429
totalTimePlayed=537

View file

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

View file

@ -1,75 +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": true,
// 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 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,
"terrainVertexConfig": "DEFAULT"
}

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

@ -1,10 +1,5 @@
{
"version": 1,
"overrides": {
"hydrogen": {
"+depends": {
"minecraft": "1.17.x"
}
}
}
}

View file

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

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,49 @@
{
"animation_settings": {
"animation": true,
"animate_water": true,
"animate_lava": true,
"animate_fire": true,
"animate_portal": true,
"block_animations": true
},
"particle_settings": {
"particles": true,
"rain_splash": true,
"explosion": true,
"water": true,
"smoke": true,
"potion": true,
"portal": true,
"redstone": true,
"drip": true,
"firework": true,
"bubble": true,
"environment": true,
"villagers": true,
"composter": true
},
"detail_settings": {
"rain_snow": true,
"biome_colors": true,
"sky_colors": true
},
"render_settings": {
"fog_distance": 0,
"light_updates": true,
"item_frame": true,
"armor_stand": true,
"painting": true,
"piston": true
},
"extra_settings": {
"show_fps": false,
"show_coords": false,
"cloud_height": 128,
"toasts": true,
"static_fov": false,
"instant_sneak": false,
"prevent_shaders": false,
"use_fast_random": true
}
}

View file

@ -11,10 +11,7 @@ skipMultiplayerWarning:true
joinedFirstServer:true
key_key.saveToolbarActivator:key.keyboard.unknown
key_key.wi_zoom.zoom:key.keyboard.c
key_key.antighost.reveal:key.keyboard.unknown
key_iris.keybind.reload:key.keyboard.unknown
key_iris.keybind.toggleShaders:key.keyboard.unknown
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
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.shaderPackSelection:key.keyboard.unknown

View file

@ -1,20 +1,12 @@
hash-format = "sha256"
[[files]]
file = "config/canvas.json5"
hash = "70ea6e2d7d3dac3d0f1760994a51371889ffce15c26346a2d8e3e3574490660f"
[[files]]
file = "config/canvas_pipeline_options.json5"
hash = "18ce8078e3aeb4595d435b1b9f0fd1a086a8c6cf6fc973296c8555513233f5dd"
[[files]]
file = "config/fabric_loader_dependencies.json"
hash = "e2110d149bd79c6231b5ab3dc4012cb2cd20800043684cc7c41aa34ff92afd9f"
hash = "84b82b6a4610dcf0f2992d3b86a3abfb8748c54ada513020bae4154581f012ea"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "f4b4d906d5c1a4cd47ee2fa52c984a006959941491bfc4ccd5055820d10e253f"
hash = "f7f357568c9003ba6e1811fa09259f48ed30057026c8d4282b559d5ecf7ddfe9"
[[files]]
file = "config/yosbr/config/capes.json5"
@ -34,7 +26,7 @@ hash = "1e4a1dddf8891e81dfac8837220705757874be3fb7009f05dcf4e983e3d925b8"
[[files]]
file = "config/yosbr/config/lambdynlights.toml"
hash = "58f198cf16e362debad3022b272a89dd7fb1f2b05b89bf73bf5925dd70f03691"
hash = "1a0c50101df35b82a3015882331c4b1b76bec59a05c25cac50bff3547b891f25"
[[files]]
file = "config/yosbr/config/modmenu.json"
@ -44,13 +36,17 @@ hash = "c26bab6d48617e4a0056ae75cce7a46d97c938b08c809b3e62dab9c6cb2ef432"
file = "config/yosbr/config/slightguimodifications/config.json5"
hash = "c44249c87c48216b9ce39bd233b88e2a5e901fb7589b54cee79ac566bcb0c018"
[[files]]
file = "config/yosbr/config/sodium-extra-options.json"
hash = "f672e48f6f1d935f691cad4f8e1a17fff608288838ea6c50b592c0889281b29c"
[[files]]
file = "config/yosbr/config/sodium-options.json"
hash = "b3d937324906eeec068c3335061167c85694a869a9f6c5cd5800b64b08c05201"
[[files]]
file = "config/yosbr/options.txt"
hash = "6439af00e7aae2efe5bba1aad426bb1cf2fed9515877589b5360470171612a6e"
hash = "41f734d41e9d13b5a7b8e6dcaf797ec7482ebcd877cfe34cbeeaa4a9836f7b70"
[[files]]
file = "mods/antighost.toml"
@ -132,13 +128,9 @@ file = "mods/ferritecore-fabric.toml"
hash = "10c88c45c2759a2b33a072de8336a39f7ef16b23a1c5d1ae30ae484ff6490b12"
metafile = true
[[files]]
file = "mods/hydrogen-fabric-mc1.17-0.3.jar"
hash = "213bea354307bbd0cba43a3b56160dc2d49a7970e18690f52c84446fa6cf1cdd"
[[files]]
file = "mods/hydrogen.toml"
hash = "8c567c4bdc98f31981a86b309d43b6352c64ca595005e6d2730a55ff641e77f7"
hash = "0e1a6f22d9e5538561be2f2a8bfd4998704124266c2af98d23e9adc67df5f9d9"
metafile = true
[[files]]
@ -186,6 +178,16 @@ file = "mods/smooth-boot.toml"
hash = "d02b56170076cc508fe31ff0e4d36b4576cb0ae7cf2c008b273cd64c34787408"
metafile = true
[[files]]
file = "mods/sodium-extra.toml"
hash = "98c21b4feb5984a2650d322530c077d7ef59c0ab59d03392c8a6f284ffcef3d4"
metafile = true
[[files]]
file = "mods/sodium.toml"
hash = "e3d60efc428887077d130ca7ec6d1259a9d0240d035d22eee2802555d2a1ded4"
metafile = true
[[files]]
file = "mods/wi-zoom.toml"
hash = "acc7a3d78125c57ebef774099e7dadae8b9249032b030c598569377f10fe4384"

View file

@ -1,13 +1,13 @@
name = "Hydrogen"
filename = "hydrogen-fabric-mc1.17-0.3.jar"
filename = "hydrogen-fabric-mc1.17.1-0.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/AZomiSrC/versions/mc1.17-v0.3.0/hydrogen-fabric-mc1.17-0.3.jar"
url = "https://cdn.modrinth.com/data/AZomiSrC/versions/mc1.17.1-0.3.1/hydrogen-fabric-mc1.17.1-0.3.jar"
hash-format = "sha512"
hash = "7c7958d2d0646b20e8e5f587e50581c43b4b04839921b6340c6e4da76f52f9cde21713a20dc19857da1f358a9d0cf2c25b321f7c9c4598ebbb467fce66be05b3"
hash = "db4079c26bf27b38d32ae60a47e7d347e01d43def5987e5c2cb25218e427b2f10f7fcb36f9de5d486a0953637793cd90450f8d2d7ff1a31cf8a90af3794646ad"
[update]
[update.modrinth]
mod-id = "AZomiSrC"
version = "nc84mXki"
version = "gqJWYgtD"

View file

@ -0,0 +1,14 @@
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"

13
Packwiz/mods/sodium.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Sodium"
filename = "sodium-fabric-mc1.17.1-0.3.0+build.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/AANobbMI/versions/mc1.17.1-0.3.0/sodium-fabric-mc1.17.1-0.3.0+build.5.jar"
hash-format = "sha512"
hash = "000d00496ed4e945c4d8c4d6b70584ffec5af6034c39e22d3ccc69734ccaadd37e7e9d31129da84c82d08798416a1a8daaf305656fa46406738a36505b7fd2e7"
[update]
[update.modrinth]
mod-id = "AANobbMI"
version = "1b0GhKHj"

View file

@ -3,7 +3,7 @@ name = "Fabulously Optimized"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "5715e36625150ce4ccb8ebb5ce66978498fa06daaf9dca0db8ef2988598dc31d"
hash = "925d743289556a656fea1a04723f06f712e48fecde0d10e31fa7e835641df4b5"
[versions]
fabric = "0.11.6"

View file

@ -0,0 +1,5 @@
packwiz.exe curseforge import fo.zip
packwiz.exe remove hydrogen
packwiz.exe mr install hydrogen
packwiz.exe refresh
pause