3.3.0-beta.2

This commit is contained in:
Madis 2022-03-14 19:28:33 +02:00
parent 8202112965
commit a135c5bd17
27 changed files with 337 additions and 100 deletions

View file

@ -3,6 +3,21 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www.
## 1.18.2
### 3.3.0-beta.2 (2022-03-14)
Time for another public mod vote! Read more here.
* Added Bobby for testing and voting
* Added ForgetMeChunk which fixes some chunk border lag spikes
* Re-added AdvancementInfo, AntiGhost, Smooth Boot
* Updated Architectury API, Entity Texture Features, Fabric API, Iris Shaders, Not Enough Crashes, Puzzle
* Removed Advancements Enlarger as AdvancementInfo is back
* Enabled Always Defer Chunk Updates on Sodium for additional performance gains
* Puzzle update fixed the crash on macOS
* Fixed incompatible mods crash on GDLauncher
* Temporarily added: Better Beds, FastChest (replacement for Enhanced Block Entities)
* Temporarily removed: Colormatic, Enhanced Block Entities
### 3.3.0-beta.1 (2022-03-11)
Time for a beta as the most visible mods are all updated.

View file

@ -11,7 +11,7 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Fabulously Optimized",
"version": "3.3.0-beta.1",
"version": "3.3.0-beta.2",
"author": "robotkoer",
"files": [
{
@ -21,7 +21,7 @@
},
{
"projectID": 306612,
"fileID": 3675501,
"fileID": 3689020,
"required": true
},
{
@ -36,12 +36,12 @@
},
{
"projectID": 568563,
"fileID": 3683634,
"fileID": 3693077,
"required": true
},
{
"projectID": 353890,
"fileID": 3606828,
"fileID": 3684963,
"required": true
},
{
@ -49,6 +49,11 @@
"fileID": 3641052,
"required": true
},
{
"projectID": 591317,
"fileID": 3682724,
"required": true
},
{
"projectID": 574741,
"fileID": 3682908,
@ -116,12 +121,7 @@
},
{
"projectID": 419697,
"fileID": 3671589,
"required": true
},
{
"projectID": 355583,
"fileID": 3329360,
"fileID": 3684742,
"required": true
},
{
@ -129,6 +129,11 @@
"fileID": 3664303,
"required": true
},
{
"projectID": 403815,
"fileID": 3687748,
"required": true
},
{
"projectID": 560957,
"fileID": 3625238,
@ -139,19 +144,24 @@
"fileID": 3680329,
"required": true
},
{
"projectID": 409301,
"fileID": 3686441,
"required": true
},
{
"projectID": 408481,
"fileID": 3543238,
"required": true
},
{
"projectID": 459857,
"fileID": 3672143,
"projectID": 563977,
"fileID": 3692488,
"required": true
},
{
"projectID": 563977,
"fileID": 3599769,
"projectID": 459857,
"fileID": 3672143,
"required": true
},
{
@ -174,6 +184,16 @@
"fileID": 3657092,
"required": true
},
{
"projectID": 415758,
"fileID": 3692365,
"required": true
},
{
"projectID": 273279,
"fileID": 3687749,
"required": true
},
{
"projectID": 317121,
"fileID": 3668284,
@ -215,13 +235,13 @@
"required": true
},
{
"projectID": 455508,
"fileID": 3669331,
"projectID": 452768,
"fileID": 3550935,
"required": true
},
{
"projectID": 452768,
"fileID": 3550935,
"projectID": 455508,
"fileID": 3687476,
"required": true
},
{

View file

@ -6,6 +6,7 @@
<li><a href="https://www.curseforge.com/minecraft/mc-mods/entity-texture-features-fabric">Entity Texture Features - [Fabric] (by traben_0)</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/language-reload">Language Reload (by Jerozgen)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/forgetmechunk">ForgetMeChunk (by BreadLoaf___)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/zoomify">Zoomify (by XanderIsDev)</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/fabrishot">Fabrishot (by ramidzkh)</a></li>
@ -20,15 +21,14 @@
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cull-leaves">Cull Leaves (by Motschen)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/continuity">Continuity (by Pepper_Bell)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/architectury-fabric">Architectury API (Fabric) (by shedaniel)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/advancements-enlarger">Advancements Enlarger (by shedaniel)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/animatica">Animatica (by FoundationGames)</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/tiefix">TieFix (by j_t_a_i)</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/enhanced-block-entities">Enhanced Block Entities (by FoundationGames)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bobby">Bobby (by Johni0702)</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/ferritecore-fabric">FerriteCore (Fabric) (by malte0811)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/puzzle">Puzzle (by Motschen)</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/starlight">Starlight (Fabric) (by Spottedstar)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fastopenlinksandfolders">FastOpenLinksAndFolders (by altrisi)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/sodium-extra">Sodium Extra (by FlashyReese)</a></li>
@ -43,12 +43,11 @@
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dont-clear-chat-history">Don't Clear Chat History (by anar4732)</a></li>
<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/dynamic-fps">Dynamic FPS (by juliand665)</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/no-fade">No Fade (by UltimateBoomer)</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/cloth-config">Cloth Config API (Fabric) (by shedaniel)</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/yosbr">Your Options Shall Be Respected (YOSBR) (by shedaniel)</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/colormatic">Colormatic (by kwertiTheCats)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/indium">Indium (by comp500)</a></li>
</ul>

View file

@ -8,6 +8,7 @@
"modmenu.summaryTranslation.antighost": "Fix ghost blocks with /ghost\n§9✎§8 Keybind",
"modmenu.summaryTranslation.betterbeds": "§c*§r Faster beds\n§8✎ (no options)",
"modmenu.summaryTranslation.bettermounthud": "Show food and XP while on a horse\n§8✎ (no options)",
"modmenu.summaryTranslation.bobby": "Keeps loaded chunks visible in servers\n§9✎§8 Block entities, dim chunks, keep cache, ...",
"modmenu.summaryTranslation.borderlessmining": "Full screen with Alt+Tab support (opt-in)\n§9✎§8 Toggle mod, macOS support, custom size, ...",
"modmenu.summaryTranslation.capes": "Optifine's and other capes\n§9✎§8 Types, preferred type, elytra, ...",
"modmenu.summaryTranslation.citresewn": "Optifine's custom items\n§9✎§8 Toggle mod, allow broken packs, ...",
@ -21,9 +22,11 @@
"modmenu.summaryTranslation.entityculling": "Don't render mobs behind walls\n§8✎ (only advanced options)",
"modmenu.summaryTranslation.entity_texture_features": "Optifine's random & emissive mobs\n§9✎§8 Random mobs, emissivity, eye blinking, ...",
"modmenu.summaryTranslation.fabrishot": "Take HD screenshots with F9\n§9✎§8 Override F2, resolution, keybind, ...",
"modmenu.summaryTranslation.farsight": "§c*§r Keeps loaded chunks visible in servers\n§8✎ (no options)",
"modmenu.summaryTranslation.fastchest": "§c*§r Faster chests\n§9✎§8 Toggle mod",
"modmenu.summaryTranslation.fastopenlinksandfolders": "Fix freezing when opening links or folders\n§8✎ (no options)",
"modmenu.summaryTranslation.ferritecore": "Reduce RAM usage\n§8✎ (only advanced options)",
"modmenu.summaryTranslation.forgetmechunk": "Fixes lag spikes on chunk borders\n§8✎ (no options)",
"modmenu.summaryTranslation.hydrogen": "Reduce RAM usage\n§8✎ (no options)",
"modmenu.summaryTranslation.iris": "Optifine's shaders\n§9✎§8 Toggle mod, select shader, keybinds, ...",
"modmenu.summaryTranslation.itemmodelfix": "Fix transparent lines in held items\n§9✎§8 Method",

View file

@ -8,6 +8,7 @@
"modmenu.summaryTranslation.antighost": "Paranda kummitusplokid käsuga /ghost\n§9✎§8 Kiirklahv",
"modmenu.summaryTranslation.betterbeds": "§c*§r Kiiremad voodid\n§8✎ (valikud puuduvad)",
"modmenu.summaryTranslation.bettermounthud": "Kuva hobusel olles toit ja kogemusp.\n§8✎ (valikud puuduvad)",
"modmenu.summaryTranslation.bobby": "Hoiab laaditud kamakad serverites nähtaval\n§9✎§8 Plokiolemid, tumedad kamakad, säilita vahemälu, ...",
"modmenu.summaryTranslation.borderlessmining": "Täisekraan Alt+Tab toega (soovi korral)\n§9✎§8 Lülita modi, macOS'i tugi, kohandatud suurus, ...",
"modmenu.summaryTranslation.capes": "Optifine'i ja teised keebid\n§9✎§8 Tüübid, eelistatud tüüp, kattetiivad, ...",
"modmenu.summaryTranslation.citresewn": "Optifine'i kohandatud esemed\n§9✎§8 Lülita modi, luba katkised pakid, ...",
@ -21,9 +22,11 @@
"modmenu.summaryTranslation.entityculling": "Ära renderda seinataguseid elukaid\n§8✎ (vaid edasijõudnute valikud)",
"modmenu.summaryTranslation.entity_texture_features": "Optifine'i juhuslikud ja hõõguvad elukad\n§9✎§8 Juhuslikud elukad, hõõgumine, silmapilgutus, ...",
"modmenu.summaryTranslation.fabrishot": "Tee HD-kuvatõmmiseid klahviga F9\n§9✎§8 Rakenda F2le, resolutsioon, kiirklahv, ...",
"modmenu.summaryTranslation.farsight": "§c*§r Hoiab laaditud kamakad serverites nähtaval\n§8✎ (valikud puuduvad)",
"modmenu.summaryTranslation.fastchest": "§c*§r Kiiremad kirstud\n§9✎§8 Lülita modi",
"modmenu.summaryTranslation.fastopenlinksandfolders": "Paranda \"külmumine\" linkide või kaustade avamisel\n§8✎ (valikud puuduvad)",
"modmenu.summaryTranslation.ferritecore": "Vähenda RAMi kasutust\n§8✎ (vaid edasijõudnute valikud)",
"modmenu.summaryTranslation.forgetmechunk": "Parandab \"latentsusokkad\" kamakapiiridel\n§8✎ (valikud puuduvad)",
"modmenu.summaryTranslation.hydrogen": "Vähenda RAMi kasutust\n§8✎ (valikud puuduvad)",
"modmenu.summaryTranslation.iris": "Optifine'i varjutajad\n§9✎§8 Lülita modi, vali varjutaja, kiirklahvid, ...",
"modmenu.summaryTranslation.itemmodelfix": "Paranda käeshoitud esemetel läbipaistvad jooned\n§9✎§8 Meetod",
@ -38,7 +41,7 @@
"modmenu.summaryTranslation.notenoughcrashes": "Teata ja mängi pärast krahhi edasi\n§8✎ (vaid edasijõudnute valikud)",
"modmenu.summaryTranslation.phosphor": "§c*§r Optimeeri valgust, kiiremad kamakad\n§8✎ (vaid edasijõudnute valikud)",
"modmenu.summaryTranslation.puzzle": "Mõned Optifine'i funktsioonid\n§9✎§8 Seadistamiseks laienda modi (vajuta ikoonil ▼)",
"modmenu.summaryTranslation.puzzle-base": "Mõned Optifine'i funktsioonid\n§9✎§8 Ressursipaki avakuva, ...",
"modmenu.summaryTranslation.puzzle-base": "Mõned Optifine'i funktsioonid\n§9✎§8 Ressursipaki laadimiskuva, ...",
"modmenu.summaryTranslation.smoothboot": "Vähenda mängu \"külmumist\"\n§8✎ (vaid edasijõudnute valikud)",
"modmenu.summaryTranslation.sodium": "Optimeeri renderdamist, parem ks\n§9✎§8 Graafikaseadetes: optimeeringud",
"modmenu.summaryTranslation.starlight": "Optimeeri valgust, kiiremad kamakad\n§8✎ (valikud puuduvad)",

View file

@ -1,20 +1,20 @@
{
"formatVersion": 1,
"game": "minecraft",
"versionId": "3.3.0-beta.1",
"versionId": "3.3.0-beta.2",
"name": "Fabulously Optimized",
"files": [
{
"path": "mods/advancements-enlarger-0.2.4.jar",
"path": "mods/advancementinfo-1.18.2-fabric0.47.10-1.3.1.jar",
"hashes": {
"sha1": "dd71aa1ea18f2ff81a0604db151bb05be212dc38"
"sha1": "c817fbc6798d50ad45f586a66d5b54dc4fa3bf33"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3329/360/advancements-enlarger-0.2.4.jar"
"https://edge.forgecdn.net/files/3687/748/advancementinfo-1.18.2-fabric0.47.10-1.3.1.jar"
]
},
{
@ -31,16 +31,29 @@
]
},
{
"path": "mods/architectury-4.0.30.jar",
"path": "mods/antighost-1.18.2-fabric0.47.10-1.1.4.jar",
"hashes": {
"sha1": "0d309c3cde7c396fe208b8131e785f09382bb83b"
"sha1": "b9a690827fdaa60388bc297d6bf339c7ffd68261"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3671/589/architectury-4.0.30.jar"
"https://edge.forgecdn.net/files/3687/749/antighost-1.18.2-fabric0.47.10-1.1.4.jar"
]
},
{
"path": "mods/architectury-4.1.32.jar",
"hashes": {
"sha1": "11ed091388dee7036fd9c9773dd4a37dcaf03b72"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3684/742/architectury-4.1.32.jar"
]
},
{
@ -69,6 +82,19 @@
"https://edge.forgecdn.net/files/3637/536/bettermounthud-1.1.4.jar"
]
},
{
"path": "mods/bobby-3.1.1.jar",
"hashes": {
"sha1": "783d7ab7d34e87c0671a9426be0021caee58c1b8"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3686/441/bobby-3.1.1.jar"
]
},
{
"path": "mods/borderless-mining-1.1.1+1.18.jar",
"hashes": {
@ -213,16 +239,16 @@
]
},
{
"path": "mods/entity-texture-features-%5B1.18.2%5D-2.4.5.jar",
"path": "mods/entity-texture-features-1.18.x-2.5.1.jar",
"hashes": {
"sha1": "02777af75ea3c6bb0051a8de49037531bec89f11"
"sha1": "fef2a38b6b0568db8bb5c611d40321586ee02fe2"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3683/634/entity-texture-features-%5B1.18.2%5D-2.4.5.jar"
"https://edge.forgecdn.net/files/3693/77/entity-texture-features-%5B1.18.x%5D-2.5.1.jar"
]
},
{
@ -239,16 +265,16 @@
]
},
{
"path": "mods/fabric-api-0.47.10+1.18.2.jar",
"path": "mods/fabric-api-0.48.0+1.18.2.jar",
"hashes": {
"sha1": "ff78c08167a3e4ea68c63dd17a2236662f98aefd"
"sha1": "cead4972f34ec8f2c97813b9824f2a2b02e8fde9"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3675/501/fabric-api-0.47.10+1.18.2.jar"
"https://edge.forgecdn.net/files/3689/20/fabric-api-0.48.0+1.18.2.jar"
]
},
{
@ -316,6 +342,19 @@
"https://edge.forgecdn.net/files/3672/143/ferritecore-4.2.0-fabric.jar"
]
},
{
"path": "mods/forgetmechunk-1.18.X-1.0.3.jar",
"hashes": {
"sha1": "0cc5ebb9748e58aadc1770bac292f5f263e8eb9d"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3682/724/forgetmechunk-1.18.X-1.0.3.jar"
]
},
{
"path": "mods/indium-1.0.2+mc1.18.2.jar",
"hashes": {
@ -330,16 +369,16 @@
]
},
{
"path": "mods/iris-mc1.18.2-1.2.1-rc2-0cc372f0-dirty.jar",
"path": "mods/iris-mc1.18.2-1.2.2-build.32.jar",
"hashes": {
"sha1": "ecd7b64f80821721b2cd15c866140225baa9d4ad"
"sha1": "4f414abe310173ea7e270e26dafec8e6c442b9d4"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3669/331/iris-mc1.18.2-1.2.1-rc2-0cc372f0-dirty.jar"
"https://edge.forgecdn.net/files/3687/476/iris-mc1.18.2-1.2.2-build.32.jar"
]
},
{
@ -473,29 +512,29 @@
]
},
{
"path": "mods/notenoughcrashes-4.1.4+1.18.1-fabric.jar",
"path": "mods/notenoughcrashes-4.1.4+1.18.2-fabric.jar",
"hashes": {
"sha1": "a6b83e46b3a8b1884f539683042686680729ce2a"
"sha1": "e3452caf15e9f579e82578e60ad9c5847fe592b1"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3606/828/notenoughcrashes-4.1.4+1.18.1-fabric.jar"
"https://edge.forgecdn.net/files/3684/963/notenoughcrashes-4.1.4+1.18.2-fabric.jar"
]
},
{
"path": "mods/puzzle-1.1.0.jar",
"path": "mods/puzzle-1.2.0.jar",
"hashes": {
"sha1": "56365b0e1e27288c45ec680be7d41cff8d389015"
"sha1": "c4b6921b6ec061b3441467d3d89786fd40b069db"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3599/769/puzzle-1.1.0.jar"
"https://edge.forgecdn.net/files/3692/488/puzzle-1.2.0.jar"
]
},
{
@ -524,6 +563,19 @@
"https://edge.forgecdn.net/files/3680/329/slight-gui-modifications-2.1.0.jar"
]
},
{
"path": "mods/smoothboot-fabric-1.18.2-1.7.0.jar",
"hashes": {
"sha1": "3ca71bca131120dcea2b6edf4d71773f0e1f820b"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3692/365/smoothboot-fabric-1.18.2-1.7.0.jar"
]
},
{
"path": "mods/sodium-extra-mc1.18.2-0.4.2.jar",
"hashes": {

View file

@ -5,5 +5,5 @@ MinMemAlloc=512
OverrideJavaArgs=true
OverrideMemory=true
iconKey=pack
name=Fabulously Optimized 3.3.0-beta.1
name=Fabulously Optimized 3.3.0-beta.2
notes=https://fabulously-optimized.github.io/

View file

@ -0,0 +1,24 @@
{
"disabledIntegrations": [
"iris",
"continuity",
"cullleaves",
"citresewn",
"lambdabettergrass",
"cem",
"lambdynlights",
"entity_texture_features"
],
"enablePuzzleButton": false,
"debugMessages": false,
"checkUpdates": false,
"showPuzzleInfo": false,
"resourcepackSplashScreen": true,
"disableSplashScreenBlend": false,
"emissiveTextures": false,
"unlimitedRotations": true,
"biggerModels": true,
"backgroundColor": 15675965,
"progressBarColor": 16777215,
"progressFrameColor": 16777215
}

View file

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

View file

@ -0,0 +1,31 @@
# Delete regions from the cache when they have not been loaded for X days.
#
# The cache for a given world is cleaned up whenever you disconnect from the server.
# Entire worlds are cleaned up when the game starts and you have not visited them for X days.
#
# Set to -1 to disabled.
# Set to 0 to clean up everything after every disconnect.
delete-unused-regions-after-days=0
enabled=true
# Changes the maximum value configurable for Render Distance.
#
# Requires Sodium.
max-render-distance=32
# Do not load block entities (e.g. chests) in fake chunks.
# These need updating every tick which can add up.
#
# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway.
no-block-entities=true
# Reduces the light levels in fake chunks so you can tell the difference from real ones.
taint-fake-chunks=false
# Delays the unloading of chunks which are outside your view distance.
# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes).
# Does not work across dimensions.
unload-delay-secs=60
# Overwrites the view-distance of the integrated server.
# This allows Bobby to be useful in Singleplayer.
#
# Disabled when at 0.
# Bobby is active in singleplayer only if this is enabled.
# Requires re-log to en-/disable.
view-distance-overwrite=0

View file

@ -6,7 +6,8 @@
"citresewn",
"lambdabettergrass",
"cem",
"lambdynlights"
"lambdynlights",
"entity_texture_features"
],
"enablePuzzleButton": false,
"debugMessages": false,

View file

@ -4,6 +4,15 @@
"leaves_quality": "DEFAULT",
"enable_vignette": true
},
"performance": {
"chunk_builder_threads": 0,
"always_defer_chunk_updates": true,
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_particle_culling": true,
"use_fog_occlusion": true,
"use_block_face_culling": true
},
"notifications": {
"hide_donation_button": true
}

