Add files via upload

This commit is contained in:
Steven Tracey 2020-11-20 08:51:54 -05:00 committed by GitHub
parent a3e78aae60
commit bbe574dd07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,9 @@
package net.nevets.everythingvanilla.items;
import net.minecraft.item.Item;
public class PlatinumNugget extends Item {
public PlatinumNugget(Settings settings) {
super(settings);
}
}