PersonTheCat / pangaea

A highly configurable terrain generator for Minecraft with light scripting support
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Port basic shape generators from Cave Generator #15

Open PersonTheCat opened 1 month ago

PersonTheCat commented 1 month ago

CaveGenerator provides a ton of highly-configurable generators. We will want to port these to Pangaea in a more abstract way. For example, the caverns generator from Pangaea will not specifically target cave generation, but instead will just be a "blob generator."

Let's discuss in the comments how to repurpose each generator from CG in PG.

See Cave Generator / Generators and Cave Generator / Features

PersonTheCat commented 1 month ago

This issue can be discussed, but cannot be worked until #7 is complete