Skip to content

Commit

Permalink
Remove /limbo (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Jul 18, 2024
1 parent d947cd8 commit 6e588a8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 75 deletions.
1 change: 0 additions & 1 deletion src/main/java/org/polyfrost/hytils/HytilsReborn.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public void init(FMLInitializationEvent event) {
CommandManager.INSTANCE.registerCommand(new HousingVisitCommand());
CommandManager.INSTANCE.registerCommand(new HytilsCommand());
CommandManager.INSTANCE.registerCommand(new IgnoreTemporaryCommand());
CommandManager.INSTANCE.registerCommand(new LimboCommand());
CommandManager.INSTANCE.registerCommand(new RequeueCommand());
CommandManager.INSTANCE.registerCommand(new SilentRemoveCommand());
CommandManager.INSTANCE.registerCommand(new SkyblockVisitCommand());
Expand Down
38 changes: 0 additions & 38 deletions src/main/java/org/polyfrost/hytils/command/LimboCommand.java

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/mixins.hytils.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"verbose": true,
"client": [
"BossStatusMixin_HideBossbar",
"CommandLimboMixin_FixCommand",
"EntityLivingBaseMixin_MiningFatigue",
"EntityPlayerSPMixin_MessageHandling",
"GuiChatMixin_PlayAutocomplete",
Expand Down

0 comments on commit 6e588a8

Please sign in to comment.