Skip to content

Commit fea987d

Browse files
authored
Update Minecraft and Fabric API versions in gradle.properties (#30)
* Update Minecraft and Fabric API versions in gradle.properties * Update Minecraft version to 1.21
1 parent ef39a8f commit fea987d

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

versions/1.21.6/gradle.properties

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Builds against MC 1.21.9 (a stable point in the 1.21.6-1.21.11 range).
2-
# fabric.mod.json declares >=1.21.6 <1.22 so it loads on 1.21.6-1.21.11.
3-
minecraft_version=1.21.9
1+
minecraft_version=1.21.6
42
loader_version=0.17.3
53
java_version=21
64

@@ -10,6 +8,6 @@ loader_dep=>=0.16.10
108

119
# Fabric API + ecosystem (compile-time versions for this variant; the launch
1210
# tests pin per-version runtime versions in supported-versions.json).
13-
fabric_api_version=0.134.0+1.21.9
11+
fabric_api_version=0.128.2+1.21.6
1412
modmenu_version=15.0.2
1513
cloth_config_version=19.0.147

versions/1.21/gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Builds against MC 1.21 itself (lowest in the 1.21-1.21.5 range, for max
2-
# backward compat). fabric.mod.json declares ~1.21 so it loads on 1.21-1.21.5.
31
minecraft_version=1.21
42
loader_version=0.17.3
53
java_version=21

0 commit comments

Comments
 (0)