Example usage for net.minecraftforge.common ToolType AXE

List of usage examples for net.minecraftforge.common ToolType AXE

Introduction

In this page you can find the example usage for net.minecraftforge.common ToolType AXE.

Prototype

ToolType AXE

To view the source code for net.minecraftforge.common ToolType AXE.

Click Source Link

Usage

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);
}