Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Reduced durability
Browse files Browse the repository at this point in the history
  • Loading branch information
Toliak committed Aug 13, 2019
1 parent 9cf1524 commit 7064935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import net.minecraftforge.common.util.EnumHelper;

public class Materials {
public static final int DURABILITY = 15;
public static final int DURABILITY = 5;
public static final int[] REDUCTION = {1, 3, 2, 1};
public static final int ENCHANTABILITY = 1;
public static final SoundEvent SOUND = SoundEvents.ITEM_ARMOR_EQUIP_LEATHER;
Expand Down

0 comments on commit 7064935

Please sign in to comment.