Update EnchantedEmeraldApple.java

Added enchanted glint
This commit is contained in:
Steven Tracey
2020-11-23 10:42:31 -05:00
committed by GitHub
parent 4e299b110d
commit 520a0bb708

View File

@@ -10,4 +10,8 @@ public class EnchantedEmeraldApple extends Item {
}
public boolean hasGlint(ItemStack stack) {
return true;
}
}