Morlok8k / MinecraftLandGenerator

Pregenerate Land in a SMP Minecraft Server
http://www.minecraftforum.net/topic/187737-minecraft-land-generator/
Do What The F*ck You Want To Public License
97 stars 20 forks source link

Major design changes #14

Closed piegamesde closed 5 years ago

piegamesde commented 5 years ago

Fixes #13. Non-exhaustive list of changes:

VADemon commented 5 years ago

May not work with older versions of the Minecraft server anymore

Would be nice to keep it backwards-compatible, we are currently looking for an infdev/alpha pregenerator, this is the only accessible option.

(the other one is to rip out the chunk gen code)

buchwasa commented 5 years ago

Been unable to get this to work. Is this still a work in progress?

piegamesde commented 5 years ago

No, it's pretty much done feature-wise and I even use this to generate test world for another project. I just noticed that none of the documentation has been updated since all the changes were made. I'll do this soon™.

On the other hand: what have you tried and why didn't it work?


Edit: I just noticed some commits with bug fixes on the develop branch I forgot to merge, this may be the reason.

buchwasa commented 5 years ago

@piegamesde I just tried running it and I get a getCallerClass error and shuts off right after.

Edit: Probably would help if I was compiling on Java 8 haha Edit Edit: Compiling on Java 11 gives me the warning, and shuts off, compiling on Java 8 gives me nothing and shuts off.

piegamesde commented 5 years ago

Since it seems that there are no plans to integrate our changes, we decided to continue the fork on our own: https://github.com/sommerlilie/MinecraftLandGenerator

@Wumpotamus Please create an issue there if it still doesn't work for you.