Skip to content

Commit

Permalink
Added travel using an elytra feature, the RepairToolTask and some edi…
Browse files Browse the repository at this point in the history
…ts around that

gaucho-matrero#194
  • Loading branch information
awesomecat2011 authored Jun 24, 2022
1 parent 0f6ce2b commit 8b0fd82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/adris/altoclef/AltoClefCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public AltoClefCommands() throws CommandException {
new DepositCommand(),
new StashCommand(),
new GotoCommand(),
new GotoWithElytraCommand(),
new IdleCommand(),
new CoordsCommand(),
new StatusCommand(),
Expand All @@ -33,7 +34,7 @@ public AltoClefCommands() throws CommandException {
new SetGammaCommand(),
new ListCommand(),
new CustomCommand()
//new TestMoveInventoryCommand(),
// new TestMoveInventoryCommand(),
// new TestSwapInventoryCommand()
);
}
Expand Down

0 comments on commit 8b0fd82

Please sign in to comment.