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