3.8.3-mr.1

This commit is contained in:
Madis 2022-05-31 23:05:11 +03:00
parent 0e8708d8d7
commit 31e09b1eb7
4 changed files with 20 additions and 693 deletions

View file

@ -3,6 +3,23 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www.
## 1.18.2
### 3.8.3-mr.1 (2022-05-31)
The next integrity test is up. Known differences:
* Farsight is missing, install link below
* DCCH uses a near-identical fork
* Cloth Config API is slightly outdated (shouldn't affect the experience)
* Config folder is 5 bytes larger (because version name lol)
Instructions
1. Install MultiMC, update to development branch
2. Install 3.8.3-mr.1 through the launcher or https://modrinth.com/modpack/fabulously-optimized/version/3.8.3-mr.1
3. Install Farsight to the pack: https://www.curseforge.com/minecraft/mc-mods/farsight-fabric/files/3778514
4. Install 3.8.3: https://www.curseforge.com/minecraft/modpacks/fabulously-optimized/files/3807874
4. Report any _additional differences between the two FO versions_ in Discord. If you're having generic issues, make sure they are reproducible in normal 3.8.3 and report to #support/GitHub instead.
### 3.8.3 (2022-05-28)
* Updated Architectury API, Entity Texture Features, Fabric API, OptiGUI

View file

@ -1,6 +1,7 @@
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"
mmc-export -i "C:\Users\username\Desktop\Fabulously Optimized x.x.x.zip" -f Modrinth -o "C:\Users\username\Desktop\" --modrinth-search loose --config "C:\Users\username\Documents\GitHub\fabulously-optimized\Modrinth\mmc-export.toml"
```

View file

@ -13,11 +13,6 @@ 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.4+kotlin.1.6.21.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 = "farsight.fabric-1.18-1.9.jar"

File diff suppressed because one or more lines are too long