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