minor fix for 1.7.1 release
This commit is contained in:
parent
799a055bff
commit
b596f06bf9
10
README
10
README
@ -1,10 +1,10 @@
|
|||||||
Minecraft Land Generator version 1.7.1
|
Minecraft Land Generator version 1.7.1
|
||||||
|
|
||||||
Updated October 23, 2012
|
Updated October 27, 2012
|
||||||
(BuildID: 1351044693000)
|
(BuildID: 1351324293000)
|
||||||
|
|
||||||
Original Code by Corrodias November 2010
|
Original Code by Corrodias November 2010
|
||||||
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to October 23, 2012!)
|
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to October 27, 2012!)
|
||||||
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/
|
||||||
@ -97,7 +97,9 @@ Version History:
|
|||||||
Morlok8k:
|
Morlok8k:
|
||||||
1.7.1
|
1.7.1
|
||||||
- Major Code Refactoring
|
- Major Code Refactoring
|
||||||
- Updated to JNBT 1.2- making code ready for a GUI1.7.0
|
- Updated to JNBT 1.2
|
||||||
|
- making code ready for a GUI
|
||||||
|
1.7.0
|
||||||
- Major Code Optimization
|
- Major Code Optimization
|
||||||
- Drastically reduced the amount of time it takes for MLG to expand a world after it has already done so before!
|
- 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)
|
(To do this, I rewrote the Main loop of the program, and add my own Coordinate object)
|
||||||
|
@ -59,3 +59,4 @@ A28CD4B9DE8E3CB25AB56368A4C44A51=1339493851000# MLG v1.6.3
|
|||||||
90F619A4A4C49A11964E3880D0EAA9DF=1344913241000# MLG v1.7.0
|
90F619A4A4C49A11964E3880D0EAA9DF=1344913241000# MLG v1.7.0
|
||||||
632F20A9A1B7FDB1EA1393D0B59BEFF8=1344913241000# MLG v1.7.0 (Release Version)
|
632F20A9A1B7FDB1EA1393D0B59BEFF8=1344913241000# MLG v1.7.0 (Release Version)
|
||||||
9AD551411BD329B28F54BF1A9B44891D=1351044693000# MLG v1.7.1
|
9AD551411BD329B28F54BF1A9B44891D=1351044693000# MLG v1.7.1
|
||||||
|
2DE91488BBB16F2167F0FE60481177D0=1351324293000# MLG v1.7.1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#Minecraft Land Generator Configuration File: Version: 1.7.1
|
#Minecraft Land Generator Configuration File: Version: 1.7.1
|
||||||
#Authors: Corrodias, Morlok8k, pr0f1x, jaseg
|
#Authors: Corrodias, Morlok8k, pr0f1x, jaseg
|
||||||
#Auto-Generated: Tuesday, October 23, 2012 at 7:11 PM, Pacific Daylight Time
|
#Auto-Generated: Saturday, October 27, 2012 at 12:51 AM, Pacific Daylight 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.
Reference in New Issue
Block a user