4.1.0-alpha.1

This commit is contained in:
Madis 2022-07-28 18:32:39 +03:00
parent 01e78c0f95
commit 88b9250443
83 changed files with 1104 additions and 72 deletions

View file

@ -1,6 +1,20 @@
# Fabulously Optimized changelog
This is the changelog for the Fabric modpack [Fabulously Optimized](https://www.curseforge.com/minecraft/modpacks/fabulously-optimized). See the [version support FAQ](https://fabulously-optimized.gitbook.io/modpack/readme/version-support).
## 1.19.1
### 4.1.0-alpha.1 (2022-07-26)
It's time to start testing 1.19.1. Read the FAQ: https://fabulously-optimized.gitbook.io/modpack/readme/1-19-1-faq
Also, we've reached 500k downloads on CurseForge and almost 20k downloads on Modrinth! Thank you again for your support!
- Updated Debugify, Fabric API, MemoryLeakFix, Mod Menu, More Chat History, MoreCulling, No Chat Reports
- Temporarily disabled Lithium
- Disabled bugfixes MC-145929 and MC-148149 on Debugify as they are now fixed in vanilla
- Configured No Chat Reports for 1.19.1
- Updated Korean and Turkish in MMH by AlphaKR93 and localfossa
## 1.19
### 4.0.0-beta.12 (2022-07-26)

View file

@ -5,7 +5,7 @@ user_path = os.path.expanduser("~")
cf_path = user_path + "/curseforge/minecraft/Instances/Fabulously Optimized/"
mmc_path = user_path + "/Documents/MultiMC/instances/Fabulously Optimized/"
git_path = user_path + "/Documents/GitHub/fabulously-optimized/"
minecraft_version = "1.19"
minecraft_version = "1.19.1"
packwiz_path = git_path + "Packwiz/" + minecraft_version
# Functions

View file

@ -5,7 +5,7 @@ import toml # pip install toml
user_path = os.path.expanduser("~")
git_path = user_path + "\\Documents\\GitHub\\fabulously-optimized\\"
minecraft_version = "1.19"
minecraft_version = "1.19.1"
packwiz_path = git_path + "Packwiz\\" + minecraft_version + "\\"
packwiz_exe_path = "..\packwiz.exe"
mods_path = packwiz_path + "mods"

View file

@ -1,6 +1,6 @@
{
"minecraft": {
"version": "1.19",
"version": "1.19.1",
"modLoaders": [
{
"id": "fabric-0.14.8",
@ -11,12 +11,12 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Fabulously Optimized",
"version": "4.0.0-beta.12",
"author": "robotkoer",
"version": "4.1.0-alpha.1",
"author": "",
"files": [
{
"projectID": 596224,
"fileID": 3888651,
"fileID": 3904105,
"required": true
},
{
@ -26,7 +26,7 @@
},
{
"projectID": 306612,
"fileID": 3891323,
"fileID": 3902660,
"required": true
},
{
@ -56,7 +56,7 @@
},
{
"projectID": 634062,
"fileID": 3855257,
"fileID": 3902863,
"required": true
},
{
@ -86,12 +86,12 @@
},
{
"projectID": 630104,
"fileID": 3898078,
"fileID": 3902935,
"required": true
},
{
"projectID": 308702,
"fileID": 3873988,
"fileID": 3902967,
"required": true
},
{
@ -106,7 +106,7 @@
},
{
"projectID": 518319,
"fileID": 3824498,
"fileID": 3902698,
"required": true
},
{
@ -201,7 +201,7 @@
},
{
"projectID": 627566,
"fileID": 3885691,
"fileID": 3902960,
"required": true
},
{
@ -252,7 +252,7 @@
{
"projectID": 360438,
"fileID": 3865696,
"required": true
"required": false
},
{
"projectID": 459496,

View file

@ -5,7 +5,7 @@ Here you can find the mod comparison table between the currently supported Minec
The selected mods are inspired, but not limited by the [list of OptiFine alternatives](https://lambdaurora.dev/optifine_alternatives). The modpack also [improves the default settings](https://fabulously-optimized.gitbook.io/modpack/readme/changed-options).
## Smooth
| Name | Author | 1.16.5 | 1.17.1 | 1.18.2 | 1.19   | Description |
| Name | Author | 1.16.5 | 1.17.1 | 1.18.2 | 1.19.1 | Description |
|---|---|---|---|---|---|---|
| [Better Beds](https://www.curseforge.com/minecraft/mc-mods/better-beds) | [TeamMidnightDust](https://www.curseforge.com/members/teammidnightdust) |   ✔️ | | | | Makes beds render faster |
| [Dynamic FPS](https://www.curseforge.com/minecraft/mc-mods/dynamic-fps) | [juliand665](https://www.curseforge.com/members/juliand665) |   ✔️ |   ✔️ |   ✔️ |   ✔️ | Renders Minecraft slower if it is in the background to reduce CPU usage |
@ -28,7 +28,7 @@ The selected mods are inspired, but not limited by the [list of OptiFine alterna
¹ [Not from CurseForge](https://support.overwolf.com/en/support/solutions/articles/9000197913-non-curseforge-mods)
## Pretty
| Name | Author | 1.16.5 | 1.17.1 | 1.18.2 | 1.19   | Description |
| Name | Author | 1.16.5 | 1.17.1 | 1.18.2 | 1.19.1 | Description |
|---|---|---|---|---|---|---|
| [AdvancementInfo](https://www.curseforge.com/minecraft/mc-mods/advancementinfo) | [Giserbaer](https://www.curseforge.com/members/Giserbaer) |   ✔️ |   ✔️ |   ✔️ |   ✔️ | Makes the advancement pages bigger, adds a requirement list and search bar |
| [Animatica](https://www.curseforge.com/minecraft/mc-mods/animatica) | [FoundationGames](https://www.curseforge.com/members/FoundationGames) | |   ✔️ |   ✔️ |   ✔️ | Adds OptiFine's animated textures support |
@ -57,7 +57,7 @@ The selected mods are inspired, but not limited by the [list of OptiFine alterna
| [ToolTipFix](https://www.curseforge.com/minecraft/mc-mods/tooltipfix) | [Kyrptonaught](https://www.curseforge.com/members/Kyrptonaught) |   ✔️ |   ✔️ |   ✔️ |   ✔️ | Ensures all possible tooltips fit to screen |
## Functional
| Name | Author | 1.16.5 | 1.17.1 | 1.18.2 | 1.19   | Description |
| Name | Author | 1.16.5 | 1.17.1 | 1.18.2 | 1.19.1 | Description |
|---|---|---|---|---|---|---|
| [AntiGhost](https://www.curseforge.com/minecraft/mc-mods/antighost) | [Giselbaer](https://www.curseforge.com/members/Giselbaer) |   ✔️ |   ✔️ |   ✔️ |   ✔️ | Fixes glitching blocks by typing /ghost (repetitively using this can likely alert staff members in-game) |
| [Borderless Mining](https://www.curseforge.com/minecraft/mc-mods/borderless-mining) | [comp500](https://www.curseforge.com/members/comp500) |   ✔️ |   ✔️ |   ✔️ |   ✔️ | Allows you to have Minecraft in full screen and interact with a different window (disabled by default) |
@ -80,7 +80,7 @@ The selected mods are inspired, but not limited by the [list of OptiFine alterna
Mods that make other mods work. Hidden from in-game mod menu, but should not be removed.
| Name | Author | 1.16.5 | 1.17.1 | 1.18.2 | 1.19   | Description |
| Name | Author | 1.16.5 | 1.17.1 | 1.18.2 | 1.19.1 | Description |
|---|---|---|---|---|---|---|
| [Architectury](https://www.curseforge.com/minecraft/mc-mods/architectury-fabric) | [shedaniel](https://www.curseforge.com/members/shedaniel) |   ✔️ |   ✔️ | | | Makes some mods work |
| [ARRP](https://www.curseforge.com/minecraft/mc-mods/arrp) | [one_point_o](https://www.curseforge.com/members/one_point_o) | |   ✔️ |   ✔️ |   ✔️ | Makes some mods work |

View file

@ -1,7 +1,7 @@
{
"formatVersion": 1,
"game": "minecraft",
"versionId": "4.0.0-beta.12",
"versionId": "4.1.0-alpha.1",
"name": "Fabulously Optimized",
"summary": "Improve your graphics and performance with this simple modpack. Experimental releases on Modrinth!",
"files": [
@ -132,16 +132,15 @@
"fileSize": 43656
},
{
"path": "mods/debugify-2.3.2-fabric-1.19.jar",
"path": "mods/debugify-2.3.3-fabric-1.19.1.jar",
"hashes": {
"sha1": "928674a817a9fe6d025583a486b15f14bebe9edf",
"sha512": "e6c62d26b66f677e44d53804ec722f0d5d2f78d9baaeb44520c733afe69fa7a711a19855bd67d4dec19711065f5811dfe85866a8dabb5b2a36a52b75c90bcad7"
"sha1": "e8e2ee2aa56ce0a118c463bf207db5d5361ec4f4",
"sha512": "c89847d516586be9d162474d6e5a2dcbfde4c058f7c0e585e656a5ae78f12cc85a0390ceee920f731f186719d1ab98defe54922677080f4ff701e90827b00278"
},
"downloads": [
"https://cdn.modrinth.com/data/QwxR6Gcd/versions/2.3.2-fabric/debugify-2.3.2-fabric-1.19.jar",
"https://github.com/isXander/Debugify/releases/download/2.3.2/debugify-2.3.2-fabric-1.19.jar"
"https://cdn.modrinth.com/data/QwxR6Gcd/versions/2.3.3-fabric/debugify-2.3.3-fabric-1.19.1.jar"
],
"fileSize": 320345
"fileSize": 318288
},
{
"path": "mods/dynamic-fps-2.2.0.jar",
@ -189,16 +188,15 @@
"fileSize": 1185408
},
{
"path": "mods/fabric-api-0.58.0+1.19.jar",
"path": "mods/fabric-api-0.58.5+1.19.1.jar",
"hashes": {
"sha1": "6d29acc99b293b2be7060df6d7c887812bd54e46",
"sha512": "9c948488852e3bcf7a84fef26465bf0bcfbba17fb03e6b56ae11cf82d1ae6abbfb4c569bf3f1d088c6c3c5219d37c2699afc9013926f588263210a19f8d6e235"
"sha1": "c758f5dfadf35a9ab4f7f688094d599e30b2cbdb",
"sha512": "6916bc50c9bcd225142e4cf8a2d251f57dd89123baff4a8941c46365ba408b5a00484731ec3981935536817e63d2fcf1f916a2ac5975beffc831139cc3b62bd0"
},
"downloads": [
"https://cdn.modrinth.com/data/P7dR8mSH/versions/0.58.0+1.19/fabric-api-0.58.0%2B1.19.jar",
"https://github.com/FabricMC/fabric/releases/download/0.58.0%2B1.19/fabric-api-0.58.0%2B1.19.jar"
"https://cdn.modrinth.com/data/P7dR8mSH/versions/0.58.5+1.19.1/fabric-api-0.58.5%2B1.19.1.jar"
],
"fileSize": 1496048
"fileSize": 1498297
},
{
"path": "mods/fabric-language-kotlin-1.8.2+kotlin.1.7.10.jar",
@ -273,11 +271,11 @@
{
"path": "mods/lambdabettergrass-1.3.0+1.19.jar",
"hashes": {
"sha1": "95847e7ac49fbccb679f7e8ede37835a0cd65bf2",
"sha512": "b414857a60f7bfb4dee0c39ed44e54f5053773e92ece229d9e257e7dc06f66608e7a331ef370a803ee6748658609f6216f7696f6a96614571ead5d1799a967c8"
"sha1": "740d161761c2136dd08ff9f41817a1093275a85d",
"sha512": "400a43797886940e681d0d11f7f00360691cf6c490564a857aaa36f25ae940381437d054df01ed4a4ac66c3c6beb191102bfa9ebb944843a259e365117815314"
},
"downloads": [
"https://cdn.modrinth.com/data/2Uev7LdA/versions/1.3.0+1.19/lambdabettergrass-1.3.0%2B1.19.jar"
"https://github.com/LambdAurora/LambdaBetterGrass/releases/download/v1.3.0%2B1.19/lambdabettergrass-1.3.0%2B1.19.jar"
],
"fileSize": 1176944
},
@ -327,7 +325,11 @@
"https://cdn.modrinth.com/data/gvQqBUqZ/versions/mc1.19-0.8.1/lithium-fabric-mc1.19-0.8.1.jar",
"https://github.com/CaffeineMC/lithium-fabric/releases/download/mc1.19-0.8.1/lithium-fabric-mc1.19-0.8.1.jar"
],
"fileSize": 475664
"fileSize": 475664,
"env": {
"client": "optional",
"server": "optional"
}
},
{
"path": "mods/main-menu-credits-1.1.1.jar",
@ -342,16 +344,15 @@
"fileSize": 14190
},
{
"path": "mods/memoryleakfix-1.19-0.5.4.jar",
"path": "mods/memoryleakfix-1.19.1-0.6.0.jar",
"hashes": {
"sha1": "2776672be09acd23d8b94f382b3ddb1674b173a2",
"sha512": "329ee93b7159236eea4cce72384ff5b377610f78f148976d750fa6aec55ff0d6e28d5c7c6b9d338970181c4fe1c1574050661aefbb2f1e54ac056b0de4fa611c"
"sha1": "191efd5a5415b442dceaa5e950182e2441b56b59",
"sha512": "9f6e0ceaab8fbb48cc4f4129a9f7cdf8cad49e3b473af214fbc0c3f506563bade3394666c4daa38ed438de010122505bc8d046cd742655b193b40498e0ed1ead"
},
"downloads": [
"https://cdn.modrinth.com/data/NRjRiSSD/versions/v0.5.4/memoryleakfix-1.19-0.5.4.jar",
"https://github.com/fxmorin/MemoryLeakFix/releases/download/v0.5.4/memoryleakfix-1.19-0.5.4.jar"
"https://cdn.modrinth.com/data/NRjRiSSD/versions/v0.6.0/memoryleakfix-1.19.1-0.6.0.jar"
],
"fileSize": 42935
"fileSize": 28683
},
{
"path": "mods/midnightcontrols-1.4.1+1.19.jar",
@ -378,50 +379,48 @@
"fileSize": 171453
},
{
"path": "mods/modmenu-4.0.4.jar",
"path": "mods/modmenu-4.0.5.jar",
"hashes": {
"sha1": "d4fbf49f72a16b0c241d2c5e856292ad4253d9f7",
"sha512": "ec0a3ec44a148c0fed89318ddc3d90121441b1b581affebc92855df81328e0182fd6778d5f52ca96ce8cc0f99a73ed0761abff98facdd74cc96cb1321b886d4f"
"sha1": "1acf6cadf20243d753705e2212d88f90670e49fd",
"sha512": "71e7b0f80de56be992b4ed7b33f4b5035f7a9de62ea94a979e0ec2ceb599f15c8ac6f72050d0734cf840f0fbd6f6ef6ca30d3aaacb7e9d489dc58c4a416ff2b4"
},
"downloads": [
"https://cdn.modrinth.com/data/mOgUt4GM/versions/4.0.4/modmenu-4.0.4.jar",
"https://github.com/TerraformersMC/ModMenu/releases/download/v4.0.4/modmenu-4.0.4.jar"
"https://cdn.modrinth.com/data/mOgUt4GM/versions/4.0.5/modmenu-4.0.5.jar"
],
"fileSize": 444139
"fileSize": 445959
},
{
"path": "mods/morechathistory-1.19-1.1.0.jar",
"path": "mods/morechathistory-1.19.1-1.1.1.jar",
"hashes": {
"sha1": "da9fa2f47f0f3225ace55822e6083acd272b0dde",
"sha512": "612e69545a6db9cdca7ebf05a2e23dbbfd239cf3df99c65d63e402692c54f06607626bc867add05b029037d3f45181f52492cb834baa7acab9379722889f6384"
"sha1": "b23419da24f1c7ae16c6e77e992a38491cccf2c8",
"sha512": "97b92ad55bc88ea5c75de55672bfd23842a03dd1d697cb9d877b2d97da3f52c2f4c00858f603c77261372749f1006b37588692e125edb2c93488e108fd589345"
},
"downloads": [
"https://cdn.modrinth.com/data/8qkXwOnk/versions/mc1.19-1.1.0/morechathistory-1.19-1.1.0.jar"
"https://cdn.modrinth.com/data/8qkXwOnk/versions/mc1.19.1-1.1.1/morechathistory-1.19.1-1.1.1.jar"
],
"fileSize": 11105
"fileSize": 11223
},
{
"path": "mods/moreculling-1.19-0.6.1.jar",
"path": "mods/moreculling-1.19.1-0.7.0.jar",
"hashes": {
"sha1": "ccbfc410e4d418f63d578cf4be7e53b3e444ac8b",
"sha512": "46131e551d269ff4847bf94c12e328f167ea9d8eb230db7f3c91efbe047f583d11050a31715472b812ffa050dec35b4c42a8b2345beb6cefa9fe2c3aed2efa87"
"sha1": "37edf9222ed233e86cfa2a0738c1ca393bed32bd",
"sha512": "0aad43a978dcd52a3286d8ec96762f21671432e120497868c37e77fde286b281db288bf54675ed4f6b76194d0bf3057c819fda2fbce8c5d8eccf14e6b82b750e"
},
"downloads": [
"https://cdn.modrinth.com/data/51shyZVL/versions/v0.6.1/moreculling-1.19-0.6.1.jar",
"https://github.com/fxmorin/MoreCulling/releases/download/v0.6.1/moreculling-1.19-0.6.1.jar"
"https://cdn.modrinth.com/data/51shyZVL/versions/v0.7.0/moreculling-1.19.1-0.7.0.jar"
],
"fileSize": 1126292
"fileSize": 1129239
},
{
"path": "mods/NoChatReports-FABRIC-1.19-v1.2.3.jar",
"path": "mods/NoChatReports-FABRIC-1.19.1-v1.7.1.jar",
"hashes": {
"sha1": "b9aa3fe12853f6c4579658dbf1eb254f99409aa2",
"sha512": "f551c0f1643eaaaa47d52e7e9a23d430a7066639c134b1591b77fb0b140b17a3e7161e68867fc3015c82cd1228640ccdb8ec479d123640dfd5201c6a657d7763"
"sha1": "02d9e0aaa1bd33310f878db0853881a3b54b3f1f",
"sha512": "839552c12418a51ea3176b9d41252cc56f34f07c1cc04ad0dba5b41bf1202d1934b9409aa88eeea7822e07485a67560973c4fb5c07e908b0a4e3f48537001eb0"
},
"downloads": [
"https://cdn.modrinth.com/data/qQyHxfxd/versions/Fabric-1.19-v1.2.3/NoChatReports-FABRIC-1.19-v1.2.3.jar"
"https://cdn.modrinth.com/data/qQyHxfxd/versions/Fabric-1.19.1-v1.7.1/NoChatReports-FABRIC-1.19.1-v1.7.1.jar"
],
"fileSize": 30160
"fileSize": 80968
},
{
"path": "mods/nofade-1.18-2.0.1.jar",
@ -564,7 +563,7 @@
}
],
"dependencies": {
"minecraft": "1.19",
"minecraft": "1.19.1",
"fabric-loader": "0.14.8"
}
}

View file

@ -1,6 +1,6 @@
InstanceType=OneSix
OverrideCommands=true
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/main/Packwiz/1.19/pack.toml
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://raw.githubusercontent.com/Fabulously-Optimized/fabulously-optimized/main/Packwiz/1.19.1/pack.toml
iconKey=pack
name=Fabulously Optimized (MC 1.19 auto-update)
name=Fabulously Optimized (MC 1.19.1 auto-update)
notes=https://github.com/Fabulously-Optimized/fabulously-optimized

View file

@ -1,4 +1,4 @@
InstanceType=OneSix
iconKey=pack
name=Fabulously Optimized 4.0.0-beta.12
name=Fabulously Optimized 4.1.0-alpha.1
notes=https://fabulously-optimized.github.io/

View file

@ -17,24 +17,24 @@
"uid": "org.lwjgl3"
}
],
"cachedVersion": "1.19",
"cachedVersion": "1.19.1",
"important": true,
"uid": "net.minecraft",
"version": "1.19"
"version": "1.19.1"
},
{
"cachedName": "Intermediary Mappings",
"cachedRequires": [
{
"equals": "1.19",
"equals": "1.19.1",
"uid": "net.minecraft"
}
],
"cachedVersion": "1.19",
"cachedVersion": "1.19.1",
"cachedVolatile": true,
"dependencyOnly": true,
"uid": "net.fabricmc.intermediary",
"version": "1.19"
"version": "1.19.1"
},
{
"cachedName": "Fabric Loader",

View file

@ -0,0 +1 @@
../1.16.5/.packwizignore

View file

@ -0,0 +1 @@
{"broken_paths":true}

View file

@ -0,0 +1 @@
{"MC-89146":true,"MC-121772":true,"MC-122477":true,"MC-140646":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

@ -0,0 +1 @@
{"version":1,"overrides":{"fabric":{"+depends":{"fabricloader":">=0.14.8"},"+recommends":{"Fabulously Optimized":"latest"}},"debugify":{"conflicts":{}},"cem":{"recommends":{}},"colormatic":{"recommends":{}}}}

View file

@ -0,0 +1 @@
{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 4.1.0-alpha.1","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.antighost","color":"dark_gray"}]}}

View file

@ -0,0 +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":["mm","minecraft","puzzle-models","puzzle-splashscreen","autoconfig1u","completeconfig","cloth-basic-math","indium","settxicloth","crowdin-translate","caffeineconfig","architectury","puzzle-gui","puzzle-base","citresewn-defaults","pride","fabric-language-kotlin"]}

View file

@ -0,0 +1 @@
{"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights"],"enablePuzzleButton":false,"checkUpdates":false,"showPuzzleInfo":false}

View file

@ -0,0 +1 @@
{"demandOnClient":false,"demandOnServer":false,"enableDebugLog":false,"convertToGameMessage":true,"showServerSafety":true,"suppressVanillaSecurityNotices":true,"alwaysHideReportButton":true,"versionEasterEgg":false,"disableTelemetry":true,"showReloadButton":false,"whitelistedServers":[]}

View file

@ -0,0 +1 @@
delete-unused-regions-after-days=0

View file

@ -0,0 +1 @@
{"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false}

View file

@ -0,0 +1 @@
{"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":true,"enableElytraTexture":true}

View file

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

View file

@ -0,0 +1 @@
runGCOnUnfocus = true

View file

@ -0,0 +1 @@
{"allowIllegalTexturePaths":true,"skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false}

View file

@ -0,0 +1,3 @@
disableUpdateMessage=true
maxShadowRenderDistance=6
enableShaders=false

View file

@ -0,0 +1,2 @@
mode = "fast"
better_layer = false

View file

@ -0,0 +1,7 @@
mode = "fastest"
[light_sources]
water_sensitive_check = true
block_entities = true
entities = false
tnt = "simple"
creeper = "simple"

View file

@ -0,0 +1 @@
{"config_screen_list":"FALSE","special_hats":false}

View file

@ -0,0 +1 @@
useCustomItemFrameRenderer = false

View file

@ -0,0 +1 @@
{"quality":{"weather_quality":"FAST"},"notifications":{"hide_donation_button":true}}

View file

@ -0,0 +1 @@
{"version":1,"enabled":false}

View file

@ -0,0 +1,21 @@
version:3117
autoJump:false
snooperEnabled:false
darkMojangStudiosBackground:true
simulationDistance:6
guiScale:3
maxFps:260
resourcePacks:["vanilla","Fabric Mods","lambdabettergrass/default","continuity/default","continuity/glass_pane_culling_fix","file/Mod Menu Helper.zip","midnightcontrols/bedrock"]
incompatibleResourcePacks:[]
tutorialStep:none
skipMultiplayerWarning:true
joinedFirstServer:true
chatPreview:false
key_key.saveToolbarActivator:key.keyboard.unknown
key_zoomify.key.zoom:key.keyboard.c
key_zoomify.key.gui: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

329
Packwiz/1.19.1/index.toml Normal file
View file

@ -0,0 +1,329 @@
hash-format = "sha256"
[[files]]
file = "config/citresewn.json"
hash = "dcb9f9dd8184ba8ee7c81e785f677434c7cda2acb925fd3d542e2a361ee78e32"
[[files]]
file = "config/debugify.json"
hash = "8e683a923285b2661e1492cf5ee17d4415478e70f8b06bf7c01a65afa705f471"
[[files]]
file = "config/fabric_loader_dependencies.json"
hash = "5c0926fe0e7686e798d0486781a0c6510394e4a5a96f2d7f2952761cef64f9c5"
[[files]]
file = "config/isxander-main-menu-credits.json"
hash = "aca23ef32ea91c4dadf75bea6a93d5803e15eb44177b2c1b1ee41564ba90e61f"
[[files]]
file = "config/modmenu.json"
hash = "b2d6f97d6f09d3c02504264a778ab1958378c91e5d743afed9ab71846073bf60"
[[files]]
file = "config/puzzle.json"
hash = "2a7c463f581910b0daf713ece461106f92894f9cb4af3655dad13152003005cf"
[[files]]
file = "config/yosbr/config/NoChatReports.json"
hash = "d5cbf41948e8b3d02366e3a6029596b6ad8eaf77227724d599d0344279ae3508"
[[files]]
file = "config/yosbr/config/bobby.conf"
hash = "7668a9ed5d5d6878dd49d552396b7aab57e5345d031a0f776b90f9a477a06195"
[[files]]
file = "config/yosbr/config/borderlessmining.json"
hash = "1dfdc3360afe91b5804eef79f8b868f874e3dfc0c975495f8994f378ffe37a8f"
[[files]]
file = "config/yosbr/config/capes.json5"
hash = "5157cba377614babb525e4346d3f56cd9502e0f20e91ef3f31601a5c90080852"
[[files]]
file = "config/yosbr/config/cem.conf"
hash = "51519ddcc6823cbe1f22b8977fe103eb8c01b1872899634ddc06814f3ef2da9b"
[[files]]
file = "config/yosbr/config/dynamicfps.toml"
hash = "00adc4f855ed41412f3c3eb48b859c4ae68b5f2c30ba4c332e66f38e79a0c449"
[[files]]
file = "config/yosbr/config/entity_texture_features.json"
hash = "35cb31f6ae8e293fed8e4eb5dff841c1e913ca2342af5fd47296f31024e14950"
[[files]]
file = "config/yosbr/config/iris.properties"
hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5"
[[files]]
file = "config/yosbr/config/lambdabettergrass.toml"
hash = "a96351b4d852862f0c994cd61a05856c965e73e8f698591f0f2f5ba9a30bd952"
[[files]]
file = "config/yosbr/config/lambdynlights.toml"
hash = "5b83dbf79c2df634529371bb6fe139fadaf485710212080363a522f2f5983ca6"
[[files]]
file = "config/yosbr/config/midnightlib.json"
hash = "f7f7122784c7a6bcdb034e663fd756e16ffe69a668cb1b334e2be622f8c7bd55"
[[files]]
file = "config/yosbr/config/moreculling.toml"
hash = "b9196e07b7b1a7239992b737b50ea35a337c87d1828a20d5f23300b18050f37c"
[[files]]
file = "config/yosbr/config/sodium-options.json"
hash = "dd6f94bc9b0002d8db083a1f7a4238fd93489046f3084b03ce92338ab5a65b00"
[[files]]
file = "config/yosbr/config/tr7zwDonorSettings.json"
hash = "ef73ff0fcd6f7e7f3727f493ab61fdc8a65d710475426a55f72eb772ef0ed309"
[[files]]
file = "config/yosbr/options.txt"
hash = "15ce78106c5e206e4bddf1da45e84967dafb9c04bf87a4b4ae09433229ec8990"
[[files]]
file = "mods/advancementinfo.pw.toml"
hash = "1adfed1eb9468a7aee481cac91008bdb8e0af1048c54900a5a408dc40c446500"
metafile = true
[[files]]
file = "mods/animatica.pw.toml"
hash = "6e37a53e0cc21c40bc27956d667189c278cefe61dab2a798fd4ba39bbf741687"
metafile = true
[[files]]
file = "mods/antighost.pw.toml"
hash = "3460db95383cf24e5171f466bfc196c7f953eb7624ac10381de2c65356e265c0"
metafile = true
[[files]]
file = "mods/better-mount-hud.pw.toml"
hash = "fe0fb406a9ba81b2e501d41db4606ed512687045e5c515481edc12b00119940e"
metafile = true
[[files]]
file = "mods/borderless-mining.pw.toml"
hash = "e0f6cbba2f655e4d7906d95d5c9e00837a72fa6a0c52ddadcd35de33c160f017"
metafile = true
[[files]]
file = "mods/capes.pw.toml"
hash = "968dabb91375ca143c3c8eb7c6de76add0cff8d33bf30894650f4d4b2d0c1ce1"
metafile = true
[[files]]
file = "mods/cit-resewn.pw.toml"
hash = "a662fdb75dc2676b5912ba07b17a481fb1f9c64b9bd93820936997a77aa1636e"
metafile = true
[[files]]
file = "mods/colormatic.pw.toml"
hash = "7aa8ced63d137481245c7ea9a15b5486193dc2ff944a15ca92479f093da0dc85"
metafile = true
[[files]]
file = "mods/continuity.pw.toml"
hash = "15fdaff0cb9342b772aa104d98eb4b116b3df442f689fa607ef6656c66468ffc"
metafile = true
[[files]]
file = "mods/cull-less-leaves.pw.toml"
hash = "a4f1b4126dc3fdd6815012df939a60df9d4ae2721a2bc869d216b946ffe7b757"
metafile = true
[[files]]
file = "mods/custom-entity-models-cem.pw.toml"
hash = "f78fdd7d632b5e90ba87232795ce5862bfb6c57df924e1b8e3510b4ad8bcf37f"
metafile = true
[[files]]
file = "mods/debugify.pw.toml"
hash = "6fb5b9849b6ba0cb9ff0057318b87b476aebd86d9505763233e1b1d150e73bf8"
metafile = true
[[files]]
file = "mods/dynamic-fps.pw.toml"
hash = "0db89b28d9d11cd967580baed30d7ba8930b3c3a9b9e7426a92664a1f48ef24c"
metafile = true
[[files]]
file = "mods/enhanced-block-entities.pw.toml"
hash = "07f493206b01ebeb4064854f473e947b7d175229f5e2a1b46e74964ff240e2f0"
metafile = true
[[files]]
file = "mods/entity-texture-features-fabric.pw.toml"
hash = "bc927da092ee23dc5668d9607fb91362bde587b280564c00d45e44cac244205f"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "c7deffd338b695e2e6e6f034cf6704f9b2743aca64f2c350945ad5a57dd4b03b"
metafile = true
[[files]]
file = "mods/fabric-language-kotlin.pw.toml"
hash = "91520be992ba24e8b7a4e5d5b9dc3f20ad2807d1c789f20eb0583c5fdfaa0401"
metafile = true
[[files]]
file = "mods/fabrishot.pw.toml"
hash = "54566a4d869db8c6139ed8900bbb2a3977f5328dcfcf9e43f1b63d008c93a43a"
metafile = true
[[files]]
file = "mods/farsight-fabric.pw.toml"
hash = "15703ff475fc638bdc8a4d62b708d517be68f86069611e84149cf126f2d76187"
metafile = true
[[files]]
file = "mods/ferritecore-fabric.pw.toml"
hash = "90934a8f07aad60a6a696e2b63db60f4aa0a5439b89fea95fcd0a100d526da6b"
metafile = true
[[files]]
file = "mods/indium.pw.toml"
hash = "21ae6591048a111fba70d41a57ee0b7f16e73011f970ce88c21d9ccdea170b0a"
metafile = true
[[files]]
file = "mods/irisshaders.pw.toml"
hash = "7befee16152b92859affdb23cf8015c71c6f3cf39f8e544a8af67462595241c7"
metafile = true
[[files]]
file = "mods/item-model-fix.pw.toml"
hash = "0cb1859becba06e139f96d2f99d6a6840d4bf20818753ec6b28f495f1716a4b3"
metafile = true
[[files]]
file = "mods/lambdabettergrass.pw.toml"
hash = "0d66d77d7354d3b8d4b89983c3a576895e9d3e74250a8797897ccf6e0291e6e2"
metafile = true
[[files]]
file = "mods/lambdynamiclights.pw.toml"
hash = "6efed395750fd72a1396750da222739ed5708b63bfb5fbad59b05ebec779e22c"
metafile = true
[[files]]
file = "mods/language-reload.pw.toml"
hash = "398b1a30ec518b3e2e88ea6bb5154499380d9a495772e2b037276edc81a43a29"
metafile = true
[[files]]
file = "mods/lazydfu.pw.toml"
hash = "e75515de6f60227e731affe8077018bd68d8556ebd62032a5e5bd5217b28d44f"
metafile = true
[[files]]
file = "mods/lithium.pw.toml"
hash = "af87a5bb795319ee0625fedc76a0c93de1ca85de09226c9c0d1f9b59faf708bf"
metafile = true
[[files]]
file = "mods/main-menu-credits.pw.toml"
hash = "198084fae4ff7ee526c4d1b82b82f36585445d2c07b5f1c82e4121724c81400f"
metafile = true
[[files]]
file = "mods/memoryleakfix.pw.toml"
hash = "7e4939c0acb24b83963d26a65d983900ae1b18de584560821a0072d87843925f"
metafile = true
[[files]]
file = "mods/midnightcontrols.pw.toml"
hash = "011cdac05926935d1b86941f21b192514bf58d7178c83e1d40fa5a616f18ac8d"
metafile = true
[[files]]
file = "mods/mixin-conflict-helper.pw.toml"
hash = "e711296fa29d5659dcc38c4201e7a208e7e1dc8e75be919428dcbb6954765219"
metafile = true
[[files]]
file = "mods/modmenu.pw.toml"
hash = "e441993c15186052f35a1981df9011175d285a35e1d54b856c7c8ae2e0377b7e"
metafile = true
[[files]]
file = "mods/more-chat-history.pw.toml"
hash = "6ba02ed36bd9c31c7585b3788ea70b8fbfd4027e8a4e05481e35bfb7470eaa46"
metafile = true
[[files]]
file = "mods/moreculling.pw.toml"
hash = "33083fb5b1981fe223079937427c9da57931c2489f99030048624394b120cc72"
metafile = true
[[files]]
file = "mods/no-chat-reports.pw.toml"
hash = "8c498fa41e01fe1ebfe2fa43770ff0f77bd3abfd920db98f6a686ee4819fc3ca"
metafile = true
[[files]]
file = "mods/no-fade.pw.toml"
hash = "c91a0e5e41ca1131346bec3429a5b54dd46ca826a228620b52333de9184a864a"
metafile = true
[[files]]
file = "mods/not-enough-crashes.pw.toml"
hash = "da2f881af5407adbed6f097b5169950d9fb6c704465b5e82bf3f260c4e140f0f"
metafile = true
[[files]]
file = "mods/optigui.pw.toml"
hash = "c4aebe0362765c366bc23fd89150f8249877f6bad869aa3328cdbfd0c5cacbdf"
metafile = true
[[files]]
file = "mods/puzzle.pw.toml"
hash = "615f8158be122f497dc69c3be5026833536bcb0d0dd60f1d61403e58fbe679c2"
metafile = true
[[files]]
file = "mods/reeses-sodium-options.pw.toml"
hash = "242d59152c19a148d3d5b6a0bf46ffb0280e822f90e78b417e9669518bcc1ab5"
metafile = true
[[files]]
file = "mods/smooth-boot.pw.toml"
hash = "eb68f07474889d53f9b81902ad7aca2979604aa6d5102327574b687b1e1c1424"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
hash = "3819426b160a445edb28b35d2286b4a9af8944744191a6ea609903ee685d14bf"
metafile = true
[[files]]
file = "mods/sodium.pw.toml"
hash = "4bfa59263c3c2e8b8435eecdd8a944d1345b4b249191ccbadc953f3417b93608"
metafile = true
[[files]]
file = "mods/starlight.pw.toml"
hash = "7b110f0f87bb5f21381cc9c2338be6689219a36ef13cb34c22e745df4e6afbff"
metafile = true
[[files]]
file = "mods/tooltipfix.pw.toml"
hash = "5520c1dc76ba02ac7ab0648ca5facc2e5e65e6f98b5bc1c9b95d6f8be8280238"
metafile = true
[[files]]
file = "mods/yosbr.pw.toml"
hash = "003dee7fef878abc298c3c6589b7b21e8922def090c9cf8259ae8c6aacc0946f"
metafile = true
[[files]]
file = "mods/zoomify.pw.toml"
hash = "bdd6836216af0ecba546d073141d38552180d49d6ea8b0e203bd7f62537d5666"
metafile = true
[[files]]
file = "resourcepacks/Mod Menu Helper.zip"
hash = "19f65f092cba6f1de2055c7898a6062ca98b721a539db1632dc82089a491bc43"

View file

@ -0,0 +1,13 @@
name = "AdvancementInfo"
filename = "advancementinfo-1.19-fabric0.53.3-1.3.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "a75c92e3a207853c47962dd920da6435df8c0284"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3828517
project-id = 403815

View file

@ -0,0 +1,13 @@
name = "Animatica"
filename = "animatica-0.5+1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "d58560b9c226df726bdddc7ab25748a158a0cb3d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3844732
project-id = 533006

View file

@ -0,0 +1,13 @@
name = "AntiGhost"
filename = "antighost-1.19-fabric0.55.3-1.1.5.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8069aa7ae030d71ac98c462fb978575dd7f7b1df"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3828917
project-id = 273279

View file

@ -0,0 +1,13 @@
name = "Better Mount HUD"
filename = "bettermounthud-1.1.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "60035cc1e9cf8bf880c42f57427719d773df5cd5"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3637536
project-id = 475358

View file

@ -0,0 +1,13 @@
name = "Borderless Mining"
filename = "borderless-mining-1.1.5+1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "08f98e28057a0fbdb288c947b7871def4b18b176"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3865813
project-id = 310205

View file

@ -0,0 +1,13 @@
name = "Fabric Capes"
filename = "Capes-1.4.4+1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "83e9829da639037c6cd2375669b4705c5ff7d871"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3844992
project-id = 408481

View file

@ -0,0 +1,13 @@
name = "CIT Resewn"
filename = "CITResewn-1.1.1+1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "5f10d78456c95f4a2e53a9b29884629362153848"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3855030
project-id = 521427

View file

@ -0,0 +1,13 @@
name = "Colormatic"
filename = "colormatic-3.1.2+mc.1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "7524e70ccf9968d14aadbeca03cd0ec226c04054"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3821958
project-id = 325092

View file

@ -0,0 +1,13 @@
name = "Continuity"
filename = "continuity-2.0.0+1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "ac4deeead3e1c4a3d54759f5d27c514f34f9115f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3822251
project-id = 531351

View file

@ -0,0 +1,13 @@
name = "Cull Less Leaves"
filename = "CullLessLeaves-1.0.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "d3fe0b9a6d5ff2bd09839c7851d567a43ca4f83d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3868400
project-id = 619718

View file

@ -0,0 +1,13 @@
name = "Custom Entity Models (CEM)"
filename = "cem-0.7.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "96c943ee9282945877fe85e7c474ccddbaca0401"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3821136
project-id = 477078

View file

@ -0,0 +1,13 @@
name = "Debugify"
filename = "debugify-2.3.3-fabric-1.19.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "e8e2ee2aa56ce0a118c463bf207db5d5361ec4f4"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3904105
project-id = 596224

View file

@ -0,0 +1,13 @@
name = "Dynamic FPS"
filename = "dynamic-fps-2.2.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8d264374dc08df87777fb51b94c781476c315bb5"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3829250
project-id = 335493

View file

@ -0,0 +1,13 @@
name = "Enhanced Block Entities"
filename = "enhancedblockentities-0.7.1+1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "78dd28b7d94ef3883e817a328be9e1d66aedaa24"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3841824
project-id = 452046

View file

@ -0,0 +1,13 @@
name = "Entity Texture Features - [Fabric & Forge]"
filename = "entity_texture_features_fabric-4.0.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "471dd20a7d8ed143b53c07ee352deba9c75e78ed"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3900006
project-id = 568563

View file

@ -0,0 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.58.5+1.19.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c758f5dfadf35a9ab4f7f688094d599e30b2cbdb"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3902660
project-id = 306612

View file

@ -0,0 +1,13 @@
name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.8.2+kotlin.1.7.10.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "e8a1dba4932c7b361525f17ed73636675765c5c9"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3887669
project-id = 308769

View file

@ -0,0 +1,13 @@
name = "Fabrishot"
filename = "fabrishot-1.8.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "229c504dd8d48527f4484d3dba569baa63b03fe1"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3826809
project-id = 404870

View file

@ -0,0 +1,13 @@
name = "Farsight [Fabric]"
filename = "farsight-fabric-1.19-2.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "fe220ca3cb7a596228472c283076d6da7f0a11d3"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3843751
project-id = 579192

View file

@ -0,0 +1,13 @@
name = "FerriteCore (Fabric)"
filename = "ferritecore-5.0.0-fabric.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "14ab2f560fce8f20f5af07129dd71130ab9bb03f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3824694
project-id = 459857

View file

@ -0,0 +1,13 @@
name = "Indium"
filename = "indium-1.0.6+mc1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "f4ed0775fbf68bd4ba5c31e143f05d7bf38817fa"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3840292
project-id = 459496

View file

@ -0,0 +1,13 @@
name = "Iris Shaders"
filename = "iris-mc1.19.1-1.2.6.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "4d1676bca816ce282199882628375a45e7a9e97d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3899705
project-id = 455508

View file

@ -0,0 +1,13 @@
name = "Item Model Fix (Fabric)"
filename = "item-model-fix-1.0.3+1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "3bc98ae80c3546dfcdc63c762c236895b7b2a845"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3854720
project-id = 399798

View file

@ -0,0 +1,13 @@
name = "LambdaBetterGrass"
filename = "lambdabettergrass-1.3.0+1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "740d161761c2136dd08ff9f41817a1093275a85d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3834055
project-id = 400322

View file

@ -0,0 +1,13 @@
name = "LambDynamicLights"
filename = "lambdynamiclights-2.1.2+1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "0f2b1a29beb9521e11046f76674d78ddc86e1371"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3824820
project-id = 393442

View file

@ -0,0 +1,13 @@
name = "Language Reload"
filename = "language-reload-1.3.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "9b8fc8ce7447ad97d1e7ebba5322bccd01aff118"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3836370
project-id = 527334

View file

@ -0,0 +1,13 @@
name = "LazyDFU"
filename = "lazydfu-0.1.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "0dfa8b03ed408fb7fdada29e01cfebba02af1049"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3821870
project-id = 433518

View file

@ -0,0 +1,16 @@
name = "Lithium (Fabric)"
filename = "lithium-fabric-mc1.19-0.8.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8316f71030ffc74af09b781d3281d575b61db0e0"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3865696
project-id = 360438
[option]
optional = true

View file

@ -0,0 +1,13 @@
name = "Main Menu Credits"
filename = "main-menu-credits-1.1.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "7df757c8d19a13da60c7b85f13870965d61c71d8"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3846496
project-id = 618812

View file

@ -0,0 +1,13 @@
name = "MemoryLeakFix"
filename = "memoryleakfix-1.19.1-0.6.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "191efd5a5415b442dceaa5e950182e2441b56b59"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3902960
project-id = 627566

View file

@ -0,0 +1,13 @@
name = "MidnightControls"
filename = "midnightcontrols-1.4.1+1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "182ff23b349290438c4ae0c97e2fd85a802a73d0"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3861391
project-id = 621768

View file

@ -0,0 +1,13 @@
name = "Mixin Conflict Helper"
filename = "MixinConflictHelper-1.1.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "623f8375bd90cb52d703104b3ec9daf0bec8368d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3878040
project-id = 643052

View file

@ -0,0 +1,13 @@
name = "Mod Menu"
filename = "modmenu-4.0.5.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "1acf6cadf20243d753705e2212d88f90670e49fd"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3902967
project-id = 308702

View file

@ -0,0 +1,13 @@
name = "More Chat History"
filename = "morechathistory-1.19.1-1.1.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b23419da24f1c7ae16c6e77e992a38491cccf2c8"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3902698
project-id = 518319

View file

@ -0,0 +1,13 @@
name = "MoreCulling"
filename = "moreculling-1.19.1-0.7.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "37edf9222ed233e86cfa2a0738c1ca393bed32bd"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3902935
project-id = 630104

View file

@ -0,0 +1,13 @@
name = "No Chat Reports"
filename = "NoChatReports-FABRIC-1.19.1-v1.7.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "02d9e0aaa1bd33310f878db0853881a3b54b3f1f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3902863
project-id = 634062

View file

@ -0,0 +1,13 @@
name = "No Fade"
filename = "nofade-1.18-2.0.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "76951fe09b742ba0ca07acc7c54e4c3760157071"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3550935
project-id = 452768

View file

@ -0,0 +1,13 @@
name = "Not Enough Crashes (Fabric)"
filename = "notenoughcrashes-4.1.6+1.19-fabric.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "3e45edbb8dc4aed296ad4997c1cf1c4c1066292d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3825131
project-id = 353890

View file

@ -0,0 +1,13 @@
name = "OptiGUI"
filename = "optigui-1.1.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "5da0d10efb27e8cc3db902ef5e2480d608fabf71"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3870988
project-id = 619986

View file

@ -0,0 +1,13 @@
name = "Puzzle"
filename = "puzzle-1.3.4-1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "bd3c287a37cd86b7acc405634cf18b765118cff9"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3861822
project-id = 563977

View file

@ -0,0 +1,13 @@
name = "Reese's Sodium Options"
filename = "reeses_sodium_options-1.4.4+mc1.19-build.47.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "07996117b63b384d30abb92d175c98500dfab04d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3888700
project-id = 511319

View file

@ -0,0 +1,13 @@
name = "Smooth Boot (Fabric)"
filename = "smoothboot-fabric-1.19-1.7.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8414cbce145a5f48102e6cc811dfd1459afe44f3"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3821513
project-id = 415758

View file

@ -0,0 +1,13 @@
name = "Sodium Extra"
filename = "sodium-extra-0.4.6+mc1.19-build.47.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "e9c3a6b3a9fbe3db3dbb98da3ed53e3f7e557149"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3894489
project-id = 447673

View file

@ -0,0 +1,13 @@
name = "Sodium"
filename = "sodium-fabric-mc1.19-0.4.2+build.16.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "6c1b055bce99d0bf64733e0ff95f347e4cd171f3"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3820973
project-id = 394468

View file

@ -0,0 +1,13 @@
name = "Starlight (Fabric)"
filename = "starlight-1.1.1+fabric.ae22326.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "de6fe932555604345477db89b59d59249909c640"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3835973
project-id = 521783

View file

@ -0,0 +1,13 @@
name = "ToolTipFix"
filename = "tooltipfix-1.0.5-1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8dd951713909e327ae42deb22d0102dc0de07b83"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3820437
project-id = 411557

View file

@ -0,0 +1,13 @@
name = "Your Options Shall Be Respected (YOSBR)"
filename = "yosbr-0.1.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "0643830cab952fc96872702e681b863b550c8530"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 2934596
project-id = 374274

View file

@ -0,0 +1,13 @@
name = "Zoomify"
filename = "Zoomify-1.7.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "0807fefc9f576b61318750ee2d328e35cb9c3ba1"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3844111
project-id = 574741

12
Packwiz/1.19.1/pack.toml Normal file
View file

@ -0,0 +1,12 @@
name = "Fabulously Optimized"
version = "4.1.0-alpha.1"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "0d75b39d9fbc3bcc242bb53959e911f250a55cc48dab405f7ea5a075133b5e2b"
[versions]
fabric = "0.14.8"
minecraft = "1.19.1"

Binary file not shown.

View file

@ -13,7 +13,7 @@ Supports CurseForge Launcher, MultiMC, GDLauncher and vanilla launcher. [Install
_These downloads do not yet support the modpack or the mods :(_
* [![Modrinth](https://img.shields.io/modrinth/dt/fabulously-optimized?color=4&label=Download%20from%20Modrinth&style=for-the-badge)](https://modrinth.com/modpack/fabulously-optimized) [(experimental!)](https://github.com/Fabulously-Optimized/fabulously-optimized/issues/63)
* [MultiMC (auto-update)](https://fabulously-optimized.gitbook.io/modpack/readme/multimc-auto-update): [1.16.5](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v3.2.3/Fabulously.Optimized.MC.1.16.5.auto-update.zip) | [1.17.1](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v3.2.3/Fabulously.Optimized.MC.1.17.1.auto-update.zip) | ~[1.18](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v3.0.0-alpha.4/Fabulously.Optimized.MC.1.18.auto-update.zip)~ ⚰️ | ~[1.18.1](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v3.2.3/Fabulously.Optimized.MC.1.18.1.auto-update.zip)~ ⚰️ | [1.18.2](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v3.10.1/Fabulously.Optimized.MC.1.18.2.auto-update.zip) | [1.19](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v4.0.0-beta.2/Fabulously.Optimized.MC.1.19.auto-update.zip)
* [MultiMC (auto-update)](https://fabulously-optimized.gitbook.io/modpack/readme/multimc-auto-update): [1.16.5](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v3.2.3/Fabulously.Optimized.MC.1.16.5.auto-update.zip) | [1.17.1](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v3.2.3/Fabulously.Optimized.MC.1.17.1.auto-update.zip) | ~[1.18](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v3.0.0-alpha.4/Fabulously.Optimized.MC.1.18.auto-update.zip)~ ⚰️ | ~[1.18.1](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v3.2.3/Fabulously.Optimized.MC.1.18.1.auto-update.zip)~ ⚰️ | [1.18.2](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v3.10.1/Fabulously.Optimized.MC.1.18.2.auto-update.zip) | ~[1.19](https://github.com/Fabulously-Optimized/fabulously-optimized/releases/download/v4.0.0-beta.2/Fabulously.Optimized.MC.1.19.auto-update.zip)~ ⚰️ | [1.19.1](https://www.youtube.com/watch?v=dQw4w9WgXcQ)
* ~~Vanilla installer~~ [(planned)](https://github.com/Madis0/fabulously-optimized/issues/110)
* [GitHub releases](https://github.com/Fabulously-Optimized/fabulously-optimized/releases)