A procedural village generator that builds houses, large wheat fields, and windmills!
This project is a Forge mod submission for the Generative Design in Minecraft Settlement Generation Competition.
Check out the Imgur album for more screenshots.
After installing the mod, you'll be able to invoke the generator by running the BuildSettlement
command. The generator is not integrated into the world generation.
/BuildSettlement <x1> <y1> <z1> <x2> <y2> <z2>
The command typically takes 10 to 20 seconds to run but it depends on the size of the selection. I recommend opening the output log when running Minecraft to make sure that the generator doesn't get stuck.
This is a proof-of-concept. The generator is far from optimized and lacks a lot of features. The code is also... really bad. Try not to look in there for too long 😬
License - MIT