Minor update to 1.7.3...

This commit is contained in:
Morlok8k 2013-02-07 21:04:12 -08:00
parent 4dbd16679b
commit eaf1a96597
5 changed files with 15 additions and 9 deletions

12
README
View File

@ -1,14 +1,15 @@
Minecraft Land Generator version 1.7.3 Minecraft Land Generator version 1.7.3
Updated February 7, 2013 Updated February 7, 2013
(BuildID: 1360298939000) (BuildID: 1360299846000)
Original Code by Corrodias November 2010 Original Code by Corrodias November 2010
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to February 7, 2013!) Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to February 7, 2013!)
Additional Code by pr0f1x October 2011 Additional Code by pr0f1x October 2011
Additional Code/Idea by jaseg August 2012
Website: https://sites.google.com/site/minecraftlandgenerator/ Website: https://sites.google.com/site/minecraftlandgenerator/
Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/ Forum: http://www.minecraftforum.net/topic/187737-
Source: https://github.com/Morlok8k/MinecraftLandGenerator Source: https://github.com/Morlok8k/MinecraftLandGenerator
----------------------------------------------- -----------------------------------------------
@ -19,7 +20,7 @@ The program makes a backup of level.dat as level_backup.dat before editing, and
This program is public domain, and the source code is included in the .jar file. (If accidently missing, like in 1.3.0 and 1.4.0, it is always available at Github.) This program is public domain, and the source code is included in the .jar file. (If accidently missing, like in 1.3.0 and 1.4.0, it is always available at Github.)
The JNBT library is included (inside the .jar). It is not public domain. Its license is included, as LICENSE.TXT. The JNBT library is included (inside the .jar). It is not public domain. Its license is included, as LICENSE.TXT.
It is also available at: http://jnbt.sourceforge.net/ It is also available at: http://jnbt.sourceforge.net/ (Original) and at: https://github.com/Morlok8k/JNBT (Current)
The "unescape" method/function is also not Public Domain. Its License is the W3C© Software License, and located here: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 The "unescape" method/function is also not Public Domain. Its License is the W3C© Software License, and located here: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
Other Public Domain code has been used in this program, and references to sources are included in the comments of Minecraft Land Generator's source code. Other Public Domain code has been used in this program, and references to sources are included in the comments of Minecraft Land Generator's source code.
@ -95,8 +96,9 @@ Preparing_Level : The output from the server that tells us the level it is worki
Version History: Version History:
Morlok8k: Morlok8k:
1.7.2 1.7.3
- Fixed a minor display bug (specifically when using Server Generation Fix Mod) - Fixed a minor display bug (specifically when using Server Generation Fix Mod)
- Updated Readme text a bit.
1.7.2 1.7.2
- Fixed "1152 bug" - Fixed "1152 bug"
- Updated to JNBT 1.3 - Updated to JNBT 1.3
@ -236,5 +238,5 @@ Corrodias:
Notes: Notes:
Due to changes in server beta 1.6, it now generates the nether as well as the world at the same time. Due to changes in server beta 1.6, it now generates the nether as well as the world at the same time.
However, Since beta 1.9 and Minecraft 1.0, the nether or the end is no longer generated.I recommend using MCEDIT to relight the map after you generate it. This will take a long time, but should fix all those incorrectly dark spots in your level. However, Since beta 1.9 and Minecraft 1.0, the nether or the end is no longer generated.The "Server Generation Fix Mod" by Morlok8k can generate The Nether and The End. Link: http://www.minecraftforum.net/topic/1378775-I recommend using MCEDIT to relight the map after you generate it. This will take a long time, but should fix all those incorrectly dark spots in your level.

View File

@ -62,3 +62,4 @@ A28CD4B9DE8E3CB25AB56368A4C44A51=1339493851000# MLG v1.6.3
2DE91488BBB16F2167F0FE60481177D0=1351324293000# MLG v1.7.1 2DE91488BBB16F2167F0FE60481177D0=1351324293000# MLG v1.7.1
974CCB8CD5D163599C7C828A44A2D24B=1356164868000# MLG v1.7.2 974CCB8CD5D163599C7C828A44A2D24B=1356164868000# MLG v1.7.2
B45C4E66E7CD97C73D55911F13E2684F=1360298939000# MLG v1.7.3 B45C4E66E7CD97C73D55911F13E2684F=1360298939000# MLG v1.7.3
EC40B0ECC52B37571EE65F780994CEDE=1360299846000# MLG v1.7.3

View File

