Skip to content

Commit

Permalink
commit note that is much longer than the commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbudda committed Jul 13, 2017
1 parent 203e325 commit e4e135b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/vivecraft/shaders/mixedreality.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ void main(void) {
discard; // Throw out the fragment to save some GPU processing
//out_Color = vec4(1, 0, 1, 1);
}
};
}
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.10.2_HD_U_E3"
of_file_md5 = "7ea7d7c1e353da2a94961b443e59026f"
minecrift_version_num = "1.10.2"
minecrift_build = "jrbudda-11"
minecrift_build = "jrbudda-11r2"
of_file_extension = ".jar"
mcp_version = "mcp931"
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 @@ -306,7 +306,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.10.2 jrbudda-11";
+ public final String minecriftVerString = "Vivecraft 1.10.2 jrbudda-11r2";
+ /* end version */
+ /** END MINECRIFT */
+
Expand Down

0 comments on commit e4e135b

Please sign in to comment.