Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.math/horizontalNeighbors
[jvm] val BlockPos.horizontalNeighbors: List<BlockPos>
Returns a list of horizontal direct neighbors (shared face, same height) of this BlockPos.