Create EnchantedDiamondApple.java

added class for enchented diamond apple
This commit is contained in:
Steven Tracey 2020-11-20 11:45:44 -05:00 committed by GitHub
parent dcdc064fd3
commit 3a50434be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,13 @@
package net.nevets.everythingvanilla.items;
import net.minecraft.item;
public class EnchantedDiamondApple extends Item {
public EnchantedDiamondApple(Settings settings) {
super(settings);
}
}