1.6.3 test 15
This commit is contained in:
parent
09a7a81b3a
commit
be9a80c5e1
11
README
11
README
@ -1,10 +1,10 @@
|
||||
Minecraft Land Generator version 1.6.3
|
||||
|
||||
Updated June 1, 2012
|
||||
(BuildID: 1338535650000)
|
||||
Updated June 5, 2012
|
||||
(BuildID: 1338894449000)
|
||||
|
||||
Original Code by Corrodias November 2010
|
||||
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to June 1, 2012!)
|
||||
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to June 5, 2012!)
|
||||
Additional Code by pr0f1x October 2011
|
||||
|
||||
Website: https://sites.google.com/site/minecraftlandgenerator/
|
||||
@ -27,6 +27,11 @@ Other Public Domain code has been used in this program, and references to source
|
||||
|
||||
Version History:
|
||||
Morlok8k:
|
||||
1.6.3
|
||||
- Minor Code Optimization
|
||||
- Finely got on the ball and added the JNBT source and everything (as an internal .zip) to be completely faithful to his license
|
||||
- Also adding script files internally in the .jar for archive (or offline) purposes. (Manual Extract needed for use)
|
||||
- Modified output of MLG slightly to show whats the server and whats MLG. (I may do more with this later.)
|
||||
1.6.2
|
||||
- Major Code Optimization
|
||||
- Updated Time Output again. Now says "1 Minute" instead of "1 Minutes".
|
||||
|
@ -51,3 +51,4 @@ A993CE06F1D26D3272A3BBE12488A323=1338534569000# MLG v1.6.3
|
||||
5C39B24E286CB21FD69D5A1979CA7AAF=1338535155000# MLG v1.6.3
|
||||
F96F4F3862138D498B203C2848086289=1338535367000# MLG v1.6.3
|
||||
6A48691EACB4E484DFFBAC8B699B0604=1338535650000# MLG v1.6.3
|
||||
6125D0807B8B68763C3B8BADD08ECC8C=1338894449000# MLG v1.6.3
|
||||
|
@ -1,6 +1,6 @@
|
||||
#Minecraft Land Generator Configuration File: Version: 1.6.3
|
||||
#Authors: Corrodias, Morlok8k, pr0f1x
|
||||
#Auto-Generated: Friday, June 1, 2012 at 12:27 AM Pacific Daylight Time
|
||||
#Auto-Generated: Tuesday, June 5, 2012 at 4:07 AM 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.
@ -62,6 +62,11 @@ public class MLG_Readme_and_HelpInfo {
|
||||
+ newLine
|
||||
+ "Version History:" + newLine
|
||||
+ "Morlok8k:" + newLine
|
||||
+ "1.6.3" + newLine
|
||||
+ "- Minor Code Optimization" + newLine
|
||||
+ "- Finely got on the ball and added the JNBT source and everything (as an internal .zip) to be completely faithful to his license" + newLine
|
||||
+ "- Also adding script files internally in the .jar for archive (or offline) purposes. (Manual Extract needed for use)" + newLine
|
||||
+ "- Modified output of MLG slightly to show whats the server and whats MLG. (I may do more with this later.)" + newLine
|
||||
+ "1.6.2" + newLine
|
||||
+ "- Major Code Optimization" + newLine
|
||||
+ "- Updated Time Output again. Now says \"1 Minute\" instead of \"1 Minutes\"." + newLine
|
||||
|
Reference in New Issue
Block a user