Skip to content

Commit

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

public static void regsiter() {
Registry.register(BuiltInRegistries.CREATIVE_MODE_TAB, new ResourceLocation(GInstrumentMod.MODID, "instruments_group"), INSTRUMENTS_TAB);
Registry.register(BuiltInRegistries.CREATIVE_MODE_TAB, new ResourceLocation(GInstrumentMod.MODID, "instruments_tab"), INSTRUMENTS_TAB);

}

Expand Down

0 comments on commit afd6210

Please sign in to comment.