diff --git a/README b/README index 100d6d8..100d436 100644 --- a/README +++ b/README @@ -1,12 +1,13 @@ -Minecraft Land Generator version 1.7.5 +Minecraft Land Generator version 1.7.6 -Updated October 10, 2013 -(BuildID: 1381398906000) +Updated January 19, 2015 +(BuildID: 1421666774000) Original Code by Corrodias November 2010 -Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to October 10, 2013!) +Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to January 19, 2015!) Additional Code by pr0f1x October 2011 Additional Code/Idea by jaseg August 2012 +Additional Code by Gallion January 2015 Website: https://sites.google.com/site/minecraftlandgenerator/ Forum: http://www.minecraftforum.net/topic/187737- @@ -100,6 +101,9 @@ Preparing_Level : The output from the server that tells us the level it is worki Version History: Morlok8k: +1.7.6 +- Gallion: fixed null world name (minor bug) +- Morlok8k: fixed elua bug 1.7.5 - Added "save-all" to alternate mode - Added fix for new style of java error messages diff --git a/bin/MLG-BuildID b/bin/MLG-BuildID index c4500d1..0355c6a 100644 --- a/bin/MLG-BuildID +++ b/bin/MLG-BuildID @@ -66,3 +66,4 @@ EC40B0ECC52B37571EE65F780994CEDE=1360299846000# MLG v1.7.3 7DC715CEFB6299AB1F64F5C7AD6476BF=1360304117000# MLG v1.7.3 750641846428072595BB3D7657AC8EB1=1373344097000# MLG v1.7.4 2ADFF46BCF1E77A559E6D9DB9C7586E8=1381398906000# MLG v1.7.5 +3223FFFEE274215C50C88372D79B9E5C=1421666774000# MLG v1.7.6 diff --git a/bin/MinecraftLandGenerator.conf b/bin/MinecraftLandGenerator.conf index 028b5ff..cbcd889 100644 --- a/bin/MinecraftLandGenerator.conf +++ b/bin/MinecraftLandGenerator.conf @@ -1,6 +1,6 @@ -#Minecraft Land Generator Configuration File: Version: 1.7.5 -#Authors: Corrodias, Morlok8k, pr0f1x, jaseg -#Auto-Generated: Thursday, October 10, 2013 at 2:55 AM, Pacific Daylight Time +#Minecraft Land Generator Configuration File: Version: 1.7.6 +#Authors: Corrodias, Morlok8k, pr0f1x, jaseg, Gallion +#Auto-Generated: Monday, January 19, 2015 at 3:26 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 e7182e2..cf6f86d 100755 Binary files a/bin/MinecraftLandGenerator.jar and b/bin/MinecraftLandGenerator.jar differ