Skip to content

Commit

Permalink
STT2 play background
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 5, 2023
1 parent a49f7e3 commit 531880b
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 @@ -45,7 +45,8 @@ public class ImageItem extends Item {
new ImageData(Component.literal("Gibnut 2"), new ResourceLocation(LTExtras.MODID, "textures/images/gibnut_2.png"), 3.67f, 2.0f),
new ImageData(Component.literal("Mahogany Nut"), new ResourceLocation(LTExtras.MODID, "textures/images/mahogany_nut.png"), 1.48f, 2.0f),
new ImageData(Component.literal("Slender Harvest Mouse"), new ResourceLocation(LTExtras.MODID, "textures/images/slender_harvest_mouse.png"), 2.75f, 2.0f),
new ImageData(Component.literal("Toucan"), new ResourceLocation(LTExtras.MODID, "textures/images/toucan.png"), 2.0f, 2.0f)
new ImageData(Component.literal("Toucan"), new ResourceLocation(LTExtras.MODID, "textures/images/toucan.png"), 2.0f, 2.0f),
new ImageData(Component.literal("Background: STT2"), new ResourceLocation(LTExtras.MODID, "textures/images/play_stt2.png"), 22.0f, 11.0f)
);

public ImageItem(final Properties properties) {
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 531880b

Please sign in to comment.