2013-08-23 16:59:50 +02:00
|
|
|
package com.pahimar.ee3.item;
|
|
|
|
|
2014-04-01 22:11:52 +02:00
|
|
|
import com.pahimar.ee3.reference.Names;
|
|
|
|
|
2013-12-16 02:26:42 +01:00
|
|
|
public class ItemInertStone extends ItemEE
|
|
|
|
{
|
2014-04-01 22:11:52 +02:00
|
|
|
public ItemInertStone()
|
|
|
|
{
|
|
|
|
super();
|
|
|
|
this.setUnlocalizedName(Names.Items.INERT_STONE);
|
|
|
|
}
|
2013-08-23 16:59:50 +02:00
|
|
|
}
|