Update EnchantedIronApple.java
This commit is contained in:
parent
a54c071132
commit
c0700a546a
@ -4,9 +4,9 @@ import net.minecraft.item.Item;
|
|||||||
|
|
||||||
public class EnchantedIronApple extends Item {
|
public class EnchantedIronApple extends Item {
|
||||||
|
|
||||||
public EnchantedIronApple(Settings item$Settings_1) {
|
public EnchantedIronApple(Settings settings) {
|
||||||
|
|
||||||
super(item$Settings_1);
|
super(settings);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user