Skip to content

Commit a66bd84

Browse files
committed
1.21.7
1 parent 5208055 commit a66bd84

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_posts/2025-06-15-1216.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Fabric for Minecraft 1.21.6
3+
title: Fabric for Minecraft 1.21.6 & 1.21.7
44
ref: 1216
55
---
66
A new version of Minecraft is coming soon with some changes that affect most mod makers. As always, **we ask all players to be patient, and give mod developers time to update to this new version.** We kindly ask everyone not to pester them. **We also recommend all players make backups of their worlds.**

scripts/src/lib/Api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
134134
branch = "1.20.6"
135135
} else if (mcVersion.startsWith("1.21.6")) {
136136
branch = "1.21.6"
137+
} else if (mcVersion.startsWith("1.21.7")) {
138+
branch = "1.21.7"
137139
} else if (mcVersion.startsWith("1.21.5")) {
138140
branch = "1.21.5"
139141
} else if (mcVersion.startsWith("1.21.4")) {

0 commit comments

Comments
 (0)