Update EmeraldApple.java

This commit is contained in:
Steven Tracey 2020-11-21 00:46:33 -05:00 committed by GitHub
parent 3f22548cc1
commit 80d34e274c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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