Skip to content

Commit

Permalink
Zoom in a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Dec 23, 2024
1 parent 1cdbea9 commit eaef539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ public BlockPos getDisplayPos() {
public Vec3d getSpawnPos() {
BlockPos displayPos = this.getDisplayPos();

return new Vec3d(displayPos.getX() + SECTION_WIDTH * 0.5, displayPos.getY() - SECTION_HEIGHT * 0.5f + 1, 1.5);
return new Vec3d(displayPos.getX() + SECTION_WIDTH * 0.5, displayPos.getY() - SECTION_HEIGHT * 0.5f + 1, 1.3);
}

public int getSpawnAngle() {
Expand Down

0 comments on commit eaef539

Please sign in to comment.