33import cc .polyfrost .oneconfig .config .Config ;
44import cc .polyfrost .oneconfig .config .annotations .Number ;
55import cc .polyfrost .oneconfig .config .annotations .*;
6- import cc .polyfrost .oneconfig .config .core .OneKeyBind ;
76import cc .polyfrost .oneconfig .config .data .InfoType ;
87import cc .polyfrost .oneconfig .config .data .Mod ;
98import cc .polyfrost .oneconfig .config .data .ModType ;
10- import cc .polyfrost .oneconfig .libs .universal .UKeyboard ;
119import com .ownwn .ownwnaddons .OwnwnAddons ;
12- import com .ownwn .ownwnaddons .features .dungeons .CreateGhostPick ;
13- import com .ownwn .ownwnaddons .features .dungeons .DungeonsTerminalDisplay ;
1410import com .ownwn .ownwnaddons .features .TrevorCooldown ;
1511import com .ownwn .ownwnaddons .features .TrevorLootTracker ;
12+ import com .ownwn .ownwnaddons .features .dungeons .DungeonsTerminalDisplay ;
1613
1714public class NewConfig extends Config {
1815
@@ -37,14 +34,6 @@ public class NewConfig extends Config {
3734 )
3835 public static boolean CHECK_FOR_UPDATES = true ;
3936
40- @ KeyBind (
41- name = "Create Ghost Pickaxe" ,
42- description = "Duplicates your current pickaxe client-side" ,
43- category = "Features" ,
44- subcategory = "Dungeons"
45- )
46- public static OneKeyBind GHOST_PICK_KEY = new OneKeyBind (UKeyboard .KEY_NONE );
47-
4837 @ Switch (
4938 name = "Mimic Alert" ,
5039 description = "Alerts you when a mimic spawns in dungeons." ,
@@ -81,15 +70,6 @@ public class NewConfig extends Config {
8170 )
8271 public static float SECRET_CLICK_PITCH = 10f ;
8372
84- // @Text(
85- // name = "Lore Customiser",
86- // description = "Allows you to customise how the lore looks on items",
87- // multiline = true,
88- // category = "Features",
89- // subcategory = "Items"
90- // )
91- // public static String CUSTOM_TEXT_LORE = "";
92-
9373 @ Switch (
9474 name = "Debug Mode" ,
9575 description = "Should the mod write things like HTTP responses to the log?"
@@ -339,7 +319,6 @@ public NewConfig() {
339319 super (new Mod (OwnwnAddons .NAME , ModType .UTIL_QOL ), OwnwnAddons .MODID + ".json" );
340320
341321 initialize ();
342- registerKeyBind (GHOST_PICK_KEY , () -> CreateGhostPick .runnable .run ());
343322
344323 addDependency ("CUSTOM_RANK_EDITOR" , "CUSTOM_NAME_MODE" , () -> CUSTOM_NAME_MODE == 0 );
345324 addDependency ("CUSTOM_NAME_EDITOR" , "CUSTOM_NAME_MODE" , () -> CUSTOM_NAME_MODE == 0 );
0 commit comments