@@ -65,7 +65,7 @@ public class MidnightControlsConfig extends MidnightConfig {
6565 public static final String VISUAL = "visual" ;
6666 public static final String MISC = "misc" ;
6767 public static final String BUTTONS = "buttons" ;
68- public static final String MAPPING = "mapping" ;
68+ // public static final String MAPPING = "mapping";
6969 public static boolean isEditing = false ;
7070 @ Hidden @ Entry public static int configVersion = 2 ;
7171
@@ -192,7 +192,7 @@ public class MidnightControlsConfig extends MidnightConfig {
192192 @ Entry (category = MISC , name = "Excluded Controllers (Name Regex)" ) public static List <String > excludedControllers = Lists .newArrayList (".*(Keyboard)$" , ".*(Touchpad)$" , ".*(Pen)$" , ".*(Finger)$" );
193193
194194 // Init mapping tab (see #onTabInit())
195- @ Comment (category = MAPPING ) @ Condition (requiredModId = "thisModDoesNotExist" ) public static Comment this_spacer_will_never_be_visible_as_well ;
195+ // @Comment(category = MAPPING) @Condition(requiredModId = "thisModDoesNotExist") public static Comment this_spacer_will_never_be_visible_as_well;
196196
197197 @ Entry @ Hidden public static Map <String , Map <String , String >> controllerBindingProfiles = new HashMap <>();
198198
@@ -252,9 +252,9 @@ public boolean centered() {
252252 }).dimensions (screen .width - 185 , 0 , 175 , 20 ).build ();
253253 list .addButton (List .of (editButton ), Text .of ("Legacy Config UI" ), new EntryInfo (null , screen .modid ));
254254 }
255- if (MAPPING .equals (tabName )) {
256- MappingsStringInputWidget .add (centeredComment , list , screen );
257- }
255+ // if (MAPPING.equals(tabName)) {
256+ // MappingsStringInputWidget.add(centeredComment, list, screen);
257+ // }
258258 }
259259
260260 /**
0 commit comments