We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bac5f commit 441bd17Copy full SHA for 441bd17
gradle.properties
@@ -16,7 +16,7 @@ terraform_surfaces_api_version=7.0.1
16
terraform_wood_api_version=7.0.1
17
18
# Biolith for worldgen module and testing
19
-biolith_version=1.0.0-alpha.5
+biolith_version=1.0.0-alpha.6
20
21
# TerraBlender for worldgen module and testing
22
terrablender_version=1.20-3.0.0.163
src/main/resources/fabric.mod.json
@@ -40,6 +40,7 @@
40
"minecraft": ">=1.20 <1.21"
41
},
42
"breaks": {
43
+ "bclib": "*",
44
"modmenu": "<7.0.0-beta"
45
}
46
0 commit comments