Skip to content

Commit

Permalink
less op armour
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 authored Jul 8, 2021
1 parent ec62554 commit 7e57bb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static void init() {

//Armour
EnableBluArmor = config.get("Armour", "Enable_BluArmour", true).getBoolean();
BluArmourDurability = config.get("Armour", "BluArmour_Durability", 5000).getInt();
BluArmourDurability = config.get("Armour", "BluArmour_Durability", 4096).getInt();
BluHatArmour = config.get("Armour", "BluHat_Armour", 10).getInt();
BluChestArmour = config.get("Armour", "BluChestplate_Armour", 35).getInt();
BluLeggingsArmour = config.get("Armour", "BluLeggings_Armour", 25).getInt();
Expand Down

0 comments on commit 7e57bb4

Please sign in to comment.