Sculk Horde

Sculk Horde

633k Downloads

Creative Tab Does Not Display Name Correctly

Mikeatron-User opened this issue ยท 1 comments

commented

Despite changing the name in en_us.json
"itemGroup.sculkhoard_tab": "Sculk Hoard"
Sculk Hoard Does not display when hovering over the creative tab. Instead it displays the following:
itemGroup.sculkhoard_tab

image

commented

Resolved. In Main.java I changed
public static final ItemGroup SCULK_GROUP = new CreativeTabGroup(MOD_ID + "_tab");
to
public static final ItemGroup SCULK_GROUP = new CreativeTabGroup("sculkhoard_tab");

image