Create EmeraldApple.java
added class for emerald apple
This commit is contained in:
parent
3a50434be3
commit
648fb6239b
@ -0,0 +1,13 @@
|
|||||||
|
package net.nevets.everythingvanilla.items;
|
||||||
|
|
||||||
|
import net.minecraft.item.Item;
|
||||||
|
|
||||||
|
public class EmeraldApple extends Item {
|
||||||
|
|
||||||
|
public EmeraldApple(Settings settings) {
|
||||||
|
|
||||||
|
super(settings);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user