Makes Drill.drawMineItem default to true (#4057)

* Update Blocks.java

* Update Drill.java
This commit is contained in:
Patrick 'Quezler' Mounier
2020-12-20 21:22:34 +01:00
committed by GitHub
parent e3c68b485d
commit 9a577adf5f
2 changed files with 1 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ public class Drill extends Block{
protected int returnCount;
/** Whether to draw the item this drill is mining. */
public boolean drawMineItem = false;
public boolean drawMineItem = true;
/** Effect played when an item is produced. This is colored. */
public Effect drillEffect = Fx.mine;
/** Speed the drill bit rotates at. */