Skip to content

Commit dd0fe64

Browse files
committed
fix: Incorrect spelling for toy shark
Tho, more like renamed the tab lol
1 parent 18f6837 commit dd0fe64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xplat/src/main/java/gay/pridecraft/joy/registry/JoyItemGroups.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public final class JoyItemGroups {
7373

7474
});
7575

76-
public static final ItemGroup HAJS = register("hajs",
76+
public static final ItemGroup PLUSHIES = register("plushies",
7777
BLAHAJ_ITEM::getDefaultStack,
7878
(displayContext, entries) -> {
7979
entries.add(BlahajBlocks.GRAY_SHARK_ITEM);

xplat/src/main/resources/assets/joy/lang/en_us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"itemgroup.joy.bundles": "Joy Bundles",
66
"itemgroup.joy.candles": "Joy Candles",
77
"itemgroup.joy.entities": "Joy Entities",
8-
"itemgroup.joy.hajs": "Håjs",
8+
"itemgroup.joy.plushies": "Toy Sharks (aka, hajar) & Plushies",
99
"itemgroup.joy.misc": "Joy Misc",
1010
"itemgroup.joy.food": "Joy Food",
1111
"itemgroup.joy.flowers": "Joy Flowers",

0 commit comments

Comments
 (0)