outputs#

The outputs block defines the items that will be created when the recipe is finished. Outputs are listed one after the other and follow the format below:

outputs
{

    /* simple item output */
    item quantity item,

    /* using mappers */
    item quantity mapper:mapperID,

    ...
}

For example:

outputs
{
    item 1 Base.Tissue,
    item 1 Base.ScratchTicket,
}

Hierarchy#

Valid Parent Blocks:

ID Properties#

This block should not have an ID.