mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-01-06 15:51:30 +00:00
fg
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user