Merge pull request #530 from DeliciousJaffa/master
Filler Flatten only reaching 128
This commit is contained in:
commit
a817dab2d8
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class FillerFlattener extends FillerPattern {
|
|||
if (lastX != Integer.MAX_VALUE)
|
||||
return false;
|
||||
|
||||
return !empty(xMin, yMin, zMin, xMax, 64 * 2, zMax, tile.worldObj);
|
||||
return !empty(xMin, yMin, zMin, xMax, 64 * 4, zMax, tile.worldObj);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue