Skip to content

Commit

Permalink
Merge branch 'dev' into 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Aug 5, 2023
2 parents e923515 + 27ba33b commit 5295930
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class ModCreativeModeTabs {

public static final CreativeModeTab
INSTRUMENTS_TAB = FabricItemGroup.builder(new ResourceLocation(GInstrumentMod.MODID, "instruments_group"))
INSTRUMENTS_TAB = FabricItemGroup.builder(new ResourceLocation(GInstrumentMod.MODID, "instruments_tab"))
.icon(() -> new ItemStack(ModItems.FLORAL_ZITHER))
.title(Component.translatable("genshinstrument.itemGroup.instruments"))
.build()
Expand Down

0 comments on commit 5295930

Please sign in to comment.