mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix feature searching
This commit is contained in:
parent
20e8c033cc
commit
ea8d1100ac
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user