Update HoeBase.java

This commit is contained in:
Steven Tracey 2020-11-21 00:50:02 -05:00 committed by GitHub
parent f9312cff7b
commit fb657ab182
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 HoeBase extends HoeItem { public class HoeBase extends HoeItem {
public HoeBase(ToolMaterial toolMaterial_1) { public HoeBase(ToolMaterial toolMaterial_1) {
super(toolMaterial_1, -3, 0f, new Settings().group(Main.ALL)); super(toolMaterial_1, -3, 0f, new Settings().group(Main.TOOLS));
} }
} }