1.6.05 readme fix

This commit is contained in:
Morlok8k 2012-03-05 01:51:29 -08:00
parent 9430c55b47
commit 7b4a7eb62d
5 changed files with 8 additions and 1 deletions

3
README
View File

@ -24,6 +24,9 @@ Other Public Domain code has been used in this program, and references to source
Version History:
Morlok8k:
1.6.05
- Minor fixes/edits/typos
1.6.03
- added decoding of escape characters of URL's (so a space is a " " and not "%20")
- added "-downloadlist [list]" where [list] is a text file with URL's on each line

View File

@ -28,3 +28,4 @@ E8F78713C050CAF5AFE80EDDB1091BE8=1324945000000# MLG v1.6.02
41AEE7ED67C84151DAEA0BCD131216DD=1328271164000# MLG v1.6.03
ADD84FD64285CAE603BF1E184C66ACE4=1330940254000# MLG v1.6.05
7F8A35FC70A51FB00D97A19650E884B8=1330940891000# MLG v1.6.05
A5882424B11003537756204DD7EC0DED=1330941087000# MLG v1.6.05

View File

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

View File

@ -981,6 +981,9 @@ public class Main {
+ newLine
+ "Version History:" + newLine
+ "Morlok8k:" + newLine
+ "1.6.05" + newLine
+ "- Minor fixes/edits/typos" + newLine
+ newLine
+ "1.6.03" + newLine
+ "- added decoding of escape characters of URL's (so a space is a \" \" and not \"%20\")" + newLine
+ "- added \"-downloadlist [list]\" where [list] is a text file with URL's on each line" + newLine