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 42 forks source link

How can I use the Airocean Projection code? #176

Closed Jpac14 closed 3 years ago

Jpac14 commented 3 years ago

Hi Terra 1 to 1 team,

I have been very interested in your code base and have recently imported your jar into my java project (I have also added CubicChunks and CubicWorldGen), I was wonder how I can use the two methods of fromGeo and toGeo? My question what class do I need to initialize and how do I initialize it correctly to get use out of the Airocean Projection.

Thanks