Update PickaxeBase.java
This commit is contained in:
parent
fb657ab182
commit
d3eeb9c039
@ -7,6 +7,6 @@ import net.nevets.everythingvanilla.Main;
|
|||||||
|
|
||||||
public class PickaxeBase extends PickaxeItem {
|
public class PickaxeBase extends PickaxeItem {
|
||||||
public PickaxeBase(ToolMaterial toolMaterial_1) {
|
public PickaxeBase(ToolMaterial toolMaterial_1) {
|
||||||
super(toolMaterial_1, 1, -2.8f, new Item.Settings().group(Main.ALL));
|
super(toolMaterial_1, 1, -2.8f, new Item.Settings().group(Main.TOOLS));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user