Skip to content

Commit

Permalink
Release for 1.20.5.
Browse files Browse the repository at this point in the history
- Release for 1.20.5
  • Loading branch information
gniftygnome committed Apr 25, 2024
1 parent 4232606 commit 0aba221
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,18 +4,18 @@ fabric.loom.multiProjectOptimisation=true
maven_group=com.terraformersmc
archive_name=traverse

minecraft_version=1.20.5-rc1
yarn_mappings=1.20.5-rc1+build.2
loader_version=0.15.9
fabric_version=0.97.3+1.20.5
minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
loader_version=0.15.10
fabric_version=0.97.6+1.20.5
terraform_biome_remapper_api_version=10.0.0-beta.1
terraform_config_api_version=10.0.0-beta.1
terraform_surfaces_api_version=10.0.0-beta.1
terraform_tree_api_version=10.0.0-beta.1
terraform_wood_api_version=10.0.0-beta.1

# Biolith for worldgen module and testing
biolith_version=2.1.0-alpha.3
biolith_version=2.1.0-alpha.4

# TerraBlender for worldgen module and testing
terrablender_version=1.20.4-3.3.0.12
Expand All @@ -31,14 +31,14 @@ default_release_type=alpha
# CurseForge Metadata
curseforge_slug=traverse
curseforge_id=308777
curseforge_game_versions=1.20.5-Snapshot, Fabric, Quilt
curseforge_game_versions=1.20.5, Fabric, Quilt
curseforge_required_dependencies=fabric-api
curseforge_optional_dependencies=

# Modrinth Metadata
modrinth_slug=traverse
modrinth_id=kXygSBVI
modrinth_game_versions=1.20.5-rc1
modrinth_game_versions=1.20.5
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 @@ -14,7 +14,7 @@
"depends": {
"fabricloader": ">=0.15",
"fabric-api": ">=0.77.0",
"minecraft": ">1.20.4 <1.21",
"minecraft": ">=1.20.5 <1.21",
"java": ">=17"
},
"authors": [
Expand Down

0 comments on commit 0aba221

Please sign in to comment.