This commit is contained in:
Madis 2021-11-01 19:59:37 +02:00
parent 64a8766afa
commit 3a995a0e09
59 changed files with 1069 additions and 5 deletions

View file

@ -240,6 +240,19 @@ Other
## 1.16.5
### 1.10.0
An unexpected backport update that matches the mods with 2.3.2 ones, released because 1.9.1 got broken due to a Java 16 and Jumploader issue. For the best experience I recommend upgrading to the latest version though.
* Updated all mods
* Added AdvancementInfo, Better Mount HUD, Cloth API, Custom Entity Models, Indium, Iris Shaders, LambdaBetterGrass, No Potion Offset, ToolTipFix, WI Zoom, YOSBR
* Removed Jumploader, Ok Zoomer, Smooth Scrolling Everywhere
* Added Mod Menu Helper
* Applied configs from 2.3.2
* Now uses native Fabric Loader 0.11.7 (0.12.3 is still in beta)
* Hydrogen is disabled by default in MultiMC version to be compatible with Java 16 (vanilla launcher uses bundled Java 8 anyway)
* Made a MultiMC auto-update version in Github ¯\_(ツ)_/¯
### 1.9.1
* Several mods updated

View file

@ -4,7 +4,7 @@ user_path = os.path.expanduser("~")
git_path = user_path + "/Documents/GitHub/fabulously-optimized/"
version_no = "1.17.1"
packwiz_path = git_path + "Packwiz/" + version_no + "/"
exe_path = "packwiz.exe"
exe_path = "..\packwiz.exe"
mods_path = packwiz_path + "mods"
mod_files = os.listdir(mods_path)
@ -16,6 +16,4 @@ from_file = input("Please drag the Curseforge zip file here: ")[3:][:-1] # Becau
os.system(exe_path + " curseforge import \"" + from_file + "\"")
os.system(exe_path + " remove hydrogen")
os.system(exe_path + " mr install hydrogen")
os.system(exe_path + " refresh")
# TODO: Update Modrinth json
os.system(exe_path + " refresh")

View file

@ -0,0 +1,5 @@
{
"version": 1,
"overrides": {
}
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,4 @@
reduceFPSWhenUnfocused = true
unfocusedFPS = 1
restoreFPSWhenHovered = true
runGCOnUnfocus = true

View file

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

View file

@ -0,0 +1,8 @@
# 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

View file

@ -0,0 +1,17 @@
# 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 = true
# TNT lighting mode. May be off, simple or fancy.
tnt = "simple"
# Creeper lighting mode. May be off, simple or fancy.
creeper = "simple"

View file

@ -0,0 +1,24 @@
{
"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",
"indium",
"fabric-language-kotlin"
],
"log_deprecation_warnings": false
}

View file

@ -0,0 +1,65 @@
{
"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": false,
"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": true
}

View file

@ -0,0 +1,50 @@
{
"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,
"reduce_resolution_on_mac": true,
"cloud_height": 128,
"toasts": true,
"static_fov": false,
"instant_sneak": false,
"prevent_shaders": false,
"use_fast_random": true
}
}

View file

