Skip to content

Commit

Permalink
Added cminesweeper command (#638)
Browse files Browse the repository at this point in the history
* Added cminesweeper command

* temporary to move to desktop

* forgor

* Changed to atlas

* Changes in response to review

* Changes in response to review

* Changes in response to review

* forgor lol

* Changes in response to review

* Changes in response to review

* Changes in response to review
  • Loading branch information
RealRTTV authored May 29, 2024
1 parent 7f3ea54 commit 6f9d6a9
Show file tree
Hide file tree
Showing 4 changed files with 440 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public static void registerCommands(CommandDispatcher<FabricClientCommandSource>
KitCommand.register(dispatcher);
ListenCommand.register(dispatcher);
LookCommand.register(dispatcher);
MinesweeperCommand.register(dispatcher);
MoteCommand.register(dispatcher);
NoteCommand.register(dispatcher);
PermissionLevelCommand.register(dispatcher);
Expand Down
Loading

0 comments on commit 6f9d6a9

Please sign in to comment.