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