Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbudda committed Jan 24, 2021
1 parent d6e01c7 commit 4856608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minecriftversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
of_file_md5 = "4a13bb8132744ab7beeff9f076d48125"
of_build_md5 = "2cd593a5aa9b1d1b8eeab4f09260fb58"
minecrift_version_num = "1.16.5"
minecrift_build = "jrbudda-7-2a"
minecrift_build = "jrbudda-1-1"
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 @@ -203,7 +203,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.16.5 jrbudda-7-2a";
+ public final String minecriftVerString = "Vivecraft 1.16.5 jrbudda-1-1";
+ /* end version */
+ /** END MINECRIFT */
private static final Logger LOGGER = LogManager.getLogger();
Expand Down

0 comments on commit 4856608

Please sign in to comment.