Update EnchantedDiamondApple.java

fixed import
This commit is contained in:
Steven Tracey 2020-11-20 11:48:21 -05:00 committed by GitHub
parent 648fb6239b
commit 0b62418094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
package net.nevets.everythingvanilla.items;
import net.minecraft.item;
import net.minecraft.item.Item;
public class EnchantedDiamondApple extends Item {