diff --git a/README b/README index 19510d2..f58a885 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Minecraft Land Generator version 1.6.2 Updated May 24, 2012 -(BuildID: 1337921188000) +(BuildID: 1337921526000) Original Code by Corrodias November 2010 Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to May 24, 2012!) @@ -31,6 +31,7 @@ Morlok8k: - Major Code Optimization - Updated Time Output again. Now says "1 Minute" instead of "1 Minutes". - Updated Location Code - the center of the square is now truely centered, and it trys to get as close to the given size as possible. +- Added "-nowait" and its shorter version "-n" 1.6.11 - Removed End-of-Generation ASCII-Graphic - It didn't really fit with MLG. diff --git a/bin/MLG-BuildID b/bin/MLG-BuildID index 6426342..aec6bb0 100644 --- a/bin/MLG-BuildID +++ b/bin/MLG-BuildID @@ -38,3 +38,4 @@ F1B044CD44634EDDB85DC44384CB8F0F=1334484354000# MLG v1.6.1 22EAF4CE6AD4089527919E8D8A5CA055=1335956100000# MLG v1.6.11 6C91BF8786B4966B67ACC64EB2C4A896=1337852365000# MLG v1.6.2 2034C9B023C1B14CEB7DCCFDA33A3C08=1337921188000# MLG v1.6.2 +C05A70CD4B913AD6AE37BC7ABF0EE2CA=1337921526000# MLG v1.6.2 diff --git a/bin/MinecraftLandGenerator.conf b/bin/MinecraftLandGenerator.conf index 74f7abd..b93d079 100644 --- a/bin/MinecraftLandGenerator.conf +++ b/bin/MinecraftLandGenerator.conf @@ -1,6 +1,6 @@ #Minecraft Land Generator Configuration File: Version: 1.6.2 #Authors: Corrodias, Morlok8k, pr0f1x -#Auto-Generated: Thursday, May 24, 2012 at 9:46 PM Pacific Daylight Time +#Auto-Generated: Thursday, May 24, 2012 at 9:52 PM Pacific Daylight 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 a8fefdf..6ec42aa 100755 Binary files a/bin/MinecraftLandGenerator.jar and b/bin/MinecraftLandGenerator.jar differ diff --git a/src/morlok8k/minecraft/landgenerator/Readme_and_HelpInfo.java b/src/morlok8k/minecraft/landgenerator/Readme_and_HelpInfo.java index b8de3da..2ad76bb 100644 --- a/src/morlok8k/minecraft/landgenerator/Readme_and_HelpInfo.java +++ b/src/morlok8k/minecraft/landgenerator/Readme_and_HelpInfo.java @@ -66,6 +66,7 @@ public class Readme_and_HelpInfo { + "- Major Code Optimization" + newLine + "- Updated Time Output again. Now says \"1 Minute\" instead of \"1 Minutes\"." + newLine + "- Updated Location Code - the center of the square is now truely centered, and it trys to get as close to the given size as possible." + newLine + + "- Added \"-nowait\" and its shorter version \"-n\"" + newLine + newLine + "1.6.11" + newLine + "- Removed End-of-Generation ASCII-Graphic - It didn't really fit with MLG." + newLine