From 6a1f986612a49ceca46d94a6bdbc95224f5c7efb Mon Sep 17 00:00:00 2001 From: Lain MultipleInstances Date: Sat, 15 Aug 2020 23:56:53 +0800 Subject: [PATCH] update to 1.16.2 fabric --- gradle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7e5631b..e092436 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.16.1 - yarn_mappings=1.16.1+build.1 - loader_version=0.8.8+build.202 + minecraft_version=1.16.2 + yarn_mappings=1.16.2+build.1 + loader_version=0.9.1+build.205 # Mod Properties - mod_version = 1.16.1-v1-fabric + mod_version = 1.16.2-v1-fabric maven_group = lain.mods.cleanview archives_base_name = CleanView # 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.14.1+build.372-1.16 + fabric_version=0.18.0+build.397-1.16