Skip to main content

Boiled Fish

<recipe name="Boiled Fish" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
        <ingredient name="Raw Fish" count="1"/>
        <ingredient name="bottledWater" count="1"/>
    </recipe>

    <recipe name="Fish Stew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
        <ingredient name="bottledWater" count="1"/>
        <ingredient name="Raw Fish" count="1"/>
        <ingredient name="potato" count="1"/>
        <ingredient name="corn" count="1"/>
    </recipe>

    <recipe name="Grilled Fish" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingGrill" >
        <ingredient name="Raw Fish" count="1"/>
    </recipe>

    <recipe name="Charred Fish" count="1" scrapable="False" craft_area="campfire">
        <ingredient name="Raw Fish" count="1"/>
    </recipe>

    <recipe name="Fishing Pole" count="1" scrapable="False" >
        <ingredient name="fishingWeight" count="1"/>
        <ingredient name="wood" count="3"/>
        <ingredient name="scrapIron" count="1"/>
<ingredient name="Bait" count="3" />
    </recipe>

<recipe name="Fishing Pole" count="1" scrapable="False" >
<ingredient name="Unbaited Fishing Pole" count="1" />
<ingredient name="Bait" count="3" />
    </recipe>

    <recipe name="fishingWeight" count="1" scrapable="True" >
        <ingredient name="scrapLead" count="5"/>
    </recipe>

    <recipe name="Bait" count="3" scrapable="False" >
        <ingredient name="rawMeat" count="1"/>
    </recipe>

    <recipe name="Bait" count="3" scrapable="False">
<ingredient name="moldyBread" count="1"/>
    </recipe>

    <recipe name="Bait" count="3" scrapable="False" >
        <ingredient name="Raw Fish" count="1"/>
    </recipe>

<recipe name="Baited Fishing Trap" count="1" scrapable="False" >
<ingredient name="Fishing Trap" count="1" />
<ingredient name="Bait" count="3" />
    </recipe>

<recipe name="Fishing Trap" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
        <ingredient name="unit_clay" count="5"/>
        <ingredient name="unit_iron" count="125"/>
    </recipe>