diff --git a/README b/README index 1c3c2a3..6e7d5b3 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ Minecraft Land Generator version 1.6.05 Updated March 5, 2012 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 Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/ 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. It is also available at: http://jnbt.sourceforge.net/ -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 +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. ----------------------------------------------- diff --git a/bin/MLG-BuildID b/bin/MLG-BuildID index b97db99..6739896 100644 --- a/bin/MLG-BuildID +++ b/bin/MLG-BuildID @@ -27,3 +27,4 @@ E8F78713C050CAF5AFE80EDDB1091BE8=1324945000000# MLG v1.6.02 55F041F8EED20E7CEAD2489A1686D877=1328270387000# MLG v1.6.03 41AEE7ED67C84151DAEA0BCD131216DD=1328271164000# MLG v1.6.03 ADD84FD64285CAE603BF1E184C66ACE4=1330940254000# MLG v1.6.05 +7F8A35FC70A51FB00D97A19650E884B8=1330940891000# MLG v1.6.05 diff --git a/bin/MinecraftLandGenerator.conf b/bin/MinecraftLandGenerator.conf index 87c2859..5cfc3ea 100644 --- a/bin/MinecraftLandGenerator.conf +++ b/bin/MinecraftLandGenerator.conf @@ -1,6 +1,6 @@ #Minecraft Land Generator Configuration File: Version: 1.6.05 #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: Java=java -Djava.awt.headless=true -Djline.terminal=jline.UnsupportedTerminal -Duser.language=en -Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar nogui diff --git a/bin/MinecraftLandGenerator.jar b/bin/MinecraftLandGenerator.jar index 236c756..39bd659 100755 Binary files a/bin/MinecraftLandGenerator.jar and b/bin/MinecraftLandGenerator.jar differ diff --git a/src/corrodias/minecraft/landgenerator/Main.java b/src/corrodias/minecraft/landgenerator/Main.java index d105d2d..1a67fc4 100644 --- a/src/corrodias/minecraft/landgenerator/Main.java +++ b/src/corrodias/minecraft/landgenerator/Main.java @@ -958,7 +958,7 @@ public class Main { + "Updated " + dateFormat_MDY.format(MLG_Last_Modified_Date) + newLine + 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 + "Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/" + 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 + "It is also available at: http://jnbt.sourceforge.net/" + newLine + newLine - + "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" + + "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 + "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 @@ -1219,7 +1219,7 @@ public class Main { try { MLG_Current_Hash = fileMD5(MLGFileName); - // out(hash + " " + MLGFileName); + // out(hash + " " + MLGFileName);® } catch (Exception e) { out("Error: MD5 from file failed"); e.printStackTrace(); @@ -2061,8 +2061,8 @@ public class Main { *
* unescape: http://www.w3.org/International/unescape.java
*
- * 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� 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 + * 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® 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.
*
* [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231