Update AxeBase.java

This commit is contained in:
Steven Tracey 2020-11-21 00:49:24 -05:00 committed by GitHub
parent e168fbd311
commit f9312cff7b
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 AxeBase extends AxeItem {
public AxeBase(ToolMaterial toolMaterial_1) {
super(toolMaterial_1, 5, -3.0f, new Settings().group(Main.ALL));
super(toolMaterial_1, 5, -3.0f, new Settings().group(Main.TOOLS));
}
}