Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fellteros committed Mar 2, 2024
1 parent e1cb612 commit 02635fd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
import java.util.function.Supplier;

public enum ModToolMaterial implements ToolMaterial {
OAK_WOOD(MiningLevels.WOOD, 59, 2.0f, 0.0f, 15, () -> Ingredient.ofItems(Blocks.OAK_WOOD));

//materials
OAK_WOOD(MiningLevels.WOOD, 84, 2.2f, 0.0f, 15, () -> Ingredient.ofItems(Blocks.OAK_WOOD));

private final int miningLevel;
private final int itemDurability;
Expand Down

0 comments on commit 02635fd

Please sign in to comment.