GregTechCE / GregTech

GregTech rewrite for modern versions of Minecraft
GNU Lesser General Public License v3.0
268 stars 150 forks source link

CubicChunks Support #464

Open spacebuilder2020 opened 5 years ago

spacebuilder2020 commented 5 years ago

Are there any plans for adding support for Cubic Chunks. Specifically to support the ICubicPopulator and generate ores on a cube by cube basis?

Based on, #31 it supposedly works, however when testing with the latest version of Cubic Chunks it does not.

Archengius commented 5 years ago

yeah, there are plans, however there will be some issues regarding height-based generation - height limits don't work properly with infinite height.

spacebuilder2020 commented 5 years ago

Yea, height based rendering is a small issue but since that is configurable, it could be configured to spawn differently in different worlds. I think the main issue right now is to get them to spawn at all without having to hack them in.

spacebuilder2020 commented 5 years ago

@Archengius Has there been any updates in adding some kind of support for cubic chunks. I don't really care if the height limits don't reach infinity or not... that can be configured in the configs. The issue is that they don't spawn at all.