Skip to content

Commit 3ff63aa

Browse files
committed
Update Biolith.
- Update Biolith for fixes - Provides Biolith's resilient feature indexer - Requires Fabric Loader 0.16.0+
1 parent 56cd8ec commit 3ff63aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

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

77
minecraft_version=1.21
88
yarn_mappings=1.21+build.2
9-
loader_version=0.15.11
9+
loader_version=0.16.14
1010
fabric_version=0.100.4+1.21
1111

1212
# Terraform modules
@@ -16,7 +16,7 @@ terraform_surfaces_api_version=11.0.0
1616
terraform_wood_api_version=11.0.0
1717

1818
# Biolith for worldgen module and testing
19-
biolith_version=3.0.5
19+
biolith_version=3.0.10
2020

2121
# TerraBlender for worldgen module and testing
2222
terrablender_version=1.21-4.0.0.1

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
]
3636
},
3737
"depends": {
38-
"fabricloader": ">=0.15.3",
38+
"fabricloader": ">=0.16.0",
3939
"fabric-api": ">=0.77.0",
4040
"minecraft": ">=1.21 <1.21.2",
4141
"cloth-config": "*"

0 commit comments

Comments
 (0)