Create IronApple.java
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user