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