Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <recipe name="Fishing Rod" count="1" craft_area="workbench">
  2. <ingredient name="scrapPlastics" count="50"/>
  3. <ingredient name="forgedIron" count="10"/>
  4. <ingredient name="ductTape" count="10"/>
  5. <ingredient name="mechanicalParts" count="5"/>
  6. </recipe>
  7.  
  8. <recipe name="Boiled Fish" count="1" craft_time = "8" craft_area="campfire" craft_tool="cookingPot" >
  9. <ingredient name="Raw Fish" count="1"/>
  10. <ingredient name="bottledWater" count="1"/>
  11. </recipe>
  12.  
  13. <recipe name="Grilled Fish" count="1" craft_time = "8" craft_area="campfire" craft_tool="cookingGrill" >
  14. <ingredient name="Raw Fish" count="1"/>
  15. </recipe>
  16.  
  17. <recipe name="Charred Fish" count="1" craft_time = "8" craft_area="campfire">
  18. <ingredient name="Raw Fish" count="1"/>
  19. </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement