1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-05 03:06:24 +02:00

Tridents are enchantable

This commit is contained in:
t00thpick1 2018-11-26 23:28:15 -05:00
parent 9f9529debf
commit af8d2dc2c7

@ -503,6 +503,7 @@ public final class ItemUtils {
case FISHING_ROD: case FISHING_ROD:
case CARROT_ON_A_STICK: case CARROT_ON_A_STICK:
case FLINT_AND_STEEL: case FLINT_AND_STEEL:
case TRIDENT:
return true; return true;
default: default: