revert adjData core changes 34412305

This commit is contained in:
James Seibel
2025-11-13 07:22:25 -06:00
parent 2545c7e76d
commit dc1a117f6b
@@ -137,7 +137,7 @@ public abstract class AbstractDhTintGetter implements BlockAndTintGetter
// this can return the same position/datapoint for larger LODs duplicating work,
// however for small smoothing ranges that isn't a big deal and for large LODs
// we ignore smoothing anyway
long dataPoint = this.fullDataSource.getDataPointAtBlockPos(mutableBlockPos);
long dataPoint = this.fullDataSource.getAtBlockPos(mutableBlockPos);
if (dataPoint == FullDataPointUtil.EMPTY_DATA_POINT)
{
continue;