What's new in Minecraft Land Generator 1.7.3

Jun 26, 2013
  • Fixed a minor display bug (specifically when using Server Generation Fix Mod)
  • Updated Readme text a bit.

New in Minecraft Land Generator 1.6.0 (Jan 4, 2012)

  • Added the ability to download files from the internet
  • Added a switch to download any file off the internet, if needed (useless for most people, but included it in case I wanted it in the future.)
  • Added the ability to check what version the .jar is. (Using MD5 hashes, timestamps, and the BuildID file)
  • Added "-update" to download new versions of MLG directly from github.
  • Updated estimated time. Now shows up on loop 2+ instead of loop 4+.
  • Standard % output of the Server should look nicer now.
  • Code Refactoring
  • Code Formatting
  • Code Optimization
  • Duplicate sections of code have been turned into Methods/"Functions"

New in Minecraft Land Generator 1.5.0 (May 30, 2011)

  • Supports Server Beta 1.6.4 (& hopefully future versions as well, while remaining backward compatible.)
  • Added "-a","-alt" to use alternate method (a slightly simplier version of 1.3.0's code - pure verbose only)
  • Added world specific output for 9 dimensions (DIM-1 is the Nether, DIM-2 through DIM-9 dont exist yet, but if and when they do, you can configure it's text). ("Level 0", the default world, is displayed as the worlds name)
  • Updated Config File for these Dimensions.
  • Reads and outputs the Seed to the output. (If you had used text for the Seed, Minecraft converts it into a number. This outputs the number.)
  • Changed the default 300 blocks to 380. The server now makes a 400x400 square block terrain instead of 320x320. Thus it is faster because there are less loops. To use the old way, use "-i300"
  • Added total Percentage done (technically, it displays the % done once the server finishes...)
  • Added debugging output vars of conf file (disabled - need to re-compile source to activate)
  • (the goal is to have MLG be configureable, so it can work on any version of the server, past or present.)

New in Minecraft Land Generator 1.4.4 (May 20, 2011)

  • Added ablilty to ignore [WARNING] and [SEVERE] errors with "-w"