orangeadam3 / terra121

A Minecraft Terrain Generating Mod for Cubic Chunks 1.12.2. attempting to generate real terrain, biomes, and features on a 1:1 scale
MIT License
280 stars 41 forks source link

[Question] World Guard, plots. #15

Open Duoquote opened 4 years ago

Duoquote commented 4 years ago

I was planning to do something like, 1:1 scale of my country, making people have their own plots etc. but there was nothing like terra121 existed. Yes there is the downscaled versions etc. but this is a whole another level. And now I think like, what if we could use OpenStreetMaps or any other service's building data to define plots to give players and let them build their own apartments, buildings and etc.

Here are some things;

My question is, in some way, can I do that? Is there a limitation like World Guard won't let me do that? Or should go and start research to make it happen.

Thanks for this amazing project called terra121.

orangeadam3 commented 4 years ago

We already an option for this on the github version. It just does the outlines for buildings but it has my own wacky algorithm for approximating water polygons and it has roads. All the data is from openstreetmap. Feel free to look at dataset/OpenStreetMaps.java and dataset/Region.java for the methods although it's not the cleanest code in existence.