Adding entity interactions!

Evelyn Ivy 2020-09-16 21:43:14 -06:00
parent 1caac6d206
commit 493e381944

@ -1,5 +1,9 @@
The Mechanical Drill is a mechanical component that breaks blocks in the space in front of it. A Drill can function either in place or on a [[moving contraption|Moving Contraptions]].
The Mechanical Drill is a mechanical component that breaks blocks in the space in front of it. It also deals damage to any mobs with which it comes into contact. A Drill can function either in place or on a [[moving contraption|Moving Contraptions]].
## Breaking blocks
Any block that is directly in front of a Drill for a sufficient amount of time will break as if broken by a player with an unenchanted diamond pickaxe. If the drill is on a contraption with available inventory space, the items dropped from the broken block will be placed in the contraption inventory in the same way as what happens with blocks broken by a [[Mechanical Saw]] or a [[Mechanical Plough]].
Any block that is directly in front of a Drill for a sufficient amount of time will break as if broken by a player with an unenchanted diamond pickaxe. If the drill is on a contraption with available inventory space, the items dropped from the broken block will be placed in the contraption inventory in the same way as what happens with blocks broken by a [[Mechanical Saw]] or a [[Mechanical Plough]].
## Pushing and damaging entities
A Mechanical Drill does damage to any entities that come in contact with the spinning bit. In addition, like the Mechanical Saw and the Mechanical Plough, a Mechanical Drill on a contraption can push players, mobs, and other entities.