increased min-height

This commit is contained in:
2016-09-12 22:26:02 +02:00
parent b7e996a9d7
commit cf3aa58fa1

View File

@@ -68,7 +68,7 @@ public class TraitCurvature extends AbstractTrait {
}
while (w.getBlockState(new BlockPos(x, y - 1, z)).getBlock() == Blocks.AIR) {
if (y <= 0) {
y = 0;
y = 1;
break;
}