Skip to content

Commit

Permalink
Fixed durability of reinforced magic tools
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTheGuy committed May 1, 2022
1 parent 0b7fce0 commit 3c6731b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public enum ModItemTiers implements IItemTier {
MAGIC(() -> Ingredient.fromItems(RegistryHandler.MAGIC_GEM.get()), 5, 75000, 42, 0, 40),
REINFORCED_MAGIC(() -> Ingredient.fromItems(RegistryHandler.MAGIC_GEM.get()), 6, 2000, 75, 0, 60),
REINFORCED_MAGIC(() -> Ingredient.fromItems(RegistryHandler.MAGIC_GEM.get()), 6, 200000, 75, 0, 60),
OBSIDIAN_PLATED_REINFORCED_MAGIC(() -> Ingredient.fromItems(RegistryHandler.MAGIC_GEM.get()), 7, 550000, 135, 0, 80);

private final int harvestLevel;
Expand Down

0 comments on commit 3c6731b

Please sign in to comment.