View file

@ -16,14 +16,22 @@ hash = "8bffacf0777bdc9e35022109e9580583d40fcaa05f0abfed1bf32220a5b39ab3"
file = "config/modmenu.json"
hash = "432cf3ffe12e99e455270ddad810e2e50a04385afdd27a3f7a4814caacbdb90b"
[[files]]
file = "config/puzzle.json"
hash = "f767669d11b748c983cf3bf33a8778c2e70e2182a844e4ee1add13efabe6c2df"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "5ccedde9d8d67fafa70b3a8323367be76e1bde69d804bc9cca7f8459713e2312"
hash = "de1c56606b0893774a964151448007305922fd88c829abd78c495b53ec7bc63a"
[[files]]
file = "config/tiefix.json"
hash = "d3516058835f83e6a2c1d1312fbf20e6bcf43fad6fb1f12beb7f842129647c7f"
[[files]]
file = "config/yosbr/config/bobby.conf"
hash = "1245f76db2e27da52e233674cee4334618b75e0c7b745774c6ce84f5c4371bc8"
[[files]]
file = "config/yosbr/config/borderlessmining.json"
hash = "67e294546dd7b0c9e0490574590273283da61a4363c68c9a4dcc86e4ba4b4195"
@ -78,7 +86,7 @@ hash = "432cf3ffe12e99e455270ddad810e2e50a04385afdd27a3f7a4814caacbdb90b"
[[files]]
file = "config/yosbr/config/puzzle.json"
hash = "6025ec66197f8abab4b7192ca299e305f6e8752c821993848620ee9c77577e4d"
hash = "f767669d11b748c983cf3bf33a8778c2e70e2182a844e4ee1add13efabe6c2df"
[[files]]
file = "config/yosbr/config/slightguimodifications/config.json5"
@ -86,7 +94,7 @@ hash = "7da931e9b7389034de203f2719b99ab74ab8e500a898ad5d563d64f13c501120"
[[files]]
file = "config/yosbr/config/sodium-options.json"
hash = "d7db2ecda246d459f1d65c2c60d3581b8d5c02242a957d0c66b2e17a51d86af0"
hash = "ce1bdc73a838c3d8d892e7ee62a5399fe94b3e347ac40ca57895a6cabdfaa054"
[[files]]
file = "config/yosbr/config/tiefix.json"
@ -97,8 +105,8 @@ file = "config/yosbr/options.txt"
hash = "a54e0a330aef8ace83906940fcb6434da3f0a3cdf96a2b44c7237b649a9c8385"
[[files]]
file = "mods/advancements-enlarger.toml"
hash = "eea30bf3a3f1f9350f871b5b652068b890acaeecca92dd74bae45c2a1b833f0f"
file = "mods/advancementinfo.toml"
hash = "2a7fd6600075e0b6e5ee90e289f031f5822aa0c859e3b3fa1ed8c8a99ad51e80"
metafile = true
[[files]]
@ -106,9 +114,14 @@ file = "mods/animatica.toml"
hash = "4434f950f298b99f19434496a998c0a46951e9a025e07c5c7000b6fdf52b5f20"
metafile = true
[[files]]
file = "mods/antighost.toml"
hash = "3e3074cb6a900a2714d125469354d0e2a9e89e899723c3e7fe5dffa035f72917"
metafile = true
[[files]]
file = "mods/architectury-fabric.toml"
hash = "bd74735f807e01a6e7ea91f6e59f8f215854ca1e73c7a2970b3ac2cb994c959c"
hash = "4678da7646beb73621074e73d73d5b0c20d8ae370c18a18cdef8b20f43e29cf4"
metafile = true
[[files]]
@ -121,6 +134,11 @@ file = "mods/better-mount-hud.toml"
hash = "85f3ba11c05d688f772f04f226eb010bc4d667b7da987182e15aca89a578f3c9"
metafile = true
[[files]]
file = "mods/bobby.toml"
hash = "09b34d416941eef0b3aeb0717e1f7247b23245a5744971f37865905e8979810e"
metafile = true
[[files]]
file = "mods/borderless-mining.toml"
hash = "cfc25775ef2e2dec224cd7328b7174e271c28fc610841355d97f2fc6e3723a31"
@ -178,7 +196,7 @@ metafile = true
[[files]]
file = "mods/entity-texture-features-fabric.toml"
hash = "310c390e0f38f50a5b50dc04876307aab2fc191229aafc5ae199b9031e6bc7d4"
hash = "93b5334d5aee27aeb652185de9e7915373cc10b65df506d193ae44baa9121548"
metafile = true
[[files]]
@ -188,7 +206,7 @@ metafile = true
[[files]]
file = "mods/fabric-api.toml"
hash = "cfc071c2400eb20973b2d42fbd6f1e713d2520b460cb20ea93e96eb2fd186387"
hash = "e1d62926446ab5519d262d741f9f2f125488bc2048f38aced8d3e1ebec55fe1e"
metafile = true
[[files]]
@ -216,6 +234,11 @@ file = "mods/ferritecore-fabric.toml"
hash = "328ab993a9721cd5a0a87b3aedaf45ad8fb86210b42daa5f04a544fcf1f52604"
metafile = true
[[files]]
file = "mods/forgetmechunk.toml"
hash = "06cb28b6ded5b429fda6f236758fa8787fde526f6b2fc83d2af085c642bcaacc"
metafile = true
[[files]]
file = "mods/indium.toml"
hash = "69d17da8431a798a73f8e238e9114ff96089449706a699c1f69e4561bbc0055c"
@ -223,7 +246,7 @@ metafile = true
[[files]]
file = "mods/irisshaders.toml"
hash = "bba3240ad4032a32a279813020b6ef59d8cbe85a455236ba52d0541a67ffd854"
hash = "d1b796d25ba43d6b37218dcfdd5a88aaaead81028fe51dd40b9e4f1a9b731ecc"
metafile = true
[[files]]
@ -278,12 +301,12 @@ metafile = true
[[files]]
file = "mods/not-enough-crashes.toml"
hash = "3c059bb33cf8656273f189f53a7c05289c9f025f54e2936e9200ba1817093f5c"
hash = "ac843deb7ea5718a1c736ce5e684e3bdb974dc398963d98edddcdf2a203e04ba"
metafile = true
[[files]]
file = "mods/puzzle.toml"
hash = "4f80d5389cf1660d9511b81ec5ee3ec65b3fc4b1c1f11768ccb10d707b8a19c5"
hash = "32bdc2d06d874908b095c92f8c61465f81008b550f6cedcfb922447412e0f9f9"
metafile = true
[[files]]
@ -296,6 +319,11 @@ file = "mods/slight-gui-modifications.toml"
hash = "70c9e65d45c6fdd46cee103f90815d80081789ce8f9bf05ede16546dff593c38"
metafile = true
[[files]]
file = "mods/smooth-boot.toml"
hash = "0bb8efa177ff2c5b54bb0bcbadf5e5fd2ae57c0cb71e533e7d8b896f12d9af4b"
metafile = true
[[files]]
file = "mods/sodium-extra.toml"
hash = "a0d8ad1d13e07e1270248cb51712268b9ef27e6ab5e8ab16634cca9fa5e12ef0"
@ -333,4 +361,4 @@ metafile = true
[[files]]
file = "resourcepacks/Mod Menu Helper.zip"
hash = "5b5ef22f79f045acf0c5aeabe46f989864b1ce795ea8815163e66de3736c1644"
hash = "7bd6a4c5696270fc79025b1641514f9d86d9ce3941df9b02c88ca6b574f7739c"

