mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-12 02:36:05 +00:00
Rivers & Lakes
This commit is contained in:
@@ -35,7 +35,7 @@ public class PostFloatingNibDeleter extends IrisPostBlockFilter
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
int ha = highestTerrainBlock(x + 1, z);
|
||||
int hb = highestTerrainBlock(x, z + 1);
|
||||
int hc = highestTerrainBlock(x - 1, z);
|
||||
|
||||
Reference in New Issue
Block a user