Skip to content

Commit

Permalink
BlazeGold is 1440 durability
Browse files Browse the repository at this point in the history
  • Loading branch information
Direwolf20-MC committed Mar 10, 2024
1 parent 4daa642 commit c13dda8
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 GooTier implements Tier {
FERRICORE(2, 500, 7.0F, 2.5F, 15, () -> Ingredient.of(Registration.FerricoreIngot.get()), 1),
BLAZEGOLD(3, 500, 12.0F, 3.0F, 22, () -> Ingredient.of(Registration.BlazegoldIngot.get()), 2);
BLAZEGOLD(3, 1440, 12.0F, 3.0F, 22, () -> Ingredient.of(Registration.BlazegoldIngot.get()), 2);
//CELESTIGEM(3, 250, 6.0F, 2.0F, 18, () -> Ingredient.of(Items.IRON_INGOT), 3), TODO
//ECLIPSEALLOY(4, 1561, 8.0F, 3.0F, 25, () -> Ingredient.of(Items.DIAMOND), 4); TODO

Expand Down

0 comments on commit c13dda8

Please sign in to comment.