1.6.2 quick update to readme
This commit is contained in:
parent
8425fc6260
commit
3cc8a6d959
3
README
3
README
@ -1,7 +1,7 @@
|
||||
Minecraft Land Generator version 1.6.2
|
||||
|
||||
Updated May 24, 2012
|
||||
(BuildID: 1337921188000)
|
||||
(BuildID: 1337921526000)
|
||||
|
||||
Original Code by Corrodias November 2010
|
||||
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to May 24, 2012!)
|
||||
@ -31,6 +31,7 @@ Morlok8k:
|
||||
- Major Code Optimization
|
||||
- Updated Time Output again. Now says "1 Minute" instead of "1 Minutes".
|
||||
- Updated Location Code - the center of the square is now truely centered, and it trys to get as close to the given size as possible.
|
||||
- Added "-nowait" and its shorter version "-n"
|
||||
|
||||
1.6.11
|
||||
- Removed End-of-Generation ASCII-Graphic - It didn't really fit with MLG.
|
||||
|
@ -38,3 +38,4 @@ F1B044CD44634EDDB85DC44384CB8F0F=1334484354000# MLG v1.6.1
|
||||
22EAF4CE6AD4089527919E8D8A5CA055=1335956100000# MLG v1.6.11
|
||||
6C91BF8786B4966B67ACC64EB2C4A896=1337852365000# MLG v1.6.2
|
||||
2034C9B023C1B14CEB7DCCFDA33A3C08=1337921188000# MLG v1.6.2
|
||||
C05A70CD4B913AD6AE37BC7ABF0EE2CA=1337921526000# MLG v1.6.2
|
||||
|
@ -1,6 +1,6 @@
|
||||
#Minecraft Land Generator Configuration File: Version: 1.6.2
|
||||
#Authors: Corrodias, Morlok8k, pr0f1x
|
||||
#Auto-Generated: Thursday, May 24, 2012 at 9:46 PM Pacific Daylight Time
|
||||
#Auto-Generated: Thursday, May 24, 2012 at 9:52 PM Pacific Daylight Time
|
||||
|
||||
#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
|
||||
|
Binary file not shown.
@ -66,6 +66,7 @@ public class Readme_and_HelpInfo {
|
||||
+ "- Major Code Optimization" + newLine
|
||||
+ "- Updated Time Output again. Now says \"1 Minute\" instead of \"1 Minutes\"." + newLine
|
||||
+ "- Updated Location Code - the center of the square is now truely centered, and it trys to get as close to the given size as possible." + newLine
|
||||
+ "- Added \"-nowait\" and its shorter version \"-n\"" + newLine
|
||||
+ newLine
|
||||
+ "1.6.11" + newLine
|
||||
+ "- Removed End-of-Generation ASCII-Graphic - It didn't really fit with MLG." + newLine
|
||||
|
Reference in New Issue
Block a user