blob: 682ebc6a21398cf0442593a9058e7c1644354920 [file] [log] [blame] [raw]
package li.cil.oc.common.items
class ItemRedstoneCard(val parent: ItemMulti) extends SubItem {
def unlocalizedName = "RedstoneCard"
}