Skip to content

Commit

Permalink
Set min height to 5 blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTuxn committed Sep 17, 2021
1 parent 07c9055 commit bca3a86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public static int getPlotSize(Plot plot) {
public static Vector getPlotCenter(Plot plot) {
return Vector.toBlockPoint(
getPlotSize(plot) / 2d + 0.5,
15, // TODO: Change Y value to the bottom of the schematic
5,
getPlotSize(plot) / 2d + 0.5
);
}
Expand Down

0 comments on commit bca3a86

Please sign in to comment.