Create EnchantedPlatinumApple.java
This commit is contained in:
parent
42c1a642c3
commit
8af24be099
@ -0,0 +1,13 @@
|
|||||||
|
package net.nevets.everythingvanilla.items;
|
||||||
|
|
||||||
|
import net.minecraft.item.Item;
|
||||||
|
|
||||||
|
public class EnchantedPlatinumApple extends Item {
|
||||||
|
|
||||||
|
public EnchantedPlatinumApple(Settings settings) {
|
||||||
|
|
||||||
|
super(settings);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user