1.6.05 typo fix

This commit is contained in:
Morlok8k 2012-03-05 01:48:13 -08:00
parent b61b4ecf8f
commit 9430c55b47
5 changed files with 9 additions and 8 deletions

4
README
View File

@ -3,7 +3,7 @@ Minecraft Land Generator version 1.6.05
Updated March 5, 2012 Updated March 5, 2012
Original Code by Corrodias November 2010 Original Code by Corrodias November 2010
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to the date listed above!) Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to March 5, 2012!)
Additional Code by pr0f1x October 2011 Additional Code by pr0f1x October 2011
Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/ Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/
Source: https://github.com/Morlok8k/MinecraftLandGenerator Source: https://github.com/Morlok8k/MinecraftLandGenerator
@ -18,7 +18,7 @@ This program is public domain, and the source code is included in the .jar file.
The JNLP library is included (inside the .jar). It is not public domain. Its license is included, as LICENSE.TXT. The JNLP library is included (inside the .jar). It is not public domain. Its license is included, as LICENSE.TXT.
It is also available at: http://jnbt.sourceforge.net/ It is also available at: http://jnbt.sourceforge.net/
The "unescape" method/function is also not Public Domain. Its License is the W3C<EFBFBD> Software License, and located here: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 The "unescape" method/function is also not Public Domain. Its License is the W3C® Software License, and located here: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
Other Public Domain code has been used in this program, and references to sources are included in the comments of Minecraft Land Generator's source code. Other Public Domain code has been used in this program, and references to sources are included in the comments of Minecraft Land Generator's source code.
----------------------------------------------- -----------------------------------------------

View File

@ -27,3 +27,4 @@ E8F78713C050CAF5AFE80EDDB1091BE8=1324945000000# MLG v1.6.02
55F041F8EED20E7CEAD2489A1686D877=1328270387000# MLG v1.6.03 55F041F8EED20E7CEAD2489A1686D877=1328270387000# MLG v1.6.03
41AEE7ED67C84151DAEA0BCD131216DD=1328271164000# MLG v1.6.03 41AEE7ED67C84151DAEA0BCD131216DD=1328271164000# MLG v1.6.03
ADD84FD64285CAE603BF1E184C66ACE4=1330940254000# MLG v1.6.05 ADD84FD64285CAE603BF1E184C66ACE4=1330940254000# MLG v1.6.05
7F8A35FC70A51FB00D97A19650E884B8=1330940891000# MLG v1.6.05

View File

@ -1,6 +1,6 @@
#Minecraft Land Generator Configuration File: Version: 1.6.05 #Minecraft Land Generator Configuration File: Version: 1.6.05
#Authors: Corrodias, Morlok8k, pr0f1x #Authors: Corrodias, Morlok8k, pr0f1x
#Auto-Generated: Monday, March 5, 2012 at 1:37 AM Pacific Standard Time #Auto-Generated: Monday, March 5, 2012 at 1:48 AM Pacific Standard Time
#Line to run server: #Line to run server:
Java=java -Djava.awt.headless=true -Djline.terminal=jline.UnsupportedTerminal -Duser.language=en -Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar nogui Java=java -Djava.awt.headless=true -Djline.terminal=jline.UnsupportedTerminal -Duser.language=en -Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar nogui

Binary file not shown.

View File

@ -958,7 +958,7 @@ public class Main {
+ "Updated " + dateFormat_MDY.format(MLG_Last_Modified_Date) + newLine + "Updated " + dateFormat_MDY.format(MLG_Last_Modified_Date) + newLine
+ newLine + newLine
+ "Original Code by Corrodias November 2010" + newLine + "Original Code by Corrodias November 2010" + newLine
+ "Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to the date listed above!)" + newLine + "Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to " + dateFormat_MDY.format(MLG_Last_Modified_Date) + "!)" + newLine
+ "Additional Code by pr0f1x October 2011" + newLine + "Additional Code by pr0f1x October 2011" + newLine
+ "Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/" + newLine + "Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/" + newLine
+ "Source: https://github.com/Morlok8k/MinecraftLandGenerator" + newLine + "Source: https://github.com/Morlok8k/MinecraftLandGenerator" + newLine
@ -973,7 +973,7 @@ public class Main {
+ "The JNLP library is included (inside the .jar). It is not public domain. Its license is included, as LICENSE.TXT." + newLine + "The JNLP library is included (inside the .jar). It is not public domain. Its license is included, as LICENSE.TXT." + newLine
+ "It is also available at: http://jnbt.sourceforge.net/" + newLine + "It is also available at: http://jnbt.sourceforge.net/" + newLine
+ newLine + newLine
+ "The \"unescape\" method/function is also not Public Domain. Its License is the W3C<EFBFBD> Software License, and located here: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231" + "The \"unescape\" method/function is also not Public Domain. Its License is the W3C® Software License, and located here: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231"
+ newLine + newLine
+ "Other Public Domain code has been used in this program, and references to sources are included in the comments of " + PROG_NAME + "'s source code." + "Other Public Domain code has been used in this program, and references to sources are included in the comments of " + PROG_NAME + "'s source code."
+ newLine + newLine
@ -1219,7 +1219,7 @@ public class Main {
try { try {
MLG_Current_Hash = fileMD5(MLGFileName); MLG_Current_Hash = fileMD5(MLGFileName);
// out(hash + " " + MLGFileName); // out(hash + " " + MLGFileName);®
} catch (Exception e) { } catch (Exception e) {
out("Error: MD5 from file failed"); out("Error: MD5 from file failed");
e.printStackTrace(); e.printStackTrace();
@ -2061,8 +2061,8 @@ public class Main {
* <br> * <br>
* unescape: <a href="http://www.w3.org/International/unescape.java">http://www.w3.org/International/unescape.java</a><br> * unescape: <a href="http://www.w3.org/International/unescape.java">http://www.w3.org/International/unescape.java</a><br>
* <br> * <br>
* Copyright <EFBFBD> 1997 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This * Copyright © 1997 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This
* work is distributed under the W3C<EFBFBD> Software License [1] in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * work is distributed under the W3C® Software License [1] in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE.<br> * PARTICULAR PURPOSE.<br>
* <br> * <br>
* [1] <a href="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231</a> * [1] <a href="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231</a>