View file

@ -0,0 +1,13 @@
name = "AdvancementInfo"
filename = "advancementinfo-1.18.2-fabric0.47.10-1.3.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3687/748/advancementinfo-1.18.2-fabric0.47.10-1.3.1.jar"
hash-format = "sha1"
hash = "c817fbc6798d50ad45f586a66d5b54dc4fa3bf33"
[update]
[update.curseforge]
file-id = 3687748
project-id = 403815

View file

@ -1,13 +0,0 @@
name = "Advancements Enlarger"
filename = "advancements-enlarger-0.2.4.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3329/360/advancements-enlarger-0.2.4.jar"
hash-format = "sha1"
hash = "dd71aa1ea18f2ff81a0604db151bb05be212dc38"
[update]
[update.curseforge]
file-id = 3329360
project-id = 355583

View file

@ -0,0 +1,13 @@
name = "AntiGhost"
filename = "antighost-1.18.2-fabric0.47.10-1.1.4.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3687/749/antighost-1.18.2-fabric0.47.10-1.1.4.jar"
hash-format = "sha1"
hash = "b9a690827fdaa60388bc297d6bf339c7ffd68261"
[update]
[update.curseforge]
file-id = 3687749
project-id = 273279

View file

@ -1,13 +1,13 @@
name = "Architectury API (Fabric)"
filename = "architectury-4.0.30.jar"
filename = "architectury-4.1.32.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3671/589/architectury-4.0.30.jar"
url = "https://edge.forgecdn.net/files/3684/742/architectury-4.1.32.jar"
hash-format = "sha1"
hash = "0d309c3cde7c396fe208b8131e785f09382bb83b"
hash = "11ed091388dee7036fd9c9773dd4a37dcaf03b72"
[update]
[update.curseforge]
file-id = 3671589
file-id = 3684742
project-id = 419697

