From 30b1fb0d0fa9c28916fe43a7bd24e46a244944fe Mon Sep 17 00:00:00 2001 From: 888sagar888 <55363334+888sagar888@users.noreply.github.com> Date: Fri, 16 Apr 2021 19:28:29 -0300 Subject: [PATCH] Update build.gradle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cambiar a la versión 1.16 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index be5351b..7aa31ed 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ allprojects { } -version = "1.12-14.21.0.2387" +version = "0.12.0-1.16.3" group = "com.shiny.joypadmod" archivesBaseName = "JoypadMod" @@ -28,7 +28,7 @@ compileJava { } minecraft { - version = "1.12-14.21.1.2387" + version = "0.12.0-1.16.3" runDir = "run" // the mappings can be changed at any time, and must be in the following format. @@ -100,4 +100,4 @@ processResources { sourceSets { main.compileClasspath += configurations.shade main.runtimeClasspath += configurations.shade -} \ No newline at end of file +}