Update EnchantedIronApple.java

This commit is contained in:
Steven Tracey 2020-11-21 00:47:15 -05:00 committed by GitHub
parent 19cba82a6d
commit 42c1a642c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,9 @@ import net.minecraft.item.Item;
public class EnchantedIronApple extends Item {
public EnchantedIronApple(Settings settings) {
public EnchantedIronApple(Settings settings) {
super(settings);
}
super(settings);
}
}