mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-15 08:47:36 +01:00
big brain fix c:
This commit is contained in:
parent
77efe8750b
commit
a12708b336
1 changed files with 1 additions and 1 deletions
|
@ -55,6 +55,6 @@ public class ContraptionWorld extends WrappedWorld {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getMinBuildHeight() {
|
public int getMinBuildHeight() {
|
||||||
return - (int) contraption.bounds.getYsize() + 1;
|
return - (int) contraption.bounds.getYsize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue