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