Skip to content

Commit

Permalink
Add new images
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 2, 2023
1 parent 7f7871a commit 441571b
Show file tree
Hide file tree
Showing 19 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/main/java/com/lovetropics/extras/item/ImageItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,23 @@ public class ImageItem extends Item {
new ImageData(Component.literal("Group R"), new ResourceLocation(LTExtras.MODID, "textures/images/group_r.png"), 2.67f, 2.0f),
new ImageData(Component.literal("Jocote"), new ResourceLocation(LTExtras.MODID, "textures/images/jocote.png"), 3.0f, 2.0f),
new ImageData(Component.literal("Making Organic Fungicide"), new ResourceLocation(LTExtras.MODID, "textures/images/making_org_fung.png"), 2.672f, 2.0f),
new ImageData(Component.literal("Panorama: Garden Bike"), new ResourceLocation(LTExtras.MODID, "textures/images/pano_garden_bike.png"), 2.63f, 1.0f),
new ImageData(Component.literal("Panorama: Garden Bike"), new ResourceLocation(LTExtras.MODID, "textures/images/pano_garden_bike.png"), 7.89f, 3.0f),
new ImageData(Component.literal("Agroforestry"), new ResourceLocation(LTExtras.MODID, "textures/images/agroforestry.png"), 2.0f, 2.0f),
new ImageData(Component.literal("Big Scenic"), new ResourceLocation(LTExtras.MODID, "textures/images/big_scenic.png"), 9.75f, 3.0f),
new ImageData(Component.literal("Coop 1"), new ResourceLocation(LTExtras.MODID, "textures/images/coop_1.png"), 1.48f, 2.0f),
new ImageData(Component.literal("Coop 2"), new ResourceLocation(LTExtras.MODID, "textures/images/coop_2.png"), 1.5f, 2.0f),
new ImageData(Component.literal("Diversity"), new ResourceLocation(LTExtras.MODID, "textures/images/diversity.png"), 2.66f, 2.0f),
new ImageData(Component.literal("Healthy"), new ResourceLocation(LTExtras.MODID, "textures/images/healthy.png"), 2.66f, 2.0f),
new ImageData(Component.literal("Kate WHO"), new ResourceLocation(LTExtras.MODID, "textures/images/kate_who.png"), 2.645f, 2.0f),
new ImageData(Component.literal("Mangrove"), new ResourceLocation(LTExtras.MODID, "textures/images/mangrove.png"), 3.62f, 2.0f),
new ImageData(Component.literal("Passion Fruit #1"), new ResourceLocation(LTExtras.MODID, "textures/images/passion_fruit_1.png"), 3.0f, 2.0f),
new ImageData(Component.literal("Passion Fruit #2"), new ResourceLocation(LTExtras.MODID, "textures/images/passion_fruit_2.png"), 2.0f, 2.0f),
new ImageData(Component.literal("Passion Fruit #3"), new ResourceLocation(LTExtras.MODID, "textures/images/passion_fruit_3.png"), 3.11f, 2.0f),
new ImageData(Component.literal("Passion Fruit Flower"), new ResourceLocation(LTExtras.MODID, "textures/images/passion_fruit_flower.png"), 2.66f, 2.0f),
new ImageData(Component.literal("Plantain Trees"), new ResourceLocation(LTExtras.MODID, "textures/images/plantain_trees.png"), 2.66f, 2.0f),
new ImageData(Component.literal("SHI visit WHO"), new ResourceLocation(LTExtras.MODID, "textures/images/shi_visit_who.png"), 2.67f, 2.0f),
new ImageData(Component.literal("Thatch House"), new ResourceLocation(LTExtras.MODID, "textures/images/thatch_house.png"), 1.5f, 2.0f),
new ImageData(Component.literal("Water"), new ResourceLocation(LTExtras.MODID, "textures/images/water.png"), 1.5f, 2.0f),
new ImageData(Component.literal("Plantain Ent"), new ResourceLocation(LTExtras.MODID, "textures/images/plantain_ent.png"), 2.5f, 3.0f),
new ImageData(Component.literal("Manatee"), new ResourceLocation(LTExtras.MODID, "textures/images/manatee.png"), 2.5f, 3.0f)
);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 441571b

Please sign in to comment.