1.6.3 test 9
This commit is contained in:
parent
dcc8f95d70
commit
cb850adde4
2
README
2
README
@ -1,7 +1,7 @@
|
|||||||
Minecraft Land Generator version 1.6.3
|
Minecraft Land Generator version 1.6.3
|
||||||
|
|
||||||
Updated June 1, 2012
|
Updated June 1, 2012
|
||||||
(BuildID: 1338534982000)
|
(BuildID: 1338535155000)
|
||||||
|
|
||||||
Original Code by Corrodias November 2010
|
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 1, 2012!)
|
||||||
|
@ -48,3 +48,4 @@ D47A4456BA15C9436AF78C5DAA737DA3=1338533153000# MLG v1.6.3
|
|||||||
4F0E327BD0FB366E4E2A188721D4B54C=1338534323000# MLG v1.6.3
|
4F0E327BD0FB366E4E2A188721D4B54C=1338534323000# MLG v1.6.3
|
||||||
A993CE06F1D26D3272A3BBE12488A323=1338534569000# MLG v1.6.3
|
A993CE06F1D26D3272A3BBE12488A323=1338534569000# MLG v1.6.3
|
||||||
62ADC2F8E85433A9FC0BA1693BB2908E=1338534982000# MLG v1.6.3
|
62ADC2F8E85433A9FC0BA1693BB2908E=1338534982000# MLG v1.6.3
|
||||||
|
5C39B24E286CB21FD69D5A1979CA7AAF=1338535155000# MLG v1.6.3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#Minecraft Land Generator Configuration File: Version: 1.6.3
|
#Minecraft Land Generator Configuration File: Version: 1.6.3
|
||||||
#Authors: Corrodias, Morlok8k, pr0f1x
|
#Authors: Corrodias, Morlok8k, pr0f1x
|
||||||
#Auto-Generated: Friday, June 1, 2012 at 12:16 AM Pacific Daylight Time
|
#Auto-Generated: Friday, June 1, 2012 at 12:19 AM Pacific Daylight 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.
@ -1623,7 +1623,7 @@ public class Main {
|
|||||||
end = line.length();
|
end = line.length();
|
||||||
out(" end: " + end);
|
out(" end: " + end);
|
||||||
}
|
}
|
||||||
if (end <= pos) { // If hash is before the '=', we may have an issue... it should be fine, cause we check for issues next, but lets make sure.
|
if (end <= (pos + 1)) { // If hash is before the '=', we may have an issue... it should be fine, cause we check for issues next, but lets make sure.
|
||||||
end = line.length();
|
end = line.length();
|
||||||
pos = -1;
|
pos = -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user