3.8.2-mr.1

This commit is contained in:
Madis 2022-05-25 21:33:15 +03:00
parent d1f3bccebf
commit 923f120a21
4 changed files with 737 additions and 1 deletions

View file

@ -3,6 +3,21 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www.
## 1.18.2
### 3.8.2-mr.1 (2022-05-25)
**3.8.2: the Modrinth integrity test 1**
This is essentially the same 3.8.2 as released in CurseForge, but unlike the previous versions which used 100% CurseForge links, this uses zero.
All mods are either sourced from Modrinth, GitHub or bundled, if their license allows.
**Goal? Test the differences between this and the normal 3.8.2 to determine the feasibility of minimal CF dependency.**
1. Install MultiMC, update to development branch
2. Install 3.8.2-mr.1 through the launcher or https://modrinth.com/modpack/fabulously-optimized/version/3.8.2-mr.1
3. Install Farsight to the pack: https://www.curseforge.com/minecraft/mc-mods/farsight-fabric/files/3778514
4. Install 3.8.2: https://www.curseforge.com/minecraft/modpacks/fabulously-optimized/files/3801677
4. Report any _differences between the two FO versions_ in Discord. If you're having generic issues, make sure they are reproducible in normal 3.8.2 and report to #support/GitHub instead.
### 3.8.2 (2022-05-22)
* Updated Architectury API, Cull Less Leaves, Fabric API, Lithium, Main Menu Credits, Sodium Extra, Zoomify

6
Modrinth/Readme.md Normal file
View file

@ -0,0 +1,6 @@
Modrinth packs are generated with [packwiz](https://github.com/packwiz/packwiz) or [mmc-export](https://github.com/RozeFound/mmc-export).
For the latter, the following command is used:
```
mmc-export -i "C:\Users\Madis\Desktop\Fabulously Optimized x.x.x.zip" -f Modrinth -o "C:\Users\Madis\Desktop" --exclude-providers CurseForge --modrinth-search loose --config "C:\Users\Madis\Documents\GitHub\fabulously-optimized\Modrinth\mmc-export.toml"
```

29
Modrinth/mmc-export.toml Normal file
View file

@ -0,0 +1,29 @@
name = "Fabulously Optimized"
author = "RozeFound"
version = "3.8.2-mr.1"
description = "Improve your graphics and performance with this simple modpack. Experimental releases on Modrinth!"
[[Resource]]
name = "Cloth Config v6"
filename = "cloth-config-6.2.62-fabric.jar"
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/6.2.57+fabric/cloth-config-6.2.57-fabric.jar"
[[Resource]]
name = "DCCH"
filename = "DCCH-2.0+1.17.jar"
url = "https://cdn.modrinth.com/data/sUbMm93i/versions/2.0+1.17/DCCH-2.0+1.17.jar"
[[Resource]]
name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.7.2%2Bkotlin.1.6.20.jar"
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/1.7.2+kotlin.1.6.20/fabric-language-kotlin-1.7.2%2Bkotlin.1.6.20.jar"
[[Resource]]
name = "Farsight Mod"
filename = "invalid.jar"
url = "https://github.com/download-from-curseforge-directly.jar"
[[Resource]]
name = "Mod Menu Helper"
filename = "invalid.jar"
url = "https://github.com/bundled-in-the-pack-already.jar"

File diff suppressed because one or more lines are too long