OpenCubicChunks / CubicWorldGen

Customizable CubicChunks world generation
MIT License
55 stars 23 forks source link

Add Getters to CustomTerrainGenerator & Baseclass for Cave and Ravine Generator #118

Closed sirati closed 3 years ago

sirati commented 3 years ago

I am sorry my previous PR was a bit premature.

This PR adds 5 getters to CustomTerrainGenerator that allow HybridTerrainGenerator to access the populators and generators directly if it needs to.

Also it creates a baseclass for CubicCaveGenerator & CubicRavineGenerator. Which allows reasoning about both of them more detailed. This will be used to smooth the hard transition between Vanilla and CubicChunk Generators caves

sirati commented 3 years ago

Huh the build failed?