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

View File

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