package com.harry9137.ct.item; import com.harry9137.ct.reference.names; public class ItemChargedCreepLeaf extends ItemCT { public ItemChargedCreepLeaf(){ super(); this.setUnlocalizedName(names.items.ItemChargedCreepLeaf); } }