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
282 stars 40 forks source link

[Idea] Implement building height instead of only outlines #28

Open walamana opened 4 years ago

walamana commented 4 years ago

It would be really cool if instead of only generating outlines of OSM buildings it would be cool, if it would generate a block based on the OSM building height (for curiosity and guidance)

orangeadam3 commented 4 years ago

That's an interesting idea but I think that the height tag is not used much at all on OSM except for a few well known buildings.

walamana commented 4 years ago

They actually have detailed building information in my town. Idk if https://osmbuildings.org/ uses the Overpass API, but might be worth checking out

orangeadam3 commented 4 years ago

I think that it uses its own datasets and they seem fairly strict on downloads. If you want to see the OSM data my mod can access go to openstreetmap.org and right click>querry features on something. I would think about adding an extra online dataset but the more added the slower evreything will be and the more points of failure the mod will have.