big brain fix c:

This commit is contained in:
Aeiou 2021-12-30 13:51:48 -05:00
parent 77efe8750b
commit a12708b336

View file

@ -55,6 +55,6 @@ public class ContraptionWorld extends WrappedWorld {
@Override
public int getMinBuildHeight() {
return - (int) contraption.bounds.getYsize() + 1;
return - (int) contraption.bounds.getYsize();
}
}