Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ItziSpyder committed Jun 21, 2024
1 parent ede3a22 commit f38d969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Happy coding and cpvping!
| 1.20.2 | 1.20.2-(latestVersion) |
| 1.20.1 | 1.20.1-(latestVersion) |
| 1.20 | 1.20.1-(latestVersion) |
| 1.19.4 | 1.19.4-(latestVersion) |
| ..lower | cry |

## Newest Changes
Expand All @@ -54,6 +53,7 @@ Added:
- script command condition # if input_active k (key_name) ex. if input active key k
- script command input # input key (key_name) ex. input key left_shift
- script command gui_quickmove updated # now supports swapping to hotbar! ex. gui_quickmove #totem 7
- module SelfGlow # credit: I-No-One

Tweaked:
- made wait script command spit an error when people use it wrongly cuz too many people uses it wrongly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class ElytraSwitch extends DummyModule implements Listener, Global {
private boolean fallFlying;

public ElytraSwitch() {
super("Elytra Switch", Categories.CRYSTAL, "Swap to elytra from your hotbar when ever you are double jumping");
super("elytra-switch", Categories.CRYSTAL, "Swap to elytra from your hotbar when ever you are double jumping");
}

@Override
Expand Down

0 comments on commit f38d969

Please sign in to comment.