View file

@ -0,0 +1,13 @@
name = "Bobby"
filename = "bobby-3.1.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3686/441/bobby-3.1.1.jar"
hash-format = "sha1"
hash = "783d7ab7d34e87c0671a9426be0021caee58c1b8"
[update]
[update.curseforge]
file-id = 3686441
project-id = 409301

View file

@ -1,13 +1,13 @@
name = "Entity Texture Features - [Fabric]"
filename = "entity-texture-features-%5B1.18.2%5D-2.4.5.jar"
filename = "entity-texture-features-1.18.x-2.5.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3683/634/entity-texture-features-%5B1.18.2%5D-2.4.5.jar"
url = "https://edge.forgecdn.net/files/3693/77/entity-texture-features-%5B1.18.x%5D-2.5.1.jar"
hash-format = "sha1"
hash = "02777af75ea3c6bb0051a8de49037531bec89f11"
hash = "fef2a38b6b0568db8bb5c611d40321586ee02fe2"
[update]
[update.curseforge]
file-id = 3683634
file-id = 3693077
project-id = 568563

View file

@ -1,13 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.47.10+1.18.2.jar"
filename = "fabric-api-0.48.0+1.18.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3675/501/fabric-api-0.47.10+1.18.2.jar"
url = "https://edge.forgecdn.net/files/3689/20/fabric-api-0.48.0+1.18.2.jar"
hash-format = "sha1"
hash = "ff78c08167a3e4ea68c63dd17a2236662f98aefd"
hash = "cead4972f34ec8f2c97813b9824f2a2b02e8fde9"
[update]
[update.curseforge]
file-id = 3675501
file-id = 3689020
project-id = 306612

