Create EnchantedEmeraldApple.java
added enchanted emerald apple class
This commit is contained in:
parent
0b62418094
commit
5d8cba9e80
@ -0,0 +1,13 @@
|
|||||||
|
package net.nevets.everythingvanilla.items;
|
||||||
|
|
||||||
|
import net.mineceraft.item.Item;
|
||||||
|
|
||||||
|
public class EnchantedEmeraldApple extends Item {
|
||||||
|
|
||||||
|
public EnchantedEmeraldApple(Settings settings) {
|
||||||
|
|
||||||
|
super(settings);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user