diff --git a/README b/README index 6e7d5b3..c95a3cc 100644 --- a/README +++ b/README @@ -24,6 +24,9 @@ Other Public Domain code has been used in this program, and references to source Version History: Morlok8k: +1.6.05 +- Minor fixes/edits/typos + 1.6.03 - added decoding of escape characters of URL's (so a space is a " " and not "%20") - added "-downloadlist [list]" where [list] is a text file with URL's on each line diff --git a/bin/MLG-BuildID b/bin/MLG-BuildID index 6739896..5556ad0 100644 --- a/bin/MLG-BuildID +++ b/bin/MLG-BuildID @@ -28,3 +28,4 @@ E8F78713C050CAF5AFE80EDDB1091BE8=1324945000000# MLG v1.6.02 41AEE7ED67C84151DAEA0BCD131216DD=1328271164000# MLG v1.6.03 ADD84FD64285CAE603BF1E184C66ACE4=1330940254000# MLG v1.6.05 7F8A35FC70A51FB00D97A19650E884B8=1330940891000# MLG v1.6.05 +A5882424B11003537756204DD7EC0DED=1330941087000# MLG v1.6.05 diff --git a/bin/MinecraftLandGenerator.conf b/bin/MinecraftLandGenerator.conf index 5cfc3ea..6deda90 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:48 AM Pacific Standard Time +#Auto-Generated: Monday, March 5, 2012 at 1:51 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 39bd659..1461bd1 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 1a67fc4..c4e7ed5 100644 --- a/src/corrodias/minecraft/landgenerator/Main.java +++ b/src/corrodias/minecraft/landgenerator/Main.java @@ -981,6 +981,9 @@ public class Main { + newLine + "Version History:" + newLine + "Morlok8k:" + newLine + + "1.6.05" + newLine + + "- Minor fixes/edits/typos" + newLine + + newLine + "1.6.03" + newLine + "- added decoding of escape characters of URL's (so a space is a \" \" and not \"%20\")" + newLine + "- added \"-downloadlist [list]\" where [list] is a text file with URL's on each line" + newLine