Skip to content

Commit a54bdfd

Browse files
committed
Update Biolith for compatibility fixes.
- Allow Cinderscapes in combination with bclib 3.0.8+
1 parent 441bd17 commit a54bdfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ terraform_surfaces_api_version=7.0.1
1616
terraform_wood_api_version=7.0.1
1717

1818
# Biolith for worldgen module and testing
19-
biolith_version=1.0.0-alpha.6
19+
biolith_version=1.0.0-alpha.7
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"minecraft": ">=1.20 <1.21"
4141
},
4242
"breaks": {
43-
"bclib": "*",
43+
"bclib": "<3.0.8",
4444
"modmenu": "<7.0.0-beta"
4545
}
4646
}

0 commit comments

Comments
 (0)