Skip to content

Commit 8a83f4b

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 00cd41d commit 8a83f4b

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
88
yarn_mappings=1.20+build.1
9-
loader_version=0.14.21
9+
loader_version=0.14.25
1010
fabric_version=0.83.0+1.20
1111

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

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

2121
# TerraBlender for worldgen module and testing
2222
terrablender_version=1.20-3.0.0.163

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": ">=0.77.0",
40-
"minecraft": ">=1.20 <1.21"
40+
"minecraft": ">=1.20 <1.20.2"
4141
},
4242
"breaks": {
4343
"bclib": "<3.0.8",

0 commit comments

Comments
 (0)