Skip to content

Commit

Permalink
Fix errored Klappar Haj tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Dec 31, 2022
1 parent e683eda commit fe16bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hibi/blahaj/Blahaj.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Blahaj implements ModInitializer {
public void onInitialize() {
Item.Settings settings = new Item.Settings().maxCount(1).group(ItemGroup.MISC).rarity(Rarity.RARE);

Item grayShark = new CuddlyItem(settings, String.format(TOOLTIP_PRE, KLAPPAR_HAJ_ID.getPath()));
Item grayShark = new CuddlyItem(settings, String.format(TOOLTIP_PRE, KLAPPAR_HAJ_ID));
Item blueShark = new CuddlyItem(settings, String.format(TOOLTIP_PRE, BLAHAJ_ID));
Item bread = new CuddlyItem(settings, null);

Expand Down

0 comments on commit fe16bd9

Please sign in to comment.