Skip to content

Commit

Permalink
Release for 1.21.
Browse files Browse the repository at this point in the history
- Release for 1.21
- Upgrade to Biolith 3
  • Loading branch information
gniftygnome committed Jun 25, 2024
1 parent a4ebe5c commit ca2bad7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ fabric.loom.multiProjectOptimisation=true
maven_group=com.terraformersmc
archive_name=terrestria

minecraft_version=1.21-pre4
yarn_mappings=1.21-pre4+build.3
minecraft_version=1.21
yarn_mappings=1.21+build.2
loader_version=0.15.11
fabric_version=0.100.0+1.21
fabric_version=0.100.4+1.21

# Terraform modules
terraform_biome_remapper_api_version=11.0.0-alpha.1
Expand All @@ -19,10 +19,10 @@ terraform_tree_api_version=11.0.0-alpha.1
terraform_wood_api_version=11.0.0-alpha.1

# Biolith for worldgen module and testing
biolith_version=2.2.0-alpha.1
biolith_version=3.0.0-alpha.1

# TerraBlender for worldgen module and testing
terrablender_version=1.20.6-3.5.0.5
terrablender_version=1.21-4.0.0.1

# Project Metadata
project_name=Terrestria
Expand All @@ -36,14 +36,14 @@ default_release_type=alpha
# CurseForge Metadata
curseforge_slug=terrestria
curseforge_id=323974
curseforge_game_versions=1.21-Snapshot, Fabric, Quilt
curseforge_game_versions=1.21, Fabric, Quilt
curseforge_required_dependencies=fabric-api
curseforge_optional_dependencies=

# Modrinth Metadata
modrinth_slug=terrestria
modrinth_id=lsUDPMOT
modrinth_game_versions=1.21-pre4
modrinth_game_versions=1.21
modrinth_mod_loaders=fabric, quilt
modrinth_required_dependencies=fabric-api
#modrinth_embedded_dependencies=biolith
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"depends": {
"fabricloader": ">=0.15.3",
"fabric-api": ">=0.97.0",
"minecraft": ">=1.21-beta <1.22",
"minecraft": ">=1.21 <1.22",
"java": ">=21"
}
}

0 comments on commit ca2bad7

Please sign in to comment.