1.6.05 readme addition

This commit is contained in:
Morlok8k 2012-03-05 01:56:11 -08:00
parent 7b4a7eb62d
commit 6cf60fc0c1
5 changed files with 4 additions and 1 deletions

1
README
View File

@ -25,6 +25,7 @@ Other Public Domain code has been used in this program, and references to source
Version History: Version History:
Morlok8k: Morlok8k:
1.6.05 1.6.05
- MLG displays if the server is converting the Map format, when not in verbose mode. (McRegion -> Anvil, or Chunk-File -> McRegion)
- Minor fixes/edits/typos - Minor fixes/edits/typos
1.6.03 1.6.03

View File

@ -29,3 +29,4 @@ E8F78713C050CAF5AFE80EDDB1091BE8=1324945000000# MLG v1.6.02
ADD84FD64285CAE603BF1E184C66ACE4=1330940254000# MLG v1.6.05 ADD84FD64285CAE603BF1E184C66ACE4=1330940254000# MLG v1.6.05
7F8A35FC70A51FB00D97A19650E884B8=1330940891000# MLG v1.6.05 7F8A35FC70A51FB00D97A19650E884B8=1330940891000# MLG v1.6.05
A5882424B11003537756204DD7EC0DED=1330941087000# MLG v1.6.05 A5882424B11003537756204DD7EC0DED=1330941087000# MLG v1.6.05
6239928969FC1027A89AF17D82952F5B=1330941366000# MLG v1.6.05

View File

@ -1,6 +1,6 @@
#Minecraft Land Generator Configuration File: Version: 1.6.05 #Minecraft Land Generator Configuration File: Version: 1.6.05
#Authors: Corrodias, Morlok8k, pr0f1x #Authors: Corrodias, Morlok8k, pr0f1x
#Auto-Generated: Monday, March 5, 2012 at 1:51 AM Pacific Standard Time #Auto-Generated: Monday, March 5, 2012 at 1:56 AM 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

@ -982,6 +982,7 @@ public class Main {
+ "Version History:" + newLine + "Version History:" + newLine
+ "Morlok8k:" + newLine + "Morlok8k:" + newLine
+ "1.6.05" + newLine + "1.6.05" + newLine
+ "- MLG displays if the server is converting the Map format, when not in verbose mode. (McRegion -> Anvil, or Chunk-File -> McRegion)" + newLine
+ "- Minor fixes/edits/typos" + newLine + "- Minor fixes/edits/typos" + newLine
+ newLine + newLine
+ "1.6.03" + newLine + "1.6.03" + newLine