Merge pull request #3330 from hoorigan/ench-book-fixes

Enchanted book fixes
This commit is contained in:
t00thpick1
2018-04-28 20:04:06 -04:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@ -503,6 +503,7 @@ public final class ItemUtils {
*/
public static boolean isEnchantable(ItemStack item) {
switch (item.getType()) {
case ENCHANTED_BOOK:
case SHEARS:
case FISHING_ROD:
case CARROT_STICK: