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 7581ded commit d76bde3Copy full SHA for d76bde3
gradle.properties
@@ -15,7 +15,7 @@ terraform_surfaces_api_version=12.0.0
15
terraform_wood_api_version=12.0.0
16
17
# Biolith for worldgen module and testing
18
-biolith_version=3.1.5
+biolith_version=3.1.9
19
20
# Other Things
21
clothconfig_version=16.0.141
src/main/resources/fabric.mod.json
@@ -35,9 +35,9 @@
35
]
36
},
37
"depends": {
38
- "fabricloader": ">=0.15.3",
+ "fabricloader": ">=0.16.0",
39
"fabric-api": ">=0.77.0",
40
- "minecraft": ">=1.21.2 <1.22",
+ "minecraft": ">=1.21.2 <1.21.4",
41
"cloth-config": "*"
42
}
43
0 commit comments