1.7.3 release
This commit is contained in:
parent
14faeabe94
commit
4dbd16679b
10
README
10
README
@ -1,10 +1,10 @@
|
|||||||
Minecraft Land Generator version 1.7.2
|
Minecraft Land Generator version 1.7.3
|
||||||
|
|
||||||
Updated December 22, 2012
|
Updated February 7, 2013
|
||||||
(BuildID: 1356164868000)
|
(BuildID: 1360298939000)
|
||||||
|
|
||||||
Original Code by Corrodias November 2010
|
Original Code by Corrodias November 2010
|
||||||
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to December 22, 2012!)
|
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
|
||||||
|
|
||||||
Website: https://sites.google.com/site/minecraftlandgenerator/
|
Website: https://sites.google.com/site/minecraftlandgenerator/
|
||||||
@ -96,6 +96,8 @@ 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.2
|
||||||
|
- Fixed a minor display bug (specifically when using Server Generation Fix Mod)
|
||||||
|
1.7.2
|
||||||
- Fixed "1152 bug"
|
- Fixed "1152 bug"
|
||||||
- Updated to JNBT 1.3
|
- Updated to JNBT 1.3
|
||||||
- adjusted archive integrity check to account for timezone-related bugs...
|
- adjusted archive integrity check to account for timezone-related bugs...
|
||||||
|
@ -61,3 +61,4 @@ A28CD4B9DE8E3CB25AB56368A4C44A51=1339493851000# MLG v1.6.3
|
|||||||
9AD551411BD329B28F54BF1A9B44891D=1351044693000# MLG v1.7.1
|
9AD551411BD329B28F54BF1A9B44891D=1351044693000# MLG v1.7.1
|
||||||
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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#Minecraft Land Generator Configuration File: Version: 1.7.2
|
#Minecraft Land Generator Configuration File: Version: 1.7.3
|
||||||
#Authors: Corrodias, Morlok8k, pr0f1x, jaseg
|
#Authors: Corrodias, Morlok8k, pr0f1x, jaseg
|
||||||
#Auto-Generated: Saturday, December 22, 2012 at 12:27 AM, Pacific Standard Time
|
#Auto-Generated: Thursday, February 7, 2013 at 8:48 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.
@ -73,6 +73,8 @@ public class Readme_and_HelpInfo {
|
|||||||
// + "- 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.2" + n
|
||||||
|
+ "- Fixed a minor display bug (specifically when using Server Generation Fix Mod)" + 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
|
||||||
+ "- adjusted archive integrity check to account for timezone-related bugs..." + n
|
+ "- adjusted archive integrity check to account for timezone-related bugs..." + n
|
||||||
|
Reference in New Issue
Block a user