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

public class ItemMythrilIngot extends BasicItem{

    public ItemMythrilIngot(){
        super("mythril_ingot");
    }
}