@ -1,6 +1,6 @@
#Minecraft Land Generator Configuration File: Version: 1.7.3 #Minecraft Land Generator Configuration File: Version: 1.7.3
#Authors: Corrodias, Morlok8k, pr0f1x, jaseg #Authors: Corrodias, Morlok8k, pr0f1x, jaseg
#Auto-Generated: Thursday, February 7, 2013 at 8:48 PM, Pacific Standard Time #Auto-Generated: Thursday, February 7, 2013 at 9:04 PM, Pacific Standard Time
#Line to run server: #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 Java=java -Djava.awt.headless=true -Djline.terminal=jline.UnsupportedTerminal -Duser.language=en -Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar nogui

Binary file not shown.

View File

@ -37,9 +37,10 @@ public class Readme_and_HelpInfo {
+ "Original Code by Corrodias November 2010" + n + "Original Code by Corrodias November 2010" + n
+ "Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to " + MLG_Last_Modified_MDY + "!)" + n + "Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to " + MLG_Last_Modified_MDY + "!)" + n
+ "Additional Code by pr0f1x October 2011" + n + "Additional Code by pr0f1x October 2011" + n
+ "Additional Code/Idea by jaseg August 2012" + n
+ n + n
+ "Website: https://sites.google.com/site/minecraftlandgenerator/" + n + "Website: https://sites.google.com/site/minecraftlandgenerator/" + n
+ "Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/" + n + "Forum: http://www.minecraftforum.net/topic/187737-" + n
+ "Source: https://github.com/Morlok8k/MinecraftLandGenerator" + n + "Source: https://github.com/Morlok8k/MinecraftLandGenerator" + n
+ n + n
+ "-----------------------------------------------" + n + "-----------------------------------------------" + n
@ -50,7 +51,7 @@ public class Readme_and_HelpInfo {
+ n + n
+ "This program is public domain, and the source code is included in the .jar file. (If accidently missing, like in 1.3.0 and 1.4.0, it is always available at Github.)" + n + "This program is public domain, and the source code is included in the .jar file. (If accidently missing, like in 1.3.0 and 1.4.0, it is always available at Github.)" + n
+ "The JNBT library is included (inside the .jar). It is not public domain. Its license is included, as LICENSE.TXT." + n + "The JNBT library is included (inside the .jar). It is not public domain. Its license is included, as LICENSE.TXT." + n
+ "It is also available at: http://jnbt.sourceforge.net/" + n + "It is also available at: http://jnbt.sourceforge.net/ (Original) and at: https://github.com/Morlok8k/JNBT (Current)" + n
+ n + n
+ "The \"unescape\" method/function is also not Public Domain. Its License is the W3C\u00A9 Software License, and located here: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231" + "The \"unescape\" method/function is also not Public Domain. Its License is the W3C\u00A9 Software License, and located here: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231"
+ n + n
@ -72,8 +73,9 @@ public class Readme_and_HelpInfo {
// + "- TODO: 16/512 block selecting" + n // + "- TODO: 16/512 block selecting" + n
// + "- TODO: recaculate existing coords with new code" + n // + "- TODO: recaculate existing coords with new code" + n
// + "- TODO: change 380 to 384?" + n //TODO // + "- TODO: change 380 to 384?" + n //TODO
+ "1.7.2" + n + "1.7.3" + n
+ "- Fixed a minor display bug (specifically when using Server Generation Fix Mod)" + n + "- Fixed a minor display bug (specifically when using Server Generation Fix Mod)" + n
+ "- Updated Readme text a bit." +n
+ "1.7.2" + n + "1.7.2" + n
+ "- Fixed \"1152 bug\"" + n + "- Fixed \"1152 bug\"" + n
+ "- Updated to JNBT 1.3" + n + "- Updated to JNBT 1.3" + n
@ -218,6 +220,7 @@ public class Readme_and_HelpInfo {
+ "Notes:" + n + "Notes:" + n
+ "Due to changes in server beta 1.6, it now generates the nether as well as the world at the same time." + n + "Due to changes in server beta 1.6, it now generates the nether as well as the world at the same time." + n
+ "However, Since beta 1.9 and Minecraft 1.0, the nether or the end is no longer generated." + "However, Since beta 1.9 and Minecraft 1.0, the nether or the end is no longer generated."
+ "The \"Server Generation Fix Mod\" by Morlok8k can generate The Nether and The End. Link: http://www.minecraftforum.net/topic/1378775-"
+ "I recommend using MCEDIT to relight the map after you generate it. This will take a long time, but should fix all those incorrectly dark spots in your level." + n; + "I recommend using MCEDIT to relight the map after you generate it. This will take a long time, but should fix all those incorrectly dark spots in your level." + n;
//@formatter:on //@formatter:on