mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:01:26 +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
|
||||
public int getMinBuildHeight() {
|
||||
return - (int) contraption.bounds.getYsize() + 1;
|
||||
return - (int) contraption.bounds.getYsize();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue