Create IronApple.java

This commit is contained in:
Steven Tracey 2020-11-20 09:31:47 -05:00 committed by GitHub
parent 92ff3b3c97
commit fe96de2c8a
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 IronApple extends Item {
public CookedVillagerMeat(Settings item$Settings_1) {
super(item$Settings_1);
}
}