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;
|
|
|
|
|
2023-01-03 17:47:36 +01:00
|
|
|
public class ItemInertStone extends ItemEE {
|
|
|
|
public ItemInertStone() {
|
2014-04-01 22:11:52 +02:00
|
|
|
super();
|
|
|
|
this.setUnlocalizedName(Names.Items.INERT_STONE);
|
|
|
|
}
|
2013-08-23 16:59:50 +02:00
|
|
|
}
|