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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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