diff --git a/gradle.properties b/gradle.properties index 0811dc8e..7a5b9411 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://fabricmc.net/versions.html -minecraft_version=1.20 +minecraft_version=1.20.1 loader_version=0.14.21 -fabric_version=0.83.0+1.20 +fabric_version=0.83.1+1.20.1 #Loom loom_version=1.0-SNAPSHOT #Modrinth -modrinth_versions=["1.20"] +modrinth_versions=["1.20", "1.20.1"] #`release`, `beta` or `alpha` release_channel=alpha modrinth_id=betterend @@ -19,7 +19,7 @@ archives_base_name=better-end # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api patchouli_version=1.19-73-FABRIC -bclib_version=3.0.4 +bclib_version=3.0.5 rei_version=12.0.622 emi_version=1.0.3+1.20 trinkets_version=3.7.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index af3ec9c3..62816f09 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -47,12 +47,13 @@ "fabricloader": ">=0.14.21", "fabric": ">=0.83.0", "minecraft": [ - "1.20" + "1.20", + "1.20.1" ], "bclib": "3.0.x" }, "breaks": { - "bclib": "<3.0.4" + "bclib": "<3.0.5" }, "suggests": { "byg": ">=2.0.0",