diff --git a/README b/README index 978fc55..2847f37 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Minecraft Land Generator version 1.7.3 Updated February 7, 2013 -(BuildID: 1360299846000) +(BuildID: 1360304117000) Original Code by Corrodias November 2010 Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to February 7, 2013!) @@ -238,5 +238,8 @@ 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.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. +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 7f28d68..b426590 100644 --- a/bin/MLG-BuildID +++ b/bin/MLG-BuildID @@ -63,3 +63,4 @@ A28CD4B9DE8E3CB25AB56368A4C44A51=1339493851000# MLG v1.6.3 974CCB8CD5D163599C7C828A44A2D24B=1356164868000# MLG v1.7.2 B45C4E66E7CD97C73D55911F13E2684F=1360298939000# MLG v1.7.3 EC40B0ECC52B37571EE65F780994CEDE=1360299846000# MLG v1.7.3 +7DC715CEFB6299AB1F64F5C7AD6476BF=1360304117000# MLG v1.7.3 diff --git a/bin/MinecraftLandGenerator.conf b/bin/MinecraftLandGenerator.conf index 87a8417..d9fe7e3 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 9:04 PM, Pacific Standard Time +#Auto-Generated: Thursday, February 7, 2013 at 10:15 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 99278e5..4ab06ff 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 121943e..9eeab3c 100644 --- a/src/morlok8k/MinecraftLandGenerator/Readme_and_HelpInfo.java +++ b/src/morlok8k/MinecraftLandGenerator/Readme_and_HelpInfo.java @@ -219,8 +219,9 @@ public class Readme_and_HelpInfo { + n + "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-" + + "However, Since beta 1.9 and Minecraft 1.0, the nether or the end is no longer generated." + n + + "The \"Server Generation Fix Mod\" by Morlok8k can generate The Nether and The End. Link: http://www.minecraftforum.net/topic/1378775-" + n + + n + "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