We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18203d1 commit 087f748Copy full SHA for 087f748
2 files changed
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = "net.prismclient"
7
-version = "1.0"
+version = "1.1"
8
9
java {
10
toolchain {
src/main/java/net/minecraft/launchwrapper/Launch.java
@@ -17,7 +17,7 @@ public class Launch {
17
public static File assetsDir;
18
public static Map<String, Object> blackboard;
19
20
- static void main(String[] args) {
+ public static void main(String[] args) {
21
new Launch().launch(args);
22
23
0 commit comments