Advertisement
Guest User

Carlzilla's 7 Days to Die Fishing Mod V2

a guest
Jan 5th, 2016
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.16 KB | None | 0 0
  1.     <recipe name="Boiled Fish" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  2.         <ingredient name="Raw Fish" count="1"/>
  3.         <ingredient name="bottledWater" count="1"/>
  4.     </recipe>
  5.  
  6.     <recipe name="Fish Stew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  7.         <ingredient name="bottledWater" count="1"/>
  8.         <ingredient name="Raw Fish" count="1"/>
  9.         <ingredient name="potato" count="1"/>
  10.         <ingredient name="corn" count="1"/>
  11.     </recipe>
  12.  
  13.     <recipe name="Grilled Fish" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingGrill" >
  14.         <ingredient name="Raw Fish" count="1"/>
  15.     </recipe>
  16.  
  17.     <recipe name="Charred Fish" count="1" scrapable="False" craft_area="campfire">
  18.         <ingredient name="Raw Fish" count="1"/>
  19.     </recipe>
  20.  
  21.     <recipe name="Fishing Pole" count="1" scrapable="False" >
  22.         <ingredient name="fishingWeight" count="1"/>
  23.         <ingredient name="wood" count="3"/>
  24.         <ingredient name="scrapIron" count="1"/>
  25.         <ingredient name="Bait" count="3" />
  26.     </recipe>
  27.    
  28.     <recipe name="Fishing Pole" count="1" scrapable="False" >
  29.         <ingredient name="Unbaited Fishing Pole" count="1" />
  30.         <ingredient name="Bait" count="3" />
  31.     </recipe>
  32.  
  33.     <recipe name="fishingWeight" count="1" scrapable="True" >
  34.         <ingredient name="scrapLead" count="5"/>
  35.     </recipe>
  36.  
  37.     <recipe name="Bait" count="3" scrapable="False" >
  38.         <ingredient name="rawMeat" count="1"/>
  39.     </recipe>
  40.  
  41.     <recipe name="Bait" count="3" scrapable="False">
  42.         <ingredient name="moldyBread" count="1"/>
  43.     </recipe>
  44.  
  45.     <recipe name="Bait" count="3" scrapable="False" >
  46.         <ingredient name="Raw Fish" count="1"/>
  47.     </recipe>
  48.    
  49.     <recipe name="Baited Fishing Trap" count="1" scrapable="False" >
  50.         <ingredient name="Fishing Trap" count="1" />
  51.         <ingredient name="Bait" count="3" />
  52.     </recipe>
  53.    
  54.     <recipe name="Fishing Trap" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  55.         <ingredient name="unit_clay" count="5"/>
  56.         <ingredient name="unit_iron" count="125"/>
  57.     </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement