From beccff3c0623ad79d0c9d9090c4edba8d187e9ee Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 9 May 2020 23:43:52 +0200 Subject: 1.16 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 6bac28e..09c67c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.15.2 - yarn_mappings=1.15.2+build.15 + minecraft_version=20w19a + yarn_mappings=20w19a+build.8 loader_version=0.8.2+build.194 # Mod Properties @@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G # 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.5.1+build.294-1.15 + fabric_version=0.10.7+build.344-1.16 -- cgit v1.2.3