idlenotifier: add support pottery crafting (#8674)

adds potter's wheel & pottery oven
This commit is contained in:
xDemoN
2019-04-29 14:56:39 -04:00
committed by Tomas Slusny
parent 51b2456026
commit 6e1d64cc46
2 changed files with 5 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ public class IdleNotifierPlugin extends Plugin
case COOKING_FIRE:
case COOKING_RANGE:
case COOKING_WINE:
/* Crafting(Gem Cutting, Glassblowing, Spinning, Battlestaves) */
/* Crafting(Gem Cutting, Glassblowing, Spinning, Battlestaves, Pottery) */
case GEM_CUTTING_OPAL:
case GEM_CUTTING_JADE:
case GEM_CUTTING_REDTOPAZ:
@@ -149,6 +149,8 @@ public class IdleNotifierPlugin extends Plugin
case CRAFTING_SPINNING:
case CRAFTING_BATTLESTAVES:
case CRAFTING_LEATHER:
case CRAFTING_POTTERS_WHEEL:
case CRAFTING_POTTERY_OVEN:
/* Fletching(Cutting, Stringing) */
case FLETCHING_BOW_CUTTING:
case FLETCHING_STRING_NORMAL_SHORTBOW: