Skip to content

Commit

Permalink
Fix spacing from fixing merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Superkat32 committed Nov 28, 2024
1 parent 54bb6b1 commit 7e5f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/hephaestus/glowcase/Glowcase.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class Glowcase implements ModInitializer {
entries.add(PARTICLE_DISPLAY_ITEM.get());
entries.add(ENTITY_DISPLAY_BLOCK_ITEM.get());
entries.add(ITEM_DISPLAY_BLOCK_ITEM.get());
entries.add(SOUND_BLOCK_ITEM.get());
entries.add(SOUND_BLOCK_ITEM.get());
entries.add(ITEM_ACCEPTOR_BLOCK_ITEM.get());
entries.add(HYPERLINK_BLOCK_ITEM.get());
entries.add(POPUP_BLOCK_ITEM.get());
Expand Down

0 comments on commit 7e5f042

Please sign in to comment.