Fix error in code

pull/1/head
TechnoVisionDev 4 years ago
parent 45421184b7
commit c4071e3b4f

@ -11,8 +11,7 @@ public class RubyBlock extends Block {
super(Block.Properties.create(Material.IRON)
.hardnessAndResistance(5.0f, 6.0f)
.sound(SoundType.METAL)
.harvestLevel(3) //1 - wood, 2 - stone, 3 - iron, 4 - diamond
.harvestTool(ToolType.PICKAXE)
);
.harvestLevel(2)
.harvestTool(ToolType.PICKAXE));
}
}

Loading…
Cancel
Save