fix: use correct versions

This commit is contained in:
Johannes Frohnmeyer 2024-04-25 10:38:54 +02:00
parent 84b6588d57
commit a7417367aa
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jfMod {
minecraftVersion = "1.20.5"
yarn("build.1")
loaderVersion = "0.15.10"
libJfVersion = "3.15.1"
libJfVersion = "3.15.2"
fabricApiVersion = "0.97.5+1.20.5"
modrinth {

View File

@ -37,7 +37,7 @@
"minecraft": "*",
"libjf-base": ">=3.0.0",
"libjf-data-manipulation-v0": ">=3.0.0",
"libjf-config-core-v1": ">=3.0.0"
"libjf-config-core-v2": ">=3.0.0"
},
"conflicts": {
"libjf": "<3.0.0"