@ -0,0 +1,21 @@
{
"quality": {
"weather_quality": "FAST",
"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": false,
"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

@ -0,0 +1,15 @@
version:2586
autoJump:false
snooperEnabled:false
gamma:0.5
guiScale:3
resourcePacks:["vanilla","Fabric Mods","lambdabettergrass/default","cullleaves/smartleaves","file/Mod Menu Helper.zip"]
tutorialStep:none
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

259
Packwiz/1.16.5/index.toml Normal file
View file

@ -0,0 +1,259 @@
hash-format = "sha256"
[[files]]
file = "config/fabric_loader_dependencies.json"
hash = "84b82b6a4610dcf0f2992d3b86a3abfb8748c54ada513020bae4154581f012ea"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "2f43cd9f47092821ae808dbf1dbe1bb594bdf650261ac97e51c51cee51166ee1"
[[files]]
file = "config/yosbr/config/capes.json5"
hash = "94f7fc7719381bc6e474b6df30840d2aab0e8c4ed80d2f6191cf1b5b7d92be3f"
[[files]]
file = "config/yosbr/config/cem.conf"
hash = "99ecb0cc231f75abd0e0cfb6ebcfae0fa407c1dab9956587c1792d45e715b6c7"
[[files]]
file = "config/yosbr/config/colormatic.properties"
hash = "e0dfdbd6f39f1fc0a92b3fd18c981d20953e681f56eec736038f8940afa20d72"
[[files]]
file = "config/yosbr/config/cullleaves.json"
hash = "6ba25b17d218c13aecd7773fb0dd9f01783997854cc7123891e526e82490662e"
[[files]]
file = "config/yosbr/config/dynamicfps.toml"
hash = "d755fffa95330f9083560f4a9f197c01bd18acccf5f262e506b4d80a4809e6bf"
[[files]]
file = "config/yosbr/config/iris.properties"
hash = "67a031c7e7c187bf7b93db9d7419e0c9b01fefecaf1e54f408b16fb9d7fc57c0"
[[files]]
file = "config/yosbr/config/lambdabettergrass.toml"
hash = "2744ebcd3589f1124ab556b12e3d73b878fe89901789fdf18787cca12e6a6c0b"
[[files]]
file = "config/yosbr/config/lambdynlights.toml"
hash = "1a0c50101df35b82a3015882331c4b1b76bec59a05c25cac50bff3547b891f25"
[[files]]
file = "config/yosbr/config/modmenu.json"
hash = "cf0aaef402dc0b2be5b09f9f9a99f81c9ff64f585e077b0fdad7655b13a6055c"
[[files]]
file = "config/yosbr/config/slightguimodifications/config.json5"
hash = "c44249c87c48216b9ce39bd233b88e2a5e901fb7589b54cee79ac566bcb0c018"
[[files]]
file = "config/yosbr/config/sodium-extra-options.json"
hash = "120fa73cd1bc43ef382877ba62fc193254903aa60695ec712e74da61b9e6f623"
[[files]]
file = "config/yosbr/config/sodium-options.json"
hash = "7e597a01436a7da6f68b3456848ad6b6a000c0efad3e5c04d75249b1df170b18"
[[files]]
file = "config/yosbr/options.txt"
hash = "f04ded89072ee70abeca7354bebfa78e4e5097e30d8d8ed17dcdcff758784443"
[[files]]
file = "mods/advancementinfo.toml"
hash = "72793fab6a6b0eb144ff5dc6f508d2da3a16cd96bc43cc8203a9903486ed0fe6"
metafile = true
[[files]]
file = "mods/antighost.toml"
hash = "4680675c5c1f41e92d4a98a2d8ad06e17f645cb1172a32162094478a4fe684d2"
metafile = true
[[files]]
file = "mods/architectury-fabric.toml"
hash = "45de897692260e3bbb536456c467d2affdfaac59f9624fe99e711f5f7981c8a5"
metafile = true
[[files]]
file = "mods/better-beds.toml"
hash = "c8229b294a71b966527019d290f58a2abac240c15897dc6b298dd9cdc975124d"
metafile = true
[[files]]
file = "mods/better-mount-hud.toml"
hash = "231820787d98a325c7baceeb86d9ddbe5d27148925141401883f8e3cf982e992"
metafile = true
[[files]]
file = "mods/capes.toml"
hash = "bfdcff3dbbb6cd4c27472b54050ab0d77c38c652430aa0b1fb8156ee5234f6c5"
metafile = true
[[files]]
file = "mods/cloth-api.toml"
hash = "b94aa59b3d94d9ccef53daa37e1fd6b64df4dd4174638a0928d140bbadc75d7b"
metafile = true
[[files]]
file = "mods/cloth-config.toml"
hash = "4ac362da27727d78e5105fe2a2da78db6926aacddf1377bd662eb154a31e63f8"
metafile = true
[[files]]
file = "mods/colormatic.toml"
hash = "fdbea3866d3751cd6522fe0fbf18673aca921bc3efd3731d05cbeb8eb8e2a5a3"
metafile = true
[[files]]
file = "mods/cull-leaves.toml"
hash = "08b4724b6b5e22a91a0aa7ab6219bbdfef059c91c11b34646ab3db760d26d607"
metafile = true
[[files]]
file = "mods/custom-entity-models-cem.toml"
hash = "693688f40213d0e48b8df2defbd9c811b22307a009e62632789c57b527e4bdd5"
metafile = true
[[files]]
file = "mods/custom-fog.toml"
hash = "d0fb223482ed0046786c49f500641e80b9669ef8d6bb3048a363db52a3c01bef"
metafile = true
[[files]]
file = "mods/dynamic-fps.toml"
hash = "d0b9148b7ab3ae0f3e62a9b851dde3911c28d6010b7c69766fe9c13ecdb9e263"
metafile = true
[[files]]
file = "mods/entityculling.toml"
hash = "800c79b73ae37d0967cdc1df1f7725d62a64b9fea1729dcea35ba0a77d0c2ae4"
metafile = true
[[files]]
file = "mods/fabric-api.toml"
hash = "2c891b74a9cb674a6cac2a22e01801b10120d78a641e386b49b2221440ff6ccc"
metafile = true
[[files]]
file = "mods/fabric-language-kotlin.toml"
hash = "fc01dca8a92724ac74d2a848b3aa06e70a3b05cb10fdb91c684abe684459ac1a"
metafile = true
[[files]]
file = "mods/fabrishot.toml"
hash = "6a54f6f39e406eadc55630808a678b13b43ca3d057e8f13e1ddcbae6f84ac9bc"
metafile = true
[[files]]
file = "mods/fastchest.toml"
hash = "1795f80308062a53a66fbbac40ddaf1043aca00ef3907785b0a5435bfb08f360"
metafile = true
[[files]]
file = "mods/ferritecore-fabric.toml"
hash = "04f5503872be7e7b0bc459a4aa7e1e47f2cab09768d603b51d63e841205778ab"
metafile = true
[[files]]
file = "mods/hydrogen-fabric-mc1.16.5-0.2.jar"
hash = "03b2b01792a7dda83125da1daeb4125ef9ca1f959a459f037006ea56a9fcfed2"
[[files]]
file = "mods/hydrogen.toml"
hash = "153cda3c6d61ae9b32117fe5315ee40a0bd561b7292d9a5927773a368b52c254"
metafile = true
[[files]]
file = "mods/indium.toml"
hash = "a875851ccde184060dbdc1981fb0b6bc990714687070151265b9e0b25a650a13"
metafile = true
[[files]]
file = "mods/irisshaders.toml"
hash = "bb686c6639436f21539c65be599f4f29f56e930c2dc1cca3e99ef5c4dca35954"
metafile = true
[[files]]
file = "mods/item-model-fix.toml"
hash = "cd086454ecc029769982aeed7bb136883180c477bc6d177c5efff773e39b3a98"
metafile = true
[[files]]
file = "mods/lambdabettergrass.toml"
hash = "ba03df857f3e1ec072ba3a50e72add0272c5b122ecaab3eb906a783f88b5fffb"
metafile = true
[[files]]
file = "mods/lambdynamiclights.toml"
hash = "f30f80e947dc98a48704a379ab63cf52aa8fe185c985bf6207a879920fa6837a"
metafile = true
[[files]]
file = "mods/lazydfu.toml"
hash = "b47b2d6351087ad346299faff6daca6047870901fa3ce4c9a79bda719db0a74b"
metafile = true
[[files]]
file = "mods/lithium.toml"
hash = "08f60b30a7267de38af1c8780bb0932e02fa0bafbb49290d8c224fb2102415ed"
metafile = true
[[files]]
file = "mods/modmenu.toml"
hash = "08d670695dbbdb36b9bdeab8a7f149de0d48ce548e75f0df7ef8fcae1b49639e"
metafile = true
[[files]]
file = "mods/no-fade.toml"
hash = "9bef846df63021e7f4dafbb9000d1cdd172928d0fe8777b95f436e7a227318e2"
metafile = true
[[files]]
file = "mods/no-potion-offset.toml"
hash = "3864b5de7c1ea8afaccb95ee351a27e7f5b2dba30b47f385b07b4ff72c1cded4"
metafile = true
[[files]]
file = "mods/not-enough-crashes.toml"
hash = "48801db07e7f0352c9a155aa236c01a48b85e638424d41c89a02a7cdcd1266ad"
metafile = true
[[files]]
file = "mods/phosphor.toml"
hash = "fc6d55dfad363110ca81ffda6510dac8aa3cecdad04d0ded6ed9e706764b2825"
metafile = true
[[files]]
file = "mods/slight-gui-modifications.toml"
hash = "c9fdbed1b17e1770f120fab89eaac4b769a3656b562c109890c18cc710991e44"
metafile = true
[[files]]
file = "mods/smooth-boot.toml"
hash = "d02b56170076cc508fe31ff0e4d36b4576cb0ae7cf2c008b273cd64c34787408"
metafile = true
[[files]]
file = "mods/sodium-extra.toml"
hash = "8408d8fc2d34a51e3a394d3d041a326fd9eb6dd1a54c6872667b62fa8655ce42"
metafile = true
[[files]]
file = "mods/tooltipfix.toml"
hash = "fde37d4760ea8b9bbf8796efac55e8f8086ab3d7663f799b72161482bd22f951"
metafile = true
[[files]]
file = "mods/wi-zoom.toml"
hash = "10fa43af5c508593ab1b8d284e509d82b3d3f205139a900aeb86cf07422e0034"
metafile = true
[[files]]
file = "mods/yosbr.toml"
hash = "218b2b38862091f96e1db0ee7580c6f9cd5e8f008f88e4fe00016c6dea1065b3"
metafile = true
[[files]]
file = "resourcepacks/Mod Menu Helper.zip"
hash = "aea2e20ee52ec68dcddca03bf29841299ab8d62339a9aebac9b59f41b3581509"

View file

@ -0,0 +1,14 @@
name = "AdvancementInfo"
filename = "advancementinfo-1.16.5-fabric0.30.0-1.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3193/541/advancementinfo-1.16.5-fabric0.30.0-1.2.jar"
hash-format = "murmur2"
hash = "1886092772"
[update]
[update.curseforge]
file-id = 3193541
project-id = 403815
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "AntiGhost"
filename = "antighost-1.16.5-fabric0.30.0-1.1.3.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3193/496/antighost-1.16.5-fabric0.30.0-1.1.3.jar"
hash-format = "murmur2"
hash = "233516393"
[update]
[update.curseforge]
file-id = 3193496
project-id = 273279
release-channel = "beta"

View file

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

View file

@ -0,0 +1,14 @@
name = "Better Beds"
filename = "betterbeds-1.1.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3196/688/betterbeds-1.1.0.jar"
hash-format = "murmur2"
hash = "1223989059"
[update]
[update.curseforge]
file-id = 3196688
project-id = 443782
release-channel = "beta"

View file

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

View file

@ -0,0 +1,14 @@
name = "Fabric Capes"
filename = "capes-1.1.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3299/645/capes-1.1.2.jar"
hash-format = "murmur2"
hash = "751638836"
[update]
[update.curseforge]
file-id = 3299645
project-id = 408481
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Cloth API (Fabric)"
filename = "cloth-api-1.4.9.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3093/525/cloth-api-1.4.9.jar"
hash-format = "murmur2"
hash = "90678875"
[update]
[update.curseforge]
file-id = 3093525
project-id = 317121
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Cloth Config API (Fabric)"
filename = "cloth-config-4.11.26-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3311/351/cloth-config-4.11.26-fabric.jar"
hash-format = "murmur2"
hash = "881430275"
[update]
[update.curseforge]
file-id = 3311351
project-id = 319057
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Colormatic"
filename = "colormatic-2.2.9+mc.1.16.5.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3356/722/colormatic-2.2.9+mc.1.16.5.jar"
hash-format = "murmur2"
hash = "2698887388"
[update]
[update.curseforge]
file-id = 3356722
project-id = 325092
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Cull Leaves"
filename = "cullleaves-2.1.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3223/126/cullleaves-2.1.0.jar"
hash-format = "murmur2"
hash = "3851892671"
[update]
[update.curseforge]
file-id = 3223126
project-id = 423254
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Custom Entity Models (CEM)"
filename = "cem-0.1.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3312/67/cem-0.1.2.jar"
hash-format = "murmur2"
hash = "3954707572"
[update]
[update.curseforge]
file-id = 3312067
project-id = 477078
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Custom Fog"
filename = "custom-fog-1.5.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3298/609/custom-fog-1.5.1.jar"
hash-format = "murmur2"
hash = "1598097909"
[update]
[update.curseforge]
file-id = 3298609
project-id = 398774
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Dynamic FPS"
filename = "dynamic-fps-2.0.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3302/730/dynamic-fps-2.0.2.jar"
hash-format = "murmur2"
hash = "1527704295"
[update]
[update.curseforge]
file-id = 3302730
project-id = 335493
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Entity Culling Fabric/Forge"
filename = "EntityCulling-Fabric-1.3.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3358/819/EntityCulling-Fabric-1.3.0.jar"
hash-format = "murmur2"
hash = "4195997127"
[update]
[update.curseforge]
file-id = 3358819
project-id = 448233
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Fabric API"
filename = "fabric-api-0.41.3+1.16.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3510/322/fabric-api-0.41.3+1.16.jar"
hash-format = "murmur2"
hash = "3989392597"
[update]
[update.curseforge]
file-id = 3510322
project-id = 306612
release-channel = "beta"

View file

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

View file

@ -0,0 +1,14 @@
name = "Fabrishot"
filename = "fabrishot-1.4.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3271/155/fabrishot-1.4.0.jar"
hash-format = "murmur2"
hash = "1862084118"
[update]
[update.curseforge]
file-id = 3271155
project-id = 404870
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "FastChest"
filename = "fast-chest-1.2+1.16.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3222/361/fast-chest-1.2+1.16.jar"
hash-format = "murmur2"
hash = "142248783"
[update]
[update.curseforge]
file-id = 3222361
project-id = 436038
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "FerriteCore (Fabric)"
filename = "ferritecore-2.1.0-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3485/637/ferritecore-2.1.0-fabric.jar"
hash-format = "murmur2"
hash = "3244022036"
[update]
[update.curseforge]
file-id = 3485637
project-id = 459857
release-channel = "beta"

View file

@ -0,0 +1,18 @@
name = "Hydrogen"
filename = "hydrogen-fabric-mc1.16.5-0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/AZomiSrC/versions/mc1.16.5-v0.2.0/hydrogen-fabric-mc1.16.5-0.2.jar"
hash-format = "sha512"
hash = "571e51c87da301274a7650fc4bc249c633af2a2b21bc420912b03a743d06cdb7609bcf9fcdf9a6cd4defb1d908be7ca52988e1c95126adc5947edbbf77d6369e"
[update]
[update.modrinth]
mod-id = "AZomiSrC"
version = "aOtQ7hz2"
[option]
default = false
description = "Enable only if you are using Java 8"
optional = true

View file

@ -0,0 +1,14 @@
name = "Indium"
filename = "indium-1.0.0+mc1.16.5.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3484/850/indium-1.0.0+mc1.16.5.jar"
hash-format = "murmur2"
hash = "287857057"
[update]
[update.curseforge]
file-id = 3484850
project-id = 459496
release-channel = "beta"

View file

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

View file

@ -0,0 +1,14 @@
name = "Item Model Fix (Fabric)"
filename = "item-model-fix-1.0.2+1.16.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3344/188/item-model-fix-1.0.2+1.16.jar"
hash-format = "murmur2"
hash = "420002837"
[update]
[update.curseforge]
file-id = 3344188
project-id = 399798
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "LambdaBetterGrass"
filename = "lambdabettergrass-fabric-1.0.3+1.16.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3177/379/lambdabettergrass-fabric-1.0.3+1.16.jar"
hash-format = "murmur2"
hash = "4234188282"
[update]
[update.curseforge]
file-id = 3177379
project-id = 400322
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "LambDynamicLights"
filename = "lambdynamiclights-fabric-1.3.4+1.16.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3172/563/lambdynamiclights-fabric-1.3.4+1.16.jar"
hash-format = "murmur2"
hash = "3978031037"
[update]
[update.curseforge]
file-id = 3172563
project-id = 393442
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "LazyDFU"
filename = "lazydfu-0.1.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3209/972/lazydfu-0.1.2.jar"
hash-format = "murmur2"
hash = "2594861637"
[update]
[update.curseforge]
file-id = 3209972
project-id = 433518
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Lithium (Fabric)"
filename = "lithium-fabric-mc1.16.5-0.6.6.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3344/974/lithium-fabric-mc1.16.5-0.6.6.jar"
hash-format = "murmur2"
hash = "3122352508"
[update]
[update.curseforge]
file-id = 3344974
project-id = 360438
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Mod Menu"
filename = "modmenu-1.16.22.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3479/748/modmenu-1.16.22.jar"
hash-format = "murmur2"
hash = "1537659351"
[update]
[update.curseforge]
file-id = 3479748
project-id = 308702
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "No Fade"
filename = "nofade-1.16.5-1.0.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3228/523/nofade-1.16.5-1.0.1.jar"
hash-format = "murmur2"
hash = "2681299746"
[update]
[update.curseforge]
file-id = 3228523
project-id = 452768
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "No Potion Offset (Fabric/Forge)"
filename = "no-potion-offset-1.0.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3119/667/no-potion-offset-1.0.2.jar"
hash-format = "murmur2"
hash = "2073280837"
[update]
[update.curseforge]
file-id = 3119667
project-id = 361550
release-channel = "beta"

View file

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

View file

@ -0,0 +1,14 @@
name = "Phosphor (Fabric)"
filename = "phosphor-fabric-mc1.16.3-0.7.2+build.12.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3294/303/phosphor-fabric-mc1.16.3-0.7.2+build.12.jar"
hash-format = "murmur2"
hash = "1912698651"
[update]
[update.curseforge]
file-id = 3294303
project-id = 372124
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "'Slight' Gui Modifications"
filename = "slight-gui-modifications-1.7.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3202/525/slight-gui-modifications-1.7.1.jar"
hash-format = "murmur2"
hash = "1360047089"
[update]
[update.curseforge]
file-id = 3202525
project-id = 380393
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Smooth Boot (Fabric)"
filename = "smoothboot-fabric-1.16.5-1.6.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3248/104/smoothboot-fabric-1.16.5-1.6.0.jar"
hash-format = "murmur2"
hash = "3205574711"
[update]
[update.curseforge]
file-id = 3248104
project-id = 415758
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Sodium Extra"
filename = "sodium-extra-0.3.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3355/671/sodium-extra-0.3.2.jar"
hash-format = "murmur2"
hash = "2026782759"
[update]
[update.curseforge]
file-id = 3355671
project-id = 447673
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "ToolTipFix"
filename = "tooltipfix-1.0.2-1.16.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3087/328/tooltipfix-1.0.2-1.16.jar"
hash-format = "murmur2"
hash = "4012475434"
[update]
[update.curseforge]
file-id = 3087328
project-id = 411557
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "WI Zoom"
filename = "WI-Zoom-1.3-MC1.16.5.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3171/791/WI-Zoom-1.3-MC1.16.5.jar"
hash-format = "murmur2"
hash = "2563956176"
[update]
[update.curseforge]
file-id = 3171791
project-id = 349630
release-channel = "beta"

View file

@ -0,0 +1,14 @@
name = "Your Options Shall Be Respected (YOSBR)"
filename = "yosbr-0.1.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/2934/596/yosbr-0.1.1.jar"
hash-format = "murmur2"
hash = "1019026871"
[update]
[update.curseforge]
file-id = 2934596
project-id = 374274
release-channel = "beta"

10
Packwiz/1.16.5/pack.toml Normal file
View file

@ -0,0 +1,10 @@
name = "Fabulously Optimized"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "9f909a92a12cd50fcadd685fe4afae2ae45a635ce883fc252d22f887584f5080"
[versions]
fabric = "0.11.7"
minecraft = "1.16.5"

Binary file not shown.

View file

@ -7,7 +7,7 @@ The pack only adds performance and graphics enhancements to the client, so **it
## Downloads
* **[Download from Curseforge](https://www.curseforge.com/minecraft/modpacks/fabulously-optimized/files)** - supports Curseforge, MultiMC, GDLauncher and [vanilla launcher](https://github.com/Madis0/fabulously-optimized/wiki/Install-instructions#minecraft-launcher-the-vanilla-or-any-other-launcher).
* Auto-updating MultiMC pack: [1.17.1](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v2.3.0/Fabulously.Optimized.MC.1.17.1.auto-update.zip) [(read more)](https://github.com/Madis0/fabulously-optimized/wiki/Auto-updating-MultiMC-pack)
* Auto-updating MultiMC pack: 1.16.5 | [1.17.1](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v2.3.0/Fabulously.Optimized.MC.1.17.1.auto-update.zip) [(read more)](https://github.com/Madis0/fabulously-optimized/wiki/Auto-updating-MultiMC-pack)
* ~~Modrinth~~ [(planned)](https://github.com/Madis0/fabulously-optimized/issues/63)
* ~~Vanilla installer~~ [(planned)](https://github.com/Madis0/fabulously-optimized/issues/110)