summaryrefslogtreecommitdiff
path: root/src/main/java/items/ItemPrometheumIngot.java
blob: a41d54691a9e3e39ef204e5e0c9a27b903999616 (plain)
1
2
3
4
5
6
7
8
package items;

public class ItemPrometheumIngot extends BasicItem {

    public ItemPrometheumIngot() {
        super("prometheum_ingot");
    }
}