diff --git a/gradle.properties b/gradle.properties index 14b9f9e..2a9aafa 100755 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.19 - yarn_mappings=1.19+build.4 - loader_version=0.14.8 + minecraft_version=1.20.1 + yarn_mappings=1.20.1+build.10 + loader_version=0.14.21 # Mod Properties @@ -14,6 +14,5 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = puddles # Dependencies - # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.56.0+1.19 + fabric_version=0.86.1+1.20.1 midnightlib_version=0.5.2