Skip to content

Commit

Permalink
Increased FakeImage max dimension
Browse files Browse the repository at this point in the history
- Updated FakeImage
  • Loading branch information
josemmo committed Jan 21, 2021
1 parent 99a9eea commit 0ac9a39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.stream.Stream;

public class FakeImage extends FakeEntity {
public static final int MAX_DIMENSION = 20;
public static final int MAX_DIMENSION = 30; // In blocks
private final String filename;
private final Location location;
private final BlockFace face;
Expand Down

0 comments on commit 0ac9a39

Please sign in to comment.