Skip to content

Commit d76bde3

Browse files
committed
Update Biolith to 3.1.9.
- Update Biolith for fixes - Provides Biolith's resilient feature indexer - Requires Fabric Loader 0.16.0+
1 parent 7581ded commit d76bde3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ terraform_surfaces_api_version=12.0.0
1515
terraform_wood_api_version=12.0.0
1616

1717
# Biolith for worldgen module and testing
18-
biolith_version=3.1.5
18+
biolith_version=3.1.9
1919

2020
# Other Things
2121
clothconfig_version=16.0.141

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.15.3",
38+
"fabricloader": ">=0.16.0",
3939
"fabric-api": ">=0.77.0",
40-
"minecraft": ">=1.21.2 <1.22",
40+
"minecraft": ">=1.21.2 <1.21.4",
4141
"cloth-config": "*"
4242
}
4343
}

0 commit comments

Comments
 (0)