Update PlatinumApple.java

This commit is contained in:
Steven Tracey 2020-11-21 00:48:19 -05:00 committed by GitHub
parent b78c1eef74
commit e168fbd311
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 PlatinumApple extends Item {
public PlatinumApple(Settings settings) {
super(settings);
}
public PlatinumApple(Settings settings) {
super(settings);
}
}