List of usage examples for net.minecraftforge.common ToolType AXE
ToolType AXE
To view the source code for net.minecraftforge.common ToolType AXE.
Click Source Link
From source file:com.teambrmodding.assistedprogression.common.block.CrafterBlock.java
License:Creative Commons License
/** * Base Constructor//ww w . j a v a2 s.c o m */ public CrafterBlock() { super(Properties.create(Material.WOOD).harvestTool(ToolType.AXE).hardnessAndResistance(1.0F), "crafter", CrafterTile.class); }