OpenTerrainGenerator icon indicating copy to clipboard operation
OpenTerrainGenerator copied to clipboard

Feature: Object placement in caves

Open Jishuna opened this issue 4 years ago • 2 comments

A new placement option for objects allowing them to target the top or bottom of caves, rather than relying on randomY and block checks.

The new vanilla resources in 1.17 and 1.18 may have some code to help us implement this.

Jishuna avatar Aug 08 '21 21:08 Jishuna

Could think about making a new placement setting like highestblock, that instead uses

  • StartY
  • NearestSurface: Above/Below
  • MinY / MaxY

That could be used in any situation where you can predict the y of caves. If startY is air, finds the nearest surface above/below (like highestblock).

PG85 avatar Aug 09 '21 15:08 PG85

Also would be nice for my nether preset since that's a thing now. Could use this feature for sure.

FrankTCA avatar Nov 06 '21 00:11 FrankTCA