From 14802dfe0c02bd5b9c442672de62f4f113524954 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 11 Jun 2020 14:56:39 +0800 Subject: Fix tags in favorites, fix #349 Signed-off-by: shedaniel --- gradle.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 2984ae565..93eb43bcc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,14 @@ org.gradle.jvmargs=-Xmx3G -mod_version=4.4.2 -supported_version=1.16-pre1/2 -minecraft_version=1.16-pre2 -yarn_version=1.16-pre2+build.2+legacy.20w09a+build.8 +mod_version=4.4.3 +supported_version=1.16-pre3 +minecraft_version=1.16-pre3 +yarn_version=1.16-pre3+build.1+legacy.20w09a+build.8 fabricloader_version=0.8.7+build.201 cloth_events_version=2.2.0-unstable -cloth_config_version=4.5.0-unstable -modmenu_version=1.11.8+build.13 +cloth_config_version=4.5.2 +modmenu_version=1.12.0+build.14 fabric_api=0.11.7+build.356-1.16 -autoconfig1u=3.0.1-unstable +autoconfig1u=3.2.1-unstable api_include=me.shedaniel.cloth:cloth-events,me.shedaniel.cloth:config-2,me.sargunvohra.mcmods:autoconfig1u api_exculde= #api_include=me.shedaniel.cloth:cloth-events,me.shedaniel.cloth:config-2,me.sargunvohra.mcmods:autoconfig1u,org.jetbrains:annotations,net.fabricmc.fabric-api:fabric- \ No newline at end of file -- cgit