mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Fix feature searching
This commit is contained in:
@@ -212,6 +212,11 @@ public interface EngineParallaxManager extends DataProvider, IObjectPlacer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pos.add(forEachFeature(x<<4, z<<4));
|
||||||
|
pos.add(forEachFeature(((x+1)<<4)-1, z<<4));
|
||||||
|
pos.add(forEachFeature(x<<4, ((z+1)<<4)-1));
|
||||||
|
pos.add(forEachFeature(((x+1)<<4)-1, ((z+1)<<4)-1));
|
||||||
|
pos.removeDuplicates();
|
||||||
return pos;
|
return pos;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user