Add some hardness to more blocks, Fixes #1779
This commit is contained in:
parent
eca7aaa34f
commit
442dfde50f
3 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ public class BlockPlayerDetector extends BlockMachineBase {
|
|||
public static EnumProperty<PlayerDetectorType> TYPE;
|
||||
|
||||
public BlockPlayerDetector() {
|
||||
super(Block.Settings.of(Material.METAL), true);
|
||||
super(Block.Settings.of(Material.METAL).strength(2f, 2f), true);
|
||||
this.setDefaultState(this.stateFactory.getDefaultState().with(TYPE, PlayerDetectorType.ALL));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue