Add Amethyst crafting to Idle Notifier plugin (#7712)

Closes #7709
This commit is contained in:
Twinkiel0ver
2019-02-05 06:51:53 -05:00
committed by Tomas Slusny
parent 89dd417d56
commit b140797102
2 changed files with 2 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ public final class AnimationID
public static final int GEM_CUTTING_EMERALD = 889;
public static final int GEM_CUTTING_RUBY = 887;
public static final int GEM_CUTTING_DIAMOND = 886;
public static final int GEM_CUTTING_AMETHYST = 6295;
public static final int CRAFTING_LEATHER = 1249;
public static final int CRAFTING_GLASSBLOWING = 884;
public static final int CRAFTING_SPINNING = 894;

View File

@@ -143,6 +143,7 @@ public class IdleNotifierPlugin extends Plugin
case GEM_CUTTING_EMERALD:
case GEM_CUTTING_RUBY:
case GEM_CUTTING_DIAMOND:
case GEM_CUTTING_AMETHYST:
case CRAFTING_GLASSBLOWING:
case CRAFTING_SPINNING:
case CRAFTING_BATTLESTAVES: