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)
- Requires Fabric Loader 0.14.25+
  • Loading branch information
gniftygnome committed Dec 18, 2023
1 parent e7437a3 commit 1651a21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ archive_name=traverse

minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
terraform_biome_remapper_api_version=8.0.1
terraform_config_api_version=8.0.1
terraform_surfaces_api_version=8.0.1
terraform_tree_api_version=8.0.1
terraform_wood_api_version=8.0.1
loader_version=0.14.25
terraform_biome_remapper_api_version=8.0.2
terraform_config_api_version=8.0.2
terraform_surfaces_api_version=8.0.2
terraform_tree_api_version=8.0.2
terraform_wood_api_version=8.0.2
fabric_version=0.89.1+1.20.2

# 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.1-3.0.0.169
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"issues": "https://github.com/TerraformersMC/Traverse/issues"
},
"depends": {
"fabricloader": ">=0.14.11",
"fabricloader": ">=0.14.25",
"fabric-api": ">=0.77.0",
"minecraft": ">=1.20.2 <1.21",
"minecraft": ">=1.20.2 <1.20.3",
"java": ">=17"
},
"authors": [
Expand Down

0 comments on commit 1651a21

Please sign in to comment.