forked from TAIGA/TAIGA
9 lines
146 B
Java
9 lines
146 B
Java
package items;
|
|
|
|
public class ItemPrometheumIngot extends BasicItem{
|
|
|
|
public ItemPrometheumIngot(){
|
|
super("prometheum_ingot");
|
|
}
|
|
}
|