Skip to content

Commit

Permalink
added config for armour
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed Jul 6, 2021
1 parent ea77d2c commit 48da1df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class TitanpowerArmour {
private static final String bluleggingsname = "blu_leggings";
private static final String blubootsname = "blu_boots";

public static final ItemArmor.ArmorMaterial bluArmorMaterial = EnumHelper.addArmorMaterial("bluArmorMaterial", 5000, new int[]{20,70,50,30}, 99);
public static final ItemArmor.ArmorMaterial bluArmorMaterial = EnumHelper.addArmorMaterial("bluArmorMaterial", TitanpowerConfig.BluArmourDurability, new int[]{TitanpowerConfig.BluHatArmour,TitanpowerConfig.BluChestArmour,TitanpowerConfig.BluLeggingsArmour,TitanpowerConfig.BluBootsArmour}, 99);

public static void init() {
Bluhat = new Bluarmor(bluArmorMaterial, 0, 0).setCreativeTab(Titanpower.tabTitanpower).setTextureName(Titanpower.MODID + ":" + bluhatname).setUnlocalizedName(bluhatname);
Expand Down

0 comments on commit 48da1df

Please sign in to comment.