new ItemStack(Items.ender_pearl,1),
new ItemStack(LogisticsPipes.ModuleItem,1,0),
null,
null,
null },
new ItemStack(LogisticsPipes.LogisticsItemCard,2,0), new ICraftingResultHandler() {
@Override
public void handleCrafting(ItemStack stack) {
stack.stackTagCompound = new NBTTagCompound();
stack.stackTagCompound.setString("UUID", UUID.randomUUID().toString());
}