OpenCubicChunks / CubicChunks2

Infinite* height mod for Minecraft - rewrite for versions above 1.12
MIT License
72 stars 21 forks source link

Roughly finalise HeightmapStorage interface, complete test implementation #108

Closed NotStirred closed 1 year ago

NotStirred commented 1 year ago

I've implemented a super basic HeightmapStorage, it saves each node to its own file in directory world/testHeightmap I'll expand it with a real implementation in a later PR

I've also written a couple of generic tests for it, which should work immediately for any other HeightmapStorage implemenation