Update ShovelBase.java

This commit is contained in:
Steven Tracey 2020-11-21 00:50:53 -05:00 committed by GitHub
parent 2ae7d58fcd
commit 92bdb62017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,6 @@ import net.nevets.everythingvanilla.Main;
public class ShovelBase extends ShovelItem { public class ShovelBase extends ShovelItem {
public ShovelBase(ToolMaterial toolMaterial_1) { public ShovelBase(ToolMaterial toolMaterial_1) {
super(toolMaterial_1, 1, -3f, new Settings().group(Main.ALL)); super(toolMaterial_1, 1, -3f, new Settings().group(Main.TOOLS));
} }
} }