Nugget Tools are faster (as diamond)
4.5f to 8f
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user