Delete NetheriteApple.java

wrong place lol
This commit is contained in:
Steven Tracey
2020-11-23 11:00:59 -05:00
committed by GitHub
parent 4262131a0f
commit 9a6fb4c8e0

View File

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