Nugget Tools are faster (as diamond)

4.5f to 8f
This commit is contained in:
2025-01-06 15:55:46 -06:00
parent 35c86a1fd2
commit 7602fb947c
2 changed files with 2 additions and 2 deletions

View File

@@ -5,5 +5,5 @@ import xyz.sillyangel.nugget.util.ModTags;
public class ModToolTiers {
public static final ToolMaterial NUGGET = new ToolMaterial(ModTags.Blocks.INCORRECT_FOR_NUGGET_TOOL,
1500, 4.5f, 3.5f, 22, ModTags.Items.NUGGET_REPAIRS);
1500, 8f, 3.5f, 22, ModTags.Items.NUGGET_REPAIRS);
}