adjData core changes
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ public abstract class AbstractDhTintGetter implements BlockAndTintGetter
|
|||||||
// this can return the same position/datapoint for larger LODs duplicating work,
|
// 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
|
// however for small smoothing ranges that isn't a big deal and for large LODs
|
||||||
// we ignore smoothing anyway
|
// we ignore smoothing anyway
|
||||||
long dataPoint = this.fullDataSource.getAtBlockPos(mutableBlockPos);
|
long dataPoint = this.fullDataSource.getDataPointAtBlockPos(mutableBlockPos);
|
||||||
if (dataPoint == FullDataPointUtil.EMPTY_DATA_POINT)
|
if (dataPoint == FullDataPointUtil.EMPTY_DATA_POINT)
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
+1
-1
Submodule coreSubProjects updated: 2a49fdee7f...4d4d8fd8e9
Reference in New Issue
Block a user