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