diff --git a/.classpath b/.classpath index 4f9cdc2..5bc7b3a 100644 --- a/.classpath +++ b/.classpath @@ -2,10 +2,6 @@ - - - - - + diff --git a/README b/README index fd8f5ec..85702f4 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ -Minecraft Land Generator version 1.7.0 +Minecraft Land Generator version 1.7.1 -Updated August 13, 2012 -(BuildID: 1344913241000) +Updated October 23, 2012 +(BuildID: 1351044693000) Original Code by Corrodias November 2010 -Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to August 13, 2012!) +Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to October 23, 2012!) Additional Code by pr0f1x October 2011 Website: https://sites.google.com/site/minecraftlandgenerator/ @@ -13,7 +13,7 @@ Source: https://github.com/Morlok8k/MinecraftLandGenerator ----------------------------------------------- -This program lets you generate an area of land with your Minecraft Beta SMP server (and is prossibly future-proof for newer versions). You set up your java command line and minecraft server paths in the MinecraftLandGenerator.conf file, set up the server's server.properties file with the name of the world you wish to use, and then run this program. +This program lets you generate an area of land with your Minecraft SMP server (and is prossibly future-proof for newer versions). You set up your java command line and minecraft server paths in the MinecraftLandGenerator.conf file, set up the server's server.properties file with the name of the world you wish to use, and then run this program. When a Minecraft server is launched, it automatically generates chunks within a square area of 25x25 chunks (400x400 blocks), centered on the current spawn point (formally 20x20 chunks, 320x320 blocks). When provided X and Z ranges as arguments, this program will launch the server repeatedly, editing the level.dat file between sessions, to generate large amounts of land without players having to explore them. The generated land will have about the X and Z ranges as requested by the arguments, though it will not be exact due to the spawn point typically not on the border of a chunk. (Because of this, MLG by default adds a slight overlap with each pass - 380x380 blocks) You can use the -x and -z switches to override the spawn offset and center the land generation on a different point. The program makes a backup of level.dat as level_backup.dat before editing, and restores the backup at the end. In the event that a level_backup.dat file already exists, the program will refuse to proceed, leaving the user to determine why the level_backup.dat file exists and whether they would rather restore it or delete it, which must be done manually. @@ -95,7 +95,9 @@ Preparing_Level : The output from the server that tells us the level it is worki Version History: Morlok8k: -1.7.0 +1.7.1 +- Major Code Refactoring +- Updated to JNBT 1.2- making code ready for a GUI1.7.0 - Major Code Optimization - Drastically reduced the amount of time it takes for MLG to expand a world after it has already done so before! (To do this, I rewrote the Main loop of the program, and add my own Coordinate object) diff --git a/bin/MLG-BuildID b/bin/MLG-BuildID index ef6ca06..69356e1 100644 --- a/bin/MLG-BuildID +++ b/bin/MLG-BuildID @@ -58,3 +58,4 @@ A28CD4B9DE8E3CB25AB56368A4C44A51=1339493851000# MLG v1.6.3 21ECF491552F4A706B7874A1C0A31534=1344593776000# MLG v1.7.0 90F619A4A4C49A11964E3880D0EAA9DF=1344913241000# MLG v1.7.0 632F20A9A1B7FDB1EA1393D0B59BEFF8=1344913241000# MLG v1.7.0 (Release Version) +9AD551411BD329B28F54BF1A9B44891D=1351044693000# MLG v1.7.1 diff --git a/bin/MinecraftLandGenerator.conf b/bin/MinecraftLandGenerator.conf index 7f4eb0c..cd2204e 100644 --- a/bin/MinecraftLandGenerator.conf +++ b/bin/MinecraftLandGenerator.conf @@ -1,6 +1,6 @@ -#Minecraft Land Generator Configuration File: Version: 1.7.0 -#Authors: Corrodias, Morlok8k, pr0f1x -#Auto-Generated: Monday, August 13, 2012 at 8:00 PM Pacific Daylight Time +#Minecraft Land Generator Configuration File: Version: 1.7.1 +#Authors: Corrodias, Morlok8k, pr0f1x, jaseg +#Auto-Generated: Tuesday, October 23, 2012 at 7:11 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 7c86a4c..1c316df 100755 Binary files a/bin/MinecraftLandGenerator.jar and b/bin/MinecraftLandGenerator.jar differ diff --git a/lib/jnbt-1.1-src.zip b/lib/jnbt-1.1-src.zip deleted file mode 100644 index f8c3b27..0000000 Binary files a/lib/jnbt-1.1-src.zip and /dev/null differ diff --git a/lib/jnbt-1.1.jar b/lib/jnbt-1.1.jar deleted file mode 100644 index 3bd21e0..0000000 Binary files a/lib/jnbt-1.1.jar and /dev/null differ