Improved default configuration for HUD mods & MPS helmet
This commit is contained in:
parent
378444482d
commit
5064970a69
2 changed files with 2 additions and 1 deletions
|
@ -424,6 +424,7 @@ public class Dictionary {
|
|||
config.get("item_tags", "ic2:nano_helmet" , "BreathingHelmet").getString();
|
||||
config.get("item_tags", "ic2:quantum_helmet" , "BreathingHelmet").getString();
|
||||
config.get("item_tags", "pneumaticcraft:pneumatic_helmet" , "BreathingHelmet").getString();
|
||||
config.get("item_tags", "powersuits:powerarmor_head" , "BreathingHelmet").getString();
|
||||
config.get("item_tags", "psi:psimetal_exosuit_helmet" , "BreathingHelmet").getString();
|
||||
config.get("item_tags", "redstonearsenal:armor.helmet_flux" , "BreathingHelmet").getString();
|
||||
config.get("item_tags", "techguns:t3_combat_helmet" , "BreathingHelmet").getString();
|
||||
|
|
|
@ -189,7 +189,7 @@ public class WarpDriveConfig {
|
|||
public static float G_BLAST_RESISTANCE_CAP = 60.0F;
|
||||
|
||||
// Client
|
||||
public static boolean CLIENT_BREATHING_OVERLAY_FORCED = false;
|
||||
public static boolean CLIENT_BREATHING_OVERLAY_FORCED = true;
|
||||
public static float CLIENT_LOCATION_SCALE = 1.0F;
|
||||
public static String CLIENT_LOCATION_NAME_PREFIX = "§l";
|
||||
public static int CLIENT_LOCATION_BACKGROUND_COLOR = Commons.colorARGBtoInt(64, 48, 48, 48);
|
||||
|
|
Loading…
Reference in a new issue