aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kr/syeyoung/dungeonsguide/features/FeatureRegistry.java
diff options
context:
space:
mode:
authorsyeyoung <cyoung06@naver.com>2021-11-27 23:41:05 +0900
committersyeyoung <cyoung06@naver.com>2021-11-27 23:41:05 +0900
commitca5408d6083c700edd4cc6aa4a61068c94d28273 (patch)
tree3636f1ea8ee047ed74160168030c3a21df87fc0d /src/main/java/kr/syeyoung/dungeonsguide/features/FeatureRegistry.java
parent1a46d20ac3a0ec5b98e07dc4fac21a74bd7af874 (diff)
downloadSkyblock-Dungeons-Guide-ca5408d6083c700edd4cc6aa4a61068c94d28273.tar.gz
Skyblock-Dungeons-Guide-ca5408d6083c700edd4cc6aa4a61068c94d28273.tar.bz2
Skyblock-Dungeons-Guide-ca5408d6083c700edd4cc6aa4a61068c94d28273.zip
- Consistency across naming
Diffstat (limited to 'src/main/java/kr/syeyoung/dungeonsguide/features/FeatureRegistry.java')
-rw-r--r--src/main/java/kr/syeyoung/dungeonsguide/features/FeatureRegistry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/kr/syeyoung/dungeonsguide/features/FeatureRegistry.java b/src/main/java/kr/syeyoung/dungeonsguide/features/FeatureRegistry.java
index edb429df..b8659b69 100644
--- a/src/main/java/kr/syeyoung/dungeonsguide/features/FeatureRegistry.java
+++ b/src/main/java/kr/syeyoung/dungeonsguide/features/FeatureRegistry.java
@@ -100,7 +100,7 @@ public class FeatureRegistry {
});
public static final SimpleFeature SECRET_BLOOD_RUSH = register(new SimpleFeature("Dungeon Secrets.Blood Rush", "Blood Rush Mode", "Auto pathfind to witherdoors. \nCan be toggled with key set in settings", "secret.bloodrush", false));
- public static final PathfindLineProperties SECRET_BLOOD_RUSH_LINE_PROPERTIES = register(new PathfindLineProperties("Dungeon Secrets.Blood Rush", "Bloodrush Line Settings", "Line Settings to be used", "secret.lineproperties.bloodrush", false, SECRET_LINE_PROPERTIES_GLOBAL));
+ public static final PathfindLineProperties SECRET_BLOOD_RUSH_LINE_PROPERTIES = register(new PathfindLineProperties("Dungeon Secrets.Blood Rush", "Blood Rush Line Settings", "Line Settings to be used", "secret.lineproperties.bloodrush", false, SECRET_LINE_PROPERTIES_GLOBAL));
public static final PathfindLineProperties SECRET_LINE_PROPERTIES_AUTOPATHFIND = register(new PathfindLineProperties("Dungeon Secrets.Legacy AutoPathfind", "Line Settings", "Line Settings when pathfinding using above features", "secret.lineproperties.autopathfind", true, SECRET_LINE_PROPERTIES_GLOBAL));