diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8e2efc8b..4685b8d2 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -38,8 +38,8 @@ "depends": { "fabricloader": ">=0.15.0", "fabric-api": ">=0.91.1+1.20.3", - "yet_another_config_lib_v3": ">=3.3.0+1.20.3+update.1.20.3-SNAPSHOT+update.1.20.3-SNAPSHOT", - "minecraft": "~1.20.3-rc.1" + "yet_another_config_lib_v3": ">=3.3.0-beta.1+1.20.3", + "minecraft": "~1.20.3" }, "conflicts": { "immediatelyfast": "<=1.1.26+1.20.1" |