Update EnchantedIronApple.java
Added enchanted glint
This commit is contained in:
@@ -9,4 +9,8 @@ public class EnchantedIronApple extends Item {
|
||||
super(settings);
|
||||
}
|
||||
|
||||
public boolean hasGlint(ItemStack stack) {
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user