Create EnchantedIronApple.java
This commit is contained in:
parent
278a6b9de4
commit
51b234e06f
@ -0,0 +1,13 @@
|
|||||||
|
package net.nevets.everythingvanilla.items;
|
||||||
|
|
||||||
|
import net.minecraft.item.Item;
|
||||||
|
|
||||||
|
public class EnchantedIronApple extends Item {
|
||||||
|
|
||||||
|
public EnchantedIronApple(Settings item$Settings_1) {
|
||||||
|
|
||||||
|
super(item$Settings_1);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user