Skip to content

Commit

Permalink
Version 11.0.0-alpha.1 for 1.21-pre.
Browse files Browse the repository at this point in the history
* Update build version to 11.0.0-alpha.1
- Add biome remapper data version for 1.21
  • Loading branch information
gniftygnome committed May 31, 2024
1 parent 81f92f5 commit f5b9b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.parallel=true
fabric.loom.multiProjectOptimisation=true

maven_group=com.terraformersmc.terraform-api
version=10.0.0
version=11.0.0-alpha.1

minecraft_version=1.21-pre2
yarn_mappings=1.21-pre2+build.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ public final class DataVersions {
private DataVersions() {
return;
}

public static final int V_1_21 = 3948;
public static final int V_1_20_6 = 3838;
public static final int V_1_20_5 = 3828;
public static final int V_1_20_4 = 3699;
Expand Down

0 comments on commit f5b9b2b

Please sign in to comment.