Update AxeBase.java
This commit is contained in:
parent
e168fbd311
commit
f9312cff7b
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user