From 5fe6c04ef23803f783ffca7bcb7d1959f9b8eebf Mon Sep 17 00:00:00 2001 From: noil Date: Fri, 25 Dec 2020 16:30:49 -0500 Subject: [PATCH] NoBiomeColor: Renamed Color to "Custom Color" --- .../rigamortis/seppuku/impl/module/misc/NoBiomeColorModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/rigamortis/seppuku/impl/module/misc/NoBiomeColorModule.java b/src/main/java/me/rigamortis/seppuku/impl/module/misc/NoBiomeColorModule.java index 0e77e4d..383e05b 100644 --- a/src/main/java/me/rigamortis/seppuku/impl/module/misc/NoBiomeColorModule.java +++ b/src/main/java/me/rigamortis/seppuku/impl/module/misc/NoBiomeColorModule.java @@ -24,7 +24,7 @@ public final class NoBiomeColorModule extends Module { DEFAULT, CUSTOM } - public final Value color = new Value("Color", new String[]{"color", "c"}, "Edit the custom biome color.", new Color(255, 255, 255)); + public final Value color = new Value("Custom Color", new String[]{"customcolor", "color", "c"}, "Edit the custom biome color.", new Color(255, 255, 255)); private float prevRed; private float prevGreen;