diff --git a/README.md b/README.md index 5b816bc2..9cf584ec 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/src/main/java/io/github/itzispyder/clickcrystals/modules/modules/anchoring/ElytraSwitch.java b/src/main/java/io/github/itzispyder/clickcrystals/modules/modules/anchoring/ElytraSwitch.java index 1085586e..57b5dbc9 100644 --- a/src/main/java/io/github/itzispyder/clickcrystals/modules/modules/anchoring/ElytraSwitch.java +++ b/src/main/java/io/github/itzispyder/clickcrystals/modules/modules/anchoring/ElytraSwitch.java @@ -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