fix: add HUD category, don't mention gamma mode

This commit is contained in:
dev@ftbsc 2023-01-29 20:24:27 +01:00
parent b63303267d
commit 952ba637eb
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ import static co.fantabos.bscv.BoSCoVicino.log;
public abstract class Module {
public enum Group {
CORE,
HUD,
BUILD,
DEFENSE,
VISION,

View file

@ -21,7 +21,7 @@ public class Fullbright extends Module {
super("Fullbright", Group.VISION, builder, dispatcher);
this.mode = this.option(
"mode", "either potion or gamma", "potion",
"mode", "either potion or potion", "potion",
StringArgumentType.string(), String.class,
builder, dispatcher
);