View file

@ -0,0 +1,13 @@
name = "ForgetMeChunk"
filename = "forgetmechunk-1.18.X-1.0.3.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3682/724/forgetmechunk-1.18.X-1.0.3.jar"
hash-format = "sha1"
hash = "0cc5ebb9748e58aadc1770bac292f5f263e8eb9d"
[update]
[update.curseforge]
file-id = 3682724
project-id = 591317

View file

@ -1,13 +1,13 @@
name = "Iris Shaders"
filename = "iris-mc1.18.2-1.2.1-rc2-0cc372f0-dirty.jar"
filename = "iris-mc1.18.2-1.2.2-build.32.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3669/331/iris-mc1.18.2-1.2.1-rc2-0cc372f0-dirty.jar"
url = "https://edge.forgecdn.net/files/3687/476/iris-mc1.18.2-1.2.2-build.32.jar"
hash-format = "sha1"
hash = "ecd7b64f80821721b2cd15c866140225baa9d4ad"
hash = "4f414abe310173ea7e270e26dafec8e6c442b9d4"
[update]
[update.curseforge]
file-id = 3669331
file-id = 3687476
project-id = 455508

View file

@ -1,13 +1,13 @@
name = "Not Enough Crashes (Fabric)"
filename = "notenoughcrashes-4.1.4+1.18.1-fabric.jar"
filename = "notenoughcrashes-4.1.4+1.18.2-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3606/828/notenoughcrashes-4.1.4+1.18.1-fabric.jar"
url = "https://edge.forgecdn.net/files/3684/963/notenoughcrashes-4.1.4+1.18.2-fabric.jar"
hash-format = "sha1"
hash = "a6b83e46b3a8b1884f539683042686680729ce2a"
hash = "e3452caf15e9f579e82578e60ad9c5847fe592b1"
[update]
[update.curseforge]
file-id = 3606828
file-id = 3684963
project-id = 353890

