mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-28 11:39:07 +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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user