1.7.3 readme fix
This commit is contained in:
parent
eaf1a96597
commit
18bf9f771a
7
README
7
README
@ -1,7 +1,7 @@
|
|||||||
Minecraft Land Generator version 1.7.3
|
Minecraft Land Generator version 1.7.3
|
||||||
|
|
||||||
Updated February 7, 2013
|
Updated February 7, 2013
|
||||||
(BuildID: 1360299846000)
|
(BuildID: 1360304117000)
|
||||||
|
|
||||||
Original Code by Corrodias November 2010
|
Original Code by Corrodias November 2010
|
||||||
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to February 7, 2013!)
|
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to February 7, 2013!)
|
||||||
@ -238,5 +238,8 @@ Corrodias:
|
|||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
Due to changes in server beta 1.6, it now generates the nether as well as the world at the same time.
|
Due to changes in server beta 1.6, it now generates the nether as well as the world at the same time.
|
||||||
However, Since beta 1.9 and Minecraft 1.0, the nether or the end is no longer generated.The "Server Generation Fix Mod" by Morlok8k can generate The Nether and The End. Link: http://www.minecraftforum.net/topic/1378775-I recommend using MCEDIT to relight the map after you generate it. This will take a long time, but should fix all those incorrectly dark spots in your level.
|
However, Since beta 1.9 and Minecraft 1.0, the nether or the end is no longer generated.
|
||||||
|
The "Server Generation Fix Mod" by Morlok8k can generate The Nether and The End. Link: http://www.minecraftforum.net/topic/1378775-
|
||||||
|
|
||||||
|
I recommend using MCEDIT to relight the map after you generate it. This will take a long time, but should fix all those incorrectly dark spots in your level.
|
||||||
|
|
||||||
|
@ -63,3 +63,4 @@ A28CD4B9DE8E3CB25AB56368A4C44A51=1339493851000# MLG v1.6.3
|
|||||||
974CCB8CD5D163599C7C828A44A2D24B=1356164868000# MLG v1.7.2
|
974CCB8CD5D163599C7C828A44A2D24B=1356164868000# MLG v1.7.2
|
||||||
B45C4E66E7CD97C73D55911F13E2684F=1360298939000# MLG v1.7.3
|
B45C4E66E7CD97C73D55911F13E2684F=1360298939000# MLG v1.7.3
|
||||||
EC40B0ECC52B37571EE65F780994CEDE=1360299846000# MLG v1.7.3
|
EC40B0ECC52B37571EE65F780994CEDE=1360299846000# MLG v1.7.3
|
||||||
|
7DC715CEFB6299AB1F64F5C7AD6476BF=1360304117000# MLG v1.7.3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#Minecraft Land Generator Configuration File: Version: 1.7.3
|
#Minecraft Land Generator Configuration File: Version: 1.7.3
|
||||||
#Authors: Corrodias, Morlok8k, pr0f1x, jaseg
|
#Authors: Corrodias, Morlok8k, pr0f1x, jaseg
|
||||||
#Auto-Generated: Thursday, February 7, 2013 at 9:04 PM, Pacific Standard Time
|
#Auto-Generated: Thursday, February 7, 2013 at 10:15 PM, 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.
@ -219,8 +219,9 @@ public class Readme_and_HelpInfo {
|
|||||||
+ n
|
+ n
|
||||||
+ "Notes:" + n
|
+ "Notes:" + n
|
||||||
+ "Due to changes in server beta 1.6, it now generates the nether as well as the world at the same time." + n
|
+ "Due to changes in server beta 1.6, it now generates the nether as well as the world at the same time." + n
|
||||||
+ "However, Since beta 1.9 and Minecraft 1.0, the nether or the end is no longer generated."
|
+ "However, Since beta 1.9 and Minecraft 1.0, the nether or the end is no longer generated." + n
|
||||||
+ "The \"Server Generation Fix Mod\" by Morlok8k can generate The Nether and The End. Link: http://www.minecraftforum.net/topic/1378775-"
|
+ "The \"Server Generation Fix Mod\" by Morlok8k can generate The Nether and The End. Link: http://www.minecraftforum.net/topic/1378775-" + n
|
||||||
|
+ n
|
||||||
+ "I recommend using MCEDIT to relight the map after you generate it. This will take a long time, but should fix all those incorrectly dark spots in your level." + n;
|
+ "I recommend using MCEDIT to relight the map after you generate it. This will take a long time, but should fix all those incorrectly dark spots in your level." + n;
|
||||||
//@formatter:on
|
//@formatter:on
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user