Skip to content

Commit

Permalink
beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbudda committed Nov 24, 2017
1 parent 1fb679a commit 8ebbaf3
Show file tree
Hide file tree
Showing 8 changed files with 323 additions and 126 deletions.
2 changes: 1 addition & 1 deletion minecriftversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
of_json_name = "1.12.2_HD_U_C5"
of_file_md5 = "e67fa3489563f55329d1d88ccffa9c9d"
minecrift_version_num = "1.12.2"
minecrift_build = "jrbudda-5b6"
minecrift_build = "jrbudda-5b7"
of_file_extension = ".jar"
mcp_version = "mcp940"
mcp_uses_generics = True
Expand Down
2 changes: 1 addition & 1 deletion patches/net/minecraft/client/Minecraft.java.patch
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
+ * The minecriftVerString will be automatically updated by the build scripts, do not modify here.
+ * Modify minecriftversion.py in root minecrift dir.
+ */
+ public final String minecriftVerString = "Vivecraft 1.12.2 jrbudda-5b6";
+ public final String minecriftVerString = "Vivecraft 1.12.2 jrbudda-5b7";
+ /* end version */
+ /** END MINECRIFT */
+
Expand Down
Loading

0 comments on commit 8ebbaf3

Please sign in to comment.