diff --git a/gradle.properties b/gradle.properties index b340e50e..8dcb9a57 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.19.4 +minecraft_version=1.20-pre5 loader_version=0.14.19 -fabric_version=0.77.0+1.19.4 +fabric_version=0.81.3+1.20 #Loom loom_version=1.0-SNAPSHOT #Modrinth -modrinth_versions=["1.19.4"] +modrinth_versions=["1.20"] #`release`, `beta` or `alpha` release_channel=beta modrinth_id=betterend diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 457fa913..4b2c81f3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -46,9 +46,9 @@ ], "depends": { "fabricloader": ">=0.14.19", - "fabric": ">=0.77.0", + "fabric": ">=0.81.3", "minecraft": [ - "1.19.4" + "1.20-beta.5" ], "bclib": "2.3.x" },