Skip to content

Commit

Permalink
Rename citemgroup to ccreativetab
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Apr 21, 2024
1 parent 6023f2f commit 1c0ffb1
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void onInitializeClient() {

new ModConfigBuilder("clientcommands", Configs.class).build();

ItemGroupCommand.registerItemGroups();
CreativeTabCommand.registerItemGroups();

MappingsHelper.load();
}
Expand Down Expand Up @@ -128,6 +128,7 @@ public static void registerCommands(CommandDispatcher<FabricClientCommandSource>
CParticleCommand.register(dispatcher);
CPlaySoundCommand.register(dispatcher);
CrackRNGCommand.register(dispatcher);
CreativeTabCommand.register(dispatcher, context);
CStopSoundCommand.register(dispatcher);
CTeleportCommand.register(dispatcher);
CTellRawCommand.register(dispatcher);
Expand All @@ -143,7 +144,6 @@ public static void registerCommands(CommandDispatcher<FabricClientCommandSource>
GhostBlockCommand.register(dispatcher, context);
GlowCommand.register(dispatcher);
HotbarCommand.register(dispatcher);
ItemGroupCommand.register(dispatcher, context);
KitCommand.register(dispatcher);
ListenCommand.register(dispatcher);
LookCommand.register(dispatcher);
Expand Down
Loading

0 comments on commit 1c0ffb1

Please sign in to comment.