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