MinecraftLandGenerator
MinecraftLandGenerator copied to clipboard
Pregenerate Land in a SMP Minecraft Server
I have found a GUI code in the repo, is it used or not??
So, I have a server being setup for my kids and their friends. Naturally, I figured I would pre-generate a large chunk of the terrain, so I came here, as...
In case RandomSeed is not found, try find seed in WorldGenSettings.
I generated 2048x2048 world withbasic configuration and this is output world: https://imgur.com/a/CvufqnH What caused MLG to skip some chunks?
**- Restart server when gen didn't complete:** During generation with big view-distances in Alpha versions it occured that the server would spontaneously shutdown BEFORE it completed the generation. Without this...
`Usage: java -jar MinecraftLandGenerator.jar x z [serverpath] [switches]` ` serverpath : the path to the directory in which the server runs (takes precedence over the config file setting)` Config: `ServerPath=.`...
"[MLG-ERROR] Error in program arguments." when using MLG for anything other than generating worlds
During the setup I read that there was an error in program arguments and at the end, minecraft server wasn't launched. Here's the output from MLG_Initial_Setup_Windows.cmd: Click to expand >...
I'd like to implement a few changes to make this little project a more mature tool and easier to use. Things that could be improved IMO: - [ ] Use...