OpenCubicChunks / CubicChunks2

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

Add HeightmapNode interface #77

Closed NotStirred closed 2 years ago

NotStirred commented 2 years ago

Removes heightmap unload logic, to be replaced with a new implementation

Adds HeightmapNode interface, meaning the heightmap doesn't know anything about cubes or blockstates.

NotStirred commented 2 years ago

force push for rebase