Added Enchanted Netherite Apple class
This commit is contained in:
parent
06a6348d97
commit
20c7156d10
@ -0,0 +1,15 @@
|
|||||||
|
package net.nevets.everythingvanilla.items;
|
||||||
|
|
||||||
|
import net.minecraft.item.Item;
|
||||||
|
|
||||||
|
public class EnchantedNetheriteApple extends Item {
|
||||||
|
|
||||||
|
public EnchantedNetheriteApple(Settings settings) {
|
||||||
|
super(settings);
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean hasGlint(ItemStack stack) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user