Fixes #1178
This commit is contained in:
parent
d92cbe67e1
commit
1e890ab79e
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ public class BlockCable extends BlockContainer {
|
||||||
|
|
||||||
public BlockCable() {
|
public BlockCable() {
|
||||||
super(Material.ROCK);
|
super(Material.ROCK);
|
||||||
|
setHardness(1F);
|
||||||
|
setResistance(8F);
|
||||||
setCreativeTab(TechRebornCreativeTab.instance);
|
setCreativeTab(TechRebornCreativeTab.instance);
|
||||||
setDefaultState(getDefaultState().withProperty(EAST, false).withProperty(WEST, false).withProperty(NORTH, false).withProperty(SOUTH, false).withProperty(UP, false).withProperty(DOWN, false).withProperty(TYPE, EnumCableType.COPPER));
|
setDefaultState(getDefaultState().withProperty(EAST, false).withProperty(WEST, false).withProperty(NORTH, false).withProperty(SOUTH, false).withProperty(UP, false).withProperty(DOWN, false).withProperty(TYPE, EnumCableType.COPPER));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue