Create NetheriteApple.java

added netherite apple class in the correct location lol
This commit is contained in:
Steven Tracey 2020-11-23 11:01:41 -05:00 committed by GitHub
parent 9a6fb4c8e0
commit 06a6348d97
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.Item;
public class NetheriteApple extends Item {
public NetheriteApple(Settings settings) {
super(settings);
}
}