Skip to content

Commit

Permalink
Made peripherals not instantly break.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiggle1000 committed Mar 22, 2017
1 parent 6d44c46 commit bb33b88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
public class BlockPeripheralBase extends Block implements IPeripheralProvider {
protected BlockPeripheralBase() {
super(Material.redstoneLight);
this.setHardness(0.3f);
this.setCreativeTab(HxCPeripherals.tabHxCPeripherals);
}

Expand Down

0 comments on commit bb33b88

Please sign in to comment.