update active modules description

This commit is contained in:
Bella Who 2020-04-02 21:41:25 -04:00 committed by GitHub
parent 2008bb9aa4
commit 67a5eff853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import static me.zeroeightsix.kami.util.InfoCalculator.reverseNumber;
* Created by S-B99 on 20/03/20
* Updated by S-B99 on 25/03/20
*/
@Module.Info(name = "ActiveModules", category = Module.Category.CLIENT, description = "Configures ActiveModules Colour", showOnArray = Module.ShowOnArray.OFF)
@Module.Info(name = "ActiveModules", category = Module.Category.CLIENT, description = "Configures ActiveModules colours and modes", showOnArray = Module.ShowOnArray.OFF)
public class ActiveModules extends Module {
private Setting<Boolean> forgeHax = register(Settings.b("ForgeHax", false));
public Setting<Mode> mode = register(Settings.e("Mode", Mode.RAINBOW));