Skip to content

Commit 9fa8d37

Browse files
committed
Add additional image items
1 parent 1de92a5 commit 9fa8d37

File tree

9 files changed

+9
-1
lines changed

9 files changed

+9
-1
lines changed

src/main/java/com/lovetropics/extras/item/ImageItem.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ public class ImageItem extends Item {
2121
imageWithWidth("Papyrus Gonolek", "papyrus_gonolek", 2.0f, 266, 200),
2222
imageWithHeight("Papyrus Harvest", "papyrus_harvest", 2.0f, 340, 256),
2323
imageWithWidth("Shoebill Stork", "shoebill_stork", 3.0f, 317, 256),
24-
imageWithWidth("White-Winged Warbler", "white_winged_warbler", 3.0f, 301, 200)
24+
imageWithWidth("White-Winged Warbler", "white_winged_warbler", 3.0f, 301, 200),
25+
imageWithHeight("Bird Survey", "bird_survey", 2.0f, 400, 301),
26+
imageWithHeight("Bridge", "bridge", 3.0f, 300, 450),
27+
imageWithHeight("Love Tropics", "love_tropics", 1.0f, 128, 128),
28+
imageWithHeight("WEA", "wea", 1.0f, 128, 128),
29+
imageWithWidth("Mpanga River", "mpanga_river", 2.0f, 256, 340),
30+
imageWithWidth("Papyrus", "papyrus", 2.0f, 341, 256),
31+
imageWithWidth("Papyrus Yellow Warbler", "papyrus_yellow_warbler", 1.0f, 256, 184),
32+
imageWithHeight("Women Holding Seeds", "women_holding_seeds", 1.0f, 300, 200)
2533
);
2634

2735
private static ImageData imageWithWidth(String name, String path, float blockWidth, int textureWidth, int textureHeight) {
260 KB
Loading
283 KB
Loading
2.17 KB
Loading
158 KB
Loading
164 KB
Loading
37.7 KB
Loading
12.7 KB
Loading
98 KB
Loading

0 commit comments

Comments
 (0)