Update EnchantedDiamondApple.java

added enchanted glint
This commit is contained in:
Steven Tracey 2020-11-23 10:37:19 -05:00 committed by GitHub
parent 6517b657b2
commit 4e299b110d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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