Skip to content

Commit

Permalink
Update Biolith and Terraform API for some bug fixes.
Browse files Browse the repository at this point in the history
- Avoid placing TerraBlender's placeholder biome
- Place Fabric biome API End biomes (resolves #107)
  • Loading branch information
gniftygnome committed Dec 18, 2023
1 parent 60dd302 commit 5a8ebe6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ archive_name=traverse
minecraft_version=1.20.3
yarn_mappings=1.20.3+build.1
loader_version=0.15.1
terraform_biome_remapper_api_version=9.0.0-beta.2
terraform_config_api_version=9.0.0-beta.2
terraform_surfaces_api_version=9.0.0-beta.2
terraform_tree_api_version=9.0.0-beta.2
terraform_wood_api_version=9.0.0-beta.2
terraform_biome_remapper_api_version=9.0.0
terraform_config_api_version=9.0.0
terraform_surfaces_api_version=9.0.0
terraform_tree_api_version=9.0.0
terraform_wood_api_version=9.0.0
fabric_version=0.91.1+1.20.3

# Biolith for worldgen module and testing
biolith_version=1.1.0-alpha.5
biolith_version=1.1.0-beta.1

# TerraBlender for worldgen module and testing
terrablender_version=1.20.3-3.3.0.2
Expand Down

0 comments on commit 5a8ebe6

Please sign in to comment.