PolyhedralDev / Terra

Voxel world generation modding platform
MIT License
638 stars 83 forks source link

Add slant locator #413

Closed Astrashh closed 10 months ago

Astrashh commented 10 months ago

Pull Request

Brief description.

PR adds the SLANT locator, which allows placement of features based on the slant value provided by the noise3d chunk generator. The config uses a DoublePredicate, a loader of which is provided by #412.

Example config:

locator:
  type: SLANT
  condition: value > 5

What Issues Does This Fix?

Licensing

Types of changes

Compatiblity

Contribution Guidelines.

Documentation

Testing