Skip to content

Commit

Permalink
Make wool clothing disableable with config.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcaliptium committed Jul 25, 2018
1 parent c9922f9 commit bfa7278
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public class ConfigurationCG
public static boolean isFEConstantGemDamage = true;

public static Map<String, Boolean> CRAFTING_RECIPES = new HashMap<String, Boolean>();

// TODO: Get rid of this!
private static String DISABLEABLE_NAMES[] = new String[] {
"composite_helmet",
"composite_chestplate",
Expand Down Expand Up @@ -75,7 +77,9 @@ public class ConfigurationCG
"balaclava_mask",
"shemagh_mask",

"felt_boots",
"wool_jersey",
"wool_pants",
"felt_boots"
};

public static void init(File configFile)
Expand Down

0 comments on commit bfa7278

Please sign in to comment.