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 +}