1.6.2 random updates

This commit is contained in:
Morlok8k 2012-05-26 19:27:39 -07:00
parent 3cc8a6d959
commit 9f1782bf8d
6 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.class
*.backup
*.*~

6
README
View File

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

View File

@ -39,3 +39,4 @@ F1B044CD44634EDDB85DC44384CB8F0F=1334484354000# MLG v1.6.1
6C91BF8786B4966B67ACC64EB2C4A896=1337852365000# MLG v1.6.2
2034C9B023C1B14CEB7DCCFDA33A3C08=1337921188000# MLG v1.6.2
C05A70CD4B913AD6AE37BC7ABF0EE2CA=1337921526000# MLG v1.6.2
4A493B933C3117111A49806B27F02AFD=1338085654000# MLG v1.6.2

View File

@ -1,6 +1,6 @@
#Minecraft Land Generator Configuration File: Version: 1.6.2
#Authors: Corrodias, Morlok8k, pr0f1x
#Auto-Generated: Thursday, May 24, 2012 at 9:52 PM Pacific Daylight Time
#Auto-Generated: Saturday, May 26, 2012 at 7:27 PM 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

@ -3,7 +3,7 @@
## Minecraft Land Generator - GitHub Update Script
## Morlok8k - Updated 4/15/2012
zip ./bin/MinecraftLandGenerator.jar ./src/corrodias/minecraft/landgenerator/Main.java
zip -r ./bin/MinecraftLandGenerator.jar ./src/
cd ./bin/
chmod a+x ./MinecraftLandGenerator.jar