9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-06 15:51:30 +00:00
This commit is contained in:
Daniel Mills
2020-09-11 23:45:36 -04:00
parent 1bafdf0feb
commit 30e1d9552c
4 changed files with 16 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ public class GenLayerCarve extends GenLayer
{
if(lastCarve - i > 2 && !(i < terrainHeight && lastCarve - i > terrainHeight))
{
surfaces.add(new CarveResult(i, lastCarve - i));
surfaces.add(new CarveResult(i, lastCarve));
}
}