MinecraftLandGenerator Changelog

What's new in MinecraftLandGenerator 1.7.6

Feb 4, 2015
  • Gallion: fixed null world name (minor bug)
  • Morlok8k: fixed elua bug

New in MinecraftLandGenerator 1.7.5 (Feb 4, 2015)

  • Added "save-all" to alternate mode
  • Added fix for new style of java error messages

New in MinecraftLandGenerator 1.7.4 (Feb 4, 2015)

  • Released Minecraft land Generator under the WTFPL. (With the permission of Corrodias)

New in MinecraftLandGenerator 1.7.3 (Aug 21, 2013)

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

New in MinecraftLandGenerator 1.6.0 (Nov 14, 2011)

  • Added the ability to download files from the internet
  • 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+.
  • Code Refactoring
  • Code Formatting
  • Code Optimization

New in MinecraftLandGenerator 1.5.0 (Jun 7, 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)

New in MinecraftLandGenerator 1.3.0 (Apr 28, 2011)

  • Fixed Problems with Minecraft Beta 1.3 -- Morlok8k