1.6.3 test 6

This commit is contained in:
Morlok8k 2012-06-01 00:05:25 -07:00
parent f7f6e70b18
commit c1690edd8f
5 changed files with 7 additions and 5 deletions

6
README
View File

@ -1,10 +1,10 @@
Minecraft Land Generator version 1.6.3
Updated May 31, 2012
(BuildID: 1338533873000)
Updated June 1, 2012
(BuildID: 1338534323000)
Original Code by Corrodias November 2010
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to May 31, 2012!)
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to June 1, 2012!)
Additional Code by pr0f1x October 2011
Website: https://sites.google.com/site/minecraftlandgenerator/

View File

@ -45,3 +45,4 @@ DB07F7F5D4D46ED346ACE3AECBEA41E5=1338515819000# MLG v1.6.3
1BABCC85FF9EB212B2515056BD902AC5=1338531617000# MLG v1.6.3
D47A4456BA15C9436AF78C5DAA737DA3=1338533153000# MLG v1.6.3
4C107AA2B0F161CD44B5F6ECE20DEFBC=1338533873000# MLG v1.6.3
4F0E327BD0FB366E4E2A188721D4B54C=1338534323000# MLG v1.6.3

View File

@ -1,6 +1,6 @@
#Minecraft Land Generator Configuration File: Version: 1.6.3
#Authors: Corrodias, Morlok8k, pr0f1x
#Auto-Generated: Thursday, May 31, 2012 at 11:57 PM Pacific Daylight Time
#Auto-Generated: Friday, June 1, 2012 at 12:05 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.

View File

@ -1639,7 +1639,8 @@ public class Main {
value = line.substring(pos + 1, end);
}
errorMsg = line + " pos: " + pos + " end: " + end;
errorMsg =
line + " pos: " + pos + " end: " + end + " line.length(): " + line.length();
try {
property = line.substring(0, pos).toLowerCase();
value = line.substring(pos + 1, end);