Skip to content

Commit

Permalink
White-Collared Oliveback image
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 21, 2024
1 parent 9fa8d37 commit 5cb01dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/lovetropics/extras/item/ImageItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public class ImageItem extends Item {
imageWithWidth("Mpanga River", "mpanga_river", 2.0f, 256, 340),
imageWithWidth("Papyrus", "papyrus", 2.0f, 341, 256),
imageWithWidth("Papyrus Yellow Warbler", "papyrus_yellow_warbler", 1.0f, 256, 184),
imageWithHeight("Women Holding Seeds", "women_holding_seeds", 1.0f, 300, 200)
imageWithHeight("Women Holding Seeds", "women_holding_seeds", 1.0f, 300, 200),
imageWithWidth("White-Collared Oliveback", "white_collared_oliveback", 1.0f, 256, 320)
);

private static ImageData imageWithWidth(String name, String path, float blockWidth, int textureWidth, int textureHeight) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5cb01dd

Please sign in to comment.