View file

@ -1,13 +1,13 @@
name = "Puzzle"
filename = "puzzle-1.1.0.jar"
filename = "puzzle-1.2.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3599/769/puzzle-1.1.0.jar"
url = "https://edge.forgecdn.net/files/3692/488/puzzle-1.2.0.jar"
hash-format = "sha1"
hash = "56365b0e1e27288c45ec680be7d41cff8d389015"
hash = "c4b6921b6ec061b3441467d3d89786fd40b069db"
[update]
[update.curseforge]
file-id = 3599769
file-id = 3692488
project-id = 563977

View file

@ -0,0 +1,13 @@
name = "Smooth Boot (Fabric)"
filename = "smoothboot-fabric-1.18.2-1.7.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3692/365/smoothboot-fabric-1.18.2-1.7.0.jar"
hash-format = "sha1"
hash = "3ca71bca131120dcea2b6edf4d71773f0e1f820b"
[update]
[update.curseforge]
file-id = 3692365
project-id = 415758

View file

@ -1,11 +1,11 @@
name = "Fabulously Optimized"
version = "3.3.0-beta.1"
version = "3.3.0-beta.2"
pack-format = "packwiz:1.0.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "4d58769b1c3e8d8c0329395c61965f90494730dac782f29e03b0b65d68aed303"
hash = "df254fe4d8755883ecdd94c50c9ceb9dcbc921f5cecb7516e830e9cadcc529ea"
[versions]
fabric = "0.13.3"