Skip to main content

craft_area

<recipe name="machete" count="1" craft_area="workbench" >
<ingredient name="forgedSteel" count="2"/>
<ingredient name="parts44Magnum_grip" count="1"/>
</recipe>

<recipe name="beaker" count="1" craft_area="forge" material_based="true">
    <ingredient name="unit_glass" count="50"/>
    <ingredient name="unit_clay" count="2"/>
</recipe>


<recipe name="parts44Magnum_frame" count="1" craft_area="forge" material_based="True">
    <ingredient name="unit_iron" count="50"/>
    <ingredient name="unit_clay" count="10"/>
</recipe>

<recipe name="parts44Magnum_cylinder" count="1" craft_area="forge" material_based="True">
    <ingredient name="unit_iron" count="30"/>
    <ingredient name="unit_clay" count="5"/>
</recipe>

<recipe name="parts44Magnum_parts" count="1" craft_area="workbench">
    <ingredient name="forgedSteel" count="2"/>
    <ingredient name="spring" count="2"/>
    <ingredient name="oil" count="1"/>
</recipe>

<recipe name="parts44Magnum_grip" count="1" craft_area="workbench">
    <ingredient name="forgedSteel" count="1"/>
    <ingredient name="wood" count="2"/>
    <ingredient name="nail" count="2"/>
</recipe>