From 4755b58cc468d8711f21c42fb2f51357da5ca851 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 11 Jun 2020 19:15:16 +0800 Subject: Rewritten Config Screen Signed-off-by: shedaniel --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 93eb43bcc..32b88a904 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,14 @@ org.gradle.jvmargs=-Xmx3G -mod_version=4.4.3 +mod_version=4.5.0 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.2 +cloth_client_events_v0_version=1.0.2 +cloth_config_version=4.5.3 modmenu_version=1.12.0+build.14 -fabric_api=0.11.7+build.356-1.16 -autoconfig1u=3.2.1-unstable -api_include=me.shedaniel.cloth:cloth-events,me.shedaniel.cloth:config-2,me.sargunvohra.mcmods:autoconfig1u +fabric_api=0.11.8+build.357-1.16 +autoconfig1u=3.2.0-unstable +api_include=me.shedaniel.cloth.api:cloth-client-events-v0,me.shedaniel.cloth:config-2,me.sargunvohra.mcmods:autoconfig1u,net.fabricmc.fabric-api:fabric-api-base 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