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

@@ -48,7 +48,7 @@ mod_name=Nugget Mod
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=MIT
# The mod version. See https://semver.org/
mod_version=1.2.1
mod_version=1.2.2
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

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);
}