Skip to content

Commit e2f124f

Browse files
committed
Update Biolith and Terraform API for some bug fixes.
- Avoid placing TerraBlender's placeholder biome - Place Fabric biome API End biomes - Requires Fabric Loader 0.14.25+
1 parent 52f736b commit e2f124f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ archive_name=cinderscapes
66

77
minecraft_version=1.20.2
88
yarn_mappings=1.20.2+build.1
9-
loader_version=0.14.22
9+
loader_version=0.14.25
1010
fabric_version=0.89.1+1.20.2
1111

1212
# Terraform modules
13-
terraform_biome_remapper_api_version=8.0.1
14-
terraform_shapes_api_version=8.0.1
15-
terraform_surfaces_api_version=8.0.1
16-
terraform_wood_api_version=8.0.1
13+
terraform_biome_remapper_api_version=8.0.2
14+
terraform_shapes_api_version=8.0.2
15+
terraform_surfaces_api_version=8.0.2
16+
terraform_wood_api_version=8.0.2
1717

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

2121
# TerraBlender for worldgen module and testing
2222
terrablender_version=1.20.1-3.0.0.169

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
]
3636
},
3737
"depends": {
38-
"fabricloader": ">=0.14.11",
38+
"fabricloader": ">=0.14.25",
3939
"fabric-api": ">=0.77.0",
40-
"minecraft": ">=1.20.2 <1.21"
40+
"minecraft": ">=1.20.2 <1.20.3"
4141
},
4242
"breaks": {
4343
"bclib": "<3.0.8",

0 commit comments

Comments
 (0)