Skip to content

Commit

Permalink
6.4.0-beta.1-mr.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 committed Dec 7, 2024
1 parent 131397b commit bd3ae87
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www.

## 1.21.3

### 6.4.0-beta.1-mr.1 (2024-12-07)

A limited release to fix wrong Minecraft version on some platforms' instance.

### 6.4.0-beta.1 (2024-12-07)

- Readded Continuity
Expand Down
2 changes: 1 addition & 1 deletion Modrinth/modrinth.index.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,6 @@
],
"dependencies": {
"fabric-loader": "0.16.9",
"minecraft": "1.21.4"
"minecraft": "1.21.3"
}
}
10 changes: 5 additions & 5 deletions MultiMC/Fabulously Optimized x.y.z/mmc-pack.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"components": [
{
"cachedName": "Minecraft",
"cachedVersion": "1.21.4",
"cachedVersion": "1.21.3",
"important": true,
"uid": "net.minecraft",
"version": "1.21.4"
"version": "1.21.3"
},
{
"cachedName": "Intermediary Mappings",
"cachedRequires": [
{
"equals": "1.21.4",
"equals": "1.21.3",
"uid": "net.minecraft"
}
],
"cachedVersion": "1.21.4",
"cachedVersion": "1.21.3",
"cachedVolatile": true,
"dependencyOnly": true,
"uid": "net.fabricmc.intermediary",
"version": "1.21.4"
"version": "1.21.3"
},
{
"cachedName": "Fabric Loader",
Expand Down
2 changes: 1 addition & 1 deletion Packwiz/1.21.3/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ hash = "cce470661577d92d7f316ea189e9afc025449fbf295cbddafa86b20835d80491"

[versions]
fabric = "0.16.9"
minecraft = "1.21.4"
minecraft = "1.21.3"

0 comments on commit bd3ae87

Please sign in to comment.