
wood_pulp
{
    INPUT: wood_log, 1

    OUTPUT: wood_pulp
}

paper
{
    INPUT: wood_pulp, 2

    OUTPUT: paper
}