Update AxeBase.java
This commit is contained in:
@@ -6,6 +6,6 @@ import net.nevets.everythingvanilla.Main;
|
|||||||
|
|
||||||
public class AxeBase extends AxeItem {
|
public class AxeBase extends AxeItem {
|
||||||
public AxeBase(ToolMaterial toolMaterial_1) {
|
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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user