Merge pull request #6761 from deathbeam/idle-chisel

Add dense essence chiseling to idle notifier
This commit is contained in:
Tomas Slusny
2018-11-30 11:34:37 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ public final class AnimationID
public static final int MINING_MOTHERLODE_INFERNAL = 4481;
public static final int MINING_MOTHERLODE_3A = 7282;
public static final int DENSE_ESSENCE_CHIPPING = 7201;
public static final int DENSE_ESSENCE_CHISELING = 7202;
public static final int HERBLORE_POTIONMAKING = 363; //used for both herb and secondary
public static final int MAGIC_CHARGING_ORBS = 726;
public static final int MAGIC_MAKE_TABLET = 4068;

View File

@@ -179,6 +179,7 @@ public class IdleNotifierPlugin extends Plugin
case MINING_INFERNAL_PICKAXE:
case MINING_3A_PICKAXE:
case DENSE_ESSENCE_CHIPPING:
case DENSE_ESSENCE_CHISELING:
/* Mining(Motherlode) */
case MINING_MOTHERLODE_BRONZE:
case MINING_MOTHERLODE_IRON: