diff --git a/README b/README index c42bf7a..978fc55 100644 --- a/README +++ b/README @@ -1,14 +1,15 @@ Minecraft Land Generator version 1.7.3 Updated February 7, 2013 -(BuildID: 1360298939000) +(BuildID: 1360299846000) Original Code by Corrodias November 2010 Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to February 7, 2013!) Additional Code by pr0f1x October 2011 +Additional Code/Idea by jaseg August 2012 Website: https://sites.google.com/site/minecraftlandgenerator/ -Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/ +Forum: http://www.minecraftforum.net/topic/187737- Source: https://github.com/Morlok8k/MinecraftLandGenerator ----------------------------------------------- @@ -19,7 +20,7 @@ The program makes a backup of level.dat as level_backup.dat before editing, and This program is public domain, and the source code is included in the .jar file. (If accidently missing, like in 1.3.0 and 1.4.0, it is always available at Github.) The JNBT 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/ (Original) and at: https://github.com/Morlok8k/JNBT (Current) 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. @@ -95,8 +96,9 @@ Preparing_Level : The output from the server that tells us the level it is worki Version History: Morlok8k: -1.7.2 +1.7.3 - Fixed a minor display bug (specifically when using Server Generation Fix Mod) +- Updated Readme text a bit. 1.7.2 - Fixed "1152 bug" - Updated to JNBT 1.3 @@ -236,5 +238,5 @@ Corrodias: Notes: Due to changes in server beta 1.6, it now generates the nether as well as the world at the same time. -However, Since beta 1.9 and Minecraft 1.0, the nether or the end is no longer generated.I recommend using MCEDIT to relight the map after you generate it. This will take a long time, but should fix all those incorrectly dark spots in your level. +However, Since beta 1.9 and Minecraft 1.0, the nether or the end is no longer generated.The "Server Generation Fix Mod" by Morlok8k can generate The Nether and The End. Link: http://www.minecraftforum.net/topic/1378775-I recommend using MCEDIT to relight the map after you generate it. This will take a long time, but should fix all those incorrectly dark spots in your level. diff --git a/bin/MLG-BuildID b/bin/MLG-BuildID index c40f20b..7f28d68 100644 --- a/bin/MLG-BuildID +++ b/bin/MLG-BuildID @@ -62,3 +62,4 @@ A28CD4B9DE8E3CB25AB56368A4C44A51=1339493851000# MLG v1.6.3 2DE91488BBB16F2167F0FE60481177D0=1351324293000# MLG v1.7.1 974CCB8CD5D163599C7C828A44A2D24B=1356164868000# MLG v1.7.2 B45C4E66E7CD97C73D55911F13E2684F=1360298939000# MLG v1.7.3 +EC40B0ECC52B37571EE65F780994CEDE=1360299846000# MLG v1.7.3 diff --git a/bin/MinecraftLandGenerator.conf b/bin/MinecraftLandGenerator.conf index 6067ef3..87a8417 100644 --- a/bin/MinecraftLandGenerator.conf +++ b/bin/MinecraftLandGenerator.conf @@ -1,6 +1,6 @@ #Minecraft Land Generator Configuration File: Version: 1.7.3 #Authors: Corrodias, Morlok8k, pr0f1x, jaseg -#Auto-Generated: Thursday, February 7, 2013 at 8:48 PM, Pacific Standard Time +#Auto-Generated: Thursday, February 7, 2013 at 9:04 PM, 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 fc88249..99278e5 100755 Binary files a/bin/MinecraftLandGenerator.jar and b/bin/MinecraftLandGenerator.jar differ diff --git a/src/morlok8k/MinecraftLandGenerator/Readme_and_HelpInfo.java b/src/morlok8k/MinecraftLandGenerator/Readme_and_HelpInfo.java index 08fbfa8..121943e 100644 --- a/src/morlok8k/MinecraftLandGenerator/Readme_and_HelpInfo.java +++ b/src/morlok8k/MinecraftLandGenerator/Readme_and_HelpInfo.java @@ -37,9 +37,10 @@ public class Readme_and_HelpInfo { + "Original Code by Corrodias November 2010" + n + "Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to " + MLG_Last_Modified_MDY + "!)" + n + "Additional Code by pr0f1x October 2011" + n + + "Additional Code/Idea by jaseg August 2012" + n + n + "Website: https://sites.google.com/site/minecraftlandgenerator/" + n - + "Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/" + n + + "Forum: http://www.minecraftforum.net/topic/187737-" + n + "Source: https://github.com/Morlok8k/MinecraftLandGenerator" + n + n + "-----------------------------------------------" + n @@ -50,7 +51,7 @@ public class Readme_and_HelpInfo { + n + "This program is public domain, and the source code is included in the .jar file. (If accidently missing, like in 1.3.0 and 1.4.0, it is always available at Github.)" + n + "The JNBT library is included (inside the .jar). It is not public domain. Its license is included, as LICENSE.TXT." + n - + "It is also available at: http://jnbt.sourceforge.net/" + n + + "It is also available at: http://jnbt.sourceforge.net/ (Original) and at: https://github.com/Morlok8k/JNBT (Current)" + n + n + "The \"unescape\" method/function is also not Public Domain. Its License is the W3C\u00A9 Software License, and located here: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231" + n @@ -72,8 +73,9 @@ public class Readme_and_HelpInfo { // + "- TODO: 16/512 block selecting" + n // + "- TODO: recaculate existing coords with new code" + n // + "- TODO: change 380 to 384?" + n //TODO - + "1.7.2" + n + + "1.7.3" + n + "- Fixed a minor display bug (specifically when using Server Generation Fix Mod)" + n + + "- Updated Readme text a bit." +n + "1.7.2" + n + "- Fixed \"1152 bug\"" + n + "- Updated to JNBT 1.3" + n @@ -218,6 +220,7 @@ public class Readme_and_HelpInfo { + "Notes:" + n + "Due to changes in server beta 1.6, it now generates the nether as well as the world at the same time." + n + "However, Since beta 1.9 and Minecraft 1.0, the nether or the end is no longer generated." + + "The \"Server Generation Fix Mod\" by Morlok8k can generate The Nether and The End. Link: http://www.minecraftforum.net/topic/1378775-" + "I recommend using MCEDIT to relight the map after you generate it. This will take a long time, but should fix all those incorrectly dark spots in your level." + n; //@formatter:on