This commit is contained in:
Anuken
2020-12-21 13:10:00 -05:00
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. */