Create PlatinumApple.java
added class for platinum apple
This commit is contained in:
parent
5d8cba9e80
commit
2739e86e76
@ -0,0 +1,13 @@
|
|||||||
|
package net.nevets.everythingvanilla.items;
|
||||||
|
|
||||||
|
import net.minecraft.item.Item;
|
||||||
|
|
||||||
|
public class PlatinumApple extends Item {
|
||||||
|
|
||||||
|
public PlatinumApple(Settings settings) {
|
||||||
|
|
||||||
|
super(settings);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user