package ee3.common.item; /** * ItemInertStone * * An inert stone * * @author pahimar * @license Lesser GNU Public License v3 (http://www.gnu.org/licenses/lgpl.html) * */ public class ItemInertStone extends ItemEE { public ItemInertStone(int id) { super(id); } }