Skip to content

Commit 441bd17

Browse files
committed
Update to Biolith 1.0.0-alpha.6.
- Prevent installing both Cinderscape and bclib - This combination will cause worldgen issues after first server restart
1 parent c6bac5f commit 441bd17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.5
19+
biolith_version=1.0.0-alpha.6
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"minecraft": ">=1.20 <1.21"
4141
},
4242
"breaks": {
43+
"bclib": "*",
4344
"modmenu": "<7.0.0-beta"
4445
}
4546
}

0 commit comments

Comments
 (0)