Advertisement
frightfulactions

gameovermanrecipes

Sep 12th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 118.50 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- The (scrappable) weight of a thing is auto-calculated from the resources here unless overridden in blocks/items.xml.
  3. Unfortunately auto-calc only seems to work on the first (top) ingredient in the list so ammo recipes have been re-ordered as a temp fix.
  4. -->
  5. <recipes>
  6. <!-- * * * * * * * * * * * * scrap and forge-emptying recipes * * * * * * * * * * * * -->
  7. <recipe name="militaryFiber" count="1" scrapable="False" tooltip="ttScrapMetalBrass">
  8.     <wildcard_forge_category />
  9. </recipe>
  10. <recipe name="feather" count="1" scrapable="False" tooltip="ttScrapMetalBrass" craft_time="0.1" craft_exp_gain="0">
  11.     <wildcard_forge_category />
  12. </recipe>
  13. <recipe name="assortedVegetables" count="1" scrapable="False" tooltip="ttScrapVeggies" craft_time="0.1" craft_exp_gain="0">
  14.     <wildcard_forge_category />
  15. </recipe>
  16. <recipe name="animalHide" count="1" scrapable="False" tooltip="ttScrapMetalBrass">
  17.     <wildcard_forge_category />
  18. </recipe>
  19. <!-- A15
  20. <recipe name="brokenGlass" count="1" scrapable="False" tooltip="ttScrapMetalBrass" >
  21.     <wildcard_forge_category />
  22. </recipe>
  23.  
  24. tooltip?
  25. -->
  26.  
  27. <recipe name="clayLump" count="1" scrapable="False" craft_area="forge" material_based="true" craft_time = "1" craft_exp_gain="0">
  28.     <ingredient name="unit_clay" count="5"/>
  29. </recipe>
  30.  
  31. <recipe name="cloth" count="1" scrapable="False" tooltip="ttScrapMetalBrass">
  32.     <wildcard_forge_category />
  33. </recipe>
  34.  
  35. <recipe name="brokenGlass" count="1" scrapable="False" craft_area="forge" material_based="true" craft_time = "1" craft_exp_gain="0">
  36.     <ingredient name="unit_glass" count="5"/>
  37. </recipe>
  38.  
  39. <recipe name="leather" count="1" scrapable="False" tooltip="ttScrapMetalBrass">
  40.     <wildcard_forge_category />
  41. </recipe>
  42.  
  43. <recipe name="paper" count="1" scrapable="False" tooltip="ttScrapMetalBrass">
  44.     <wildcard_forge_category />
  45. </recipe>
  46.  
  47. <recipe name="rockSmall" count="1" scrapable="False" craft_area="forge" material_based="true" craft_time = "1" craft_exp_gain="0">
  48.     <ingredient name="unit_stone" count="5"/>
  49. </recipe>
  50.  
  51. <recipe name="scrapBrass" count="1" scrapable="False" craft_area="forge" material_based="true" craft_time = "1" craft_exp_gain="0">
  52.     <ingredient name="unit_brass" count="5"/>
  53. </recipe>
  54.  
  55. <recipe name="scrapBrass" count="1" scrapable="False" tooltip="ttScrapMetalBrass">
  56.     <wildcard_forge_category />
  57. </recipe>
  58.  
  59. <recipe name="scrapIron" count="1" scrapable="False" craft_area="forge" material_based="true" craft_time = "1" craft_exp_gain="0">
  60.     <ingredient name="unit_iron" count="5"/>
  61. </recipe>
  62.  
  63. <recipe name="scrapIron" count="1" scrapable="False" tooltip="ttScrapMetalIron">
  64.     <wildcard_forge_category />
  65. </recipe>
  66.  
  67. <recipe name="scrapLead" count="1" scrapable="False" craft_area="forge" material_based="true" craft_time = "1" craft_exp_gain="0">
  68.     <ingredient name="unit_lead" count="5"/>
  69. </recipe>
  70.  
  71. <recipe name="scrapLead" count="1" scrapable="False" tooltip="ttScrapMetalLead">
  72.     <wildcard_forge_category />
  73. </recipe>
  74.  
  75. <!-- A15
  76. check auto-calc on stone/wood arrows.
  77.  
  78. <recipe name="wood" count="1" scrapable="False" tooltip="ttScrapMetalLead">
  79.     <wildcard_forge_category />
  80. </recipe>
  81.  
  82. tooltip?
  83. -->
  84.  
  85. <recipe name="yuccaFibers" count="1" scrapable="False" tooltip="ttScrapMetalBrass">
  86.     <wildcard_forge_category />
  87. </recipe>
  88.  
  89. <!-- * * * * * * * * * * * * main recipes * * * * * * * * * * * * -->
  90.  
  91.  
  92. <recipe name="762mmBullet" count="1" scrapable="True">
  93.     <ingredient name="762mmBulletCasing" count="1"/>
  94.     <ingredient name="gunPowder" count="3"/>
  95.     <ingredient name="bulletTip" count="1"/>
  96. </recipe>
  97.  
  98. <recipe name="9mmBullet" count="1" scrapable="True">
  99.     <ingredient name="9mmBulletCasing" count="1"/>
  100.     <ingredient name="gunPowder" count="1"/>
  101.     <ingredient name="bulletTip" count="1"/>
  102. </recipe>
  103.  
  104. <recipe name="blunderbussAmmo" count="1" scrapable="False">
  105.     <ingredient name="paper" count="1"/>
  106.     <ingredient name="gunPowder" count="1"/>
  107.     <ingredient name="rockSmall" count="1"/>
  108. </recipe>
  109.  
  110. <recipe name="blunderbussAmmo" count="1" scrapable="False">
  111.     <ingredient name="paper" count="1"/>
  112.     <ingredient name="gunPowder" count="1"/>
  113.     <ingredient name="scrapIron" count="1"/>
  114. </recipe>
  115.  
  116. <recipe name="adobePeachBlock" count="1" scrapable="False">
  117.     <ingredient name="clayLump" count="6"/>
  118.     <ingredient name="crushedSand" count="6"/>
  119.     <ingredient name="rockSmall" count="3"/>
  120. </recipe>
  121.  
  122. <recipe name="adobePeachCNRFull" count="1" scrapable="False">
  123.     <ingredient name="clayLump" count="6"/>
  124.     <ingredient name="crushedSand" count="6"/>
  125.     <ingredient name="rockSmall" count="3"/>
  126. </recipe>
  127.  
  128. <recipe name="adobePeachCNRInside" count="1" scrapable="False">
  129.     <ingredient name="clayLump" count="6"/>
  130.     <ingredient name="crushedSand" count="6"/>
  131.     <ingredient name="rockSmall" count="3"/>
  132. </recipe>
  133.  
  134. <recipe name="adobePeachCNRRamp" count="1" scrapable="False">
  135.     <ingredient name="clayLump" count="6"/>
  136.     <ingredient name="crushedSand" count="6"/>
  137.     <ingredient name="rockSmall" count="3"/>
  138. </recipe>
  139.  
  140. <recipe name="adobePeachPillar100" count="1" scrapable="False">
  141.     <ingredient name="clayLump" count="6"/>
  142.     <ingredient name="crushedSand" count="6"/>
  143.     <ingredient name="rockSmall" count="3"/>
  144. </recipe>
  145.  
  146. <recipe name="adobePeachPillar50" count="1" scrapable="False">
  147.     <ingredient name="clayLump" count="6"/>
  148.     <ingredient name="crushedSand" count="6"/>
  149.     <ingredient name="rockSmall" count="3"/>
  150. </recipe>
  151.  
  152. <recipe name="adobePeachPlate" count="1" scrapable="False">
  153.     <ingredient name="clayLump" count="6"/>
  154.     <ingredient name="crushedSand" count="6"/>
  155.     <ingredient name="rockSmall" count="3"/>
  156. </recipe>
  157.  
  158. <recipe name="adobePeachPole" count="1" scrapable="False">
  159.     <ingredient name="clayLump" count="6"/>
  160.     <ingredient name="crushedSand" count="6"/>
  161.     <ingredient name="rockSmall" count="3"/>
  162. </recipe>
  163.  
  164. <recipe name="adobePeachRamp" count="1" scrapable="False">
  165.     <ingredient name="clayLump" count="6"/>
  166.     <ingredient name="crushedSand" count="6"/>
  167.     <ingredient name="rockSmall" count="3"/>
  168. </recipe>
  169.  
  170. <recipe name="adobePeachWedge" count="1" scrapable="False">
  171.     <ingredient name="clayLump" count="6"/>
  172.     <ingredient name="crushedSand" count="6"/>
  173.     <ingredient name="rockSmall" count="3"/>
  174. </recipe>
  175.  
  176. <recipe name="adobePeachWedgeTip" count="1" scrapable="False">
  177.     <ingredient name="clayLump" count="6"/>
  178.     <ingredient name="crushedSand" count="6"/>
  179.     <ingredient name="rockSmall" count="3"/>
  180. </recipe>
  181.  
  182. <recipe name="adobeWhiteBlock" count="1" scrapable="False">
  183.     <ingredient name="clayLump" count="6"/>
  184.     <ingredient name="crushedSand" count="6"/>
  185.     <ingredient name="rockSmall" count="3"/>
  186. </recipe>
  187.  
  188. <recipe name="adobeWhiteCNRFull" count="1" scrapable="False">
  189.     <ingredient name="clayLump" count="6"/>
  190.     <ingredient name="crushedSand" count="6"/>
  191.     <ingredient name="rockSmall" count="3"/>
  192. </recipe>
  193.  
  194. <recipe name="adobeWhiteCNRInside" count="1" scrapable="False">
  195.     <ingredient name="clayLump" count="6"/>
  196.     <ingredient name="crushedSand" count="6"/>
  197.     <ingredient name="rockSmall" count="3"/>
  198. </recipe>
  199.  
  200. <recipe name="adobeWhiteCNRRamp" count="1" scrapable="False">
  201.     <ingredient name="clayLump" count="6"/>
  202.     <ingredient name="crushedSand" count="6"/>
  203.     <ingredient name="rockSmall" count="3"/>
  204. </recipe>
  205.  
  206. <recipe name="adobeWhitePillar100" count="1" scrapable="False">
  207.     <ingredient name="clayLump" count="6"/>
  208.     <ingredient name="crushedSand" count="6"/>
  209.     <ingredient name="rockSmall" count="3"/>
  210. </recipe>
  211.  
  212. <recipe name="adobeWhitePillar50" count="1" scrapable="False">
  213.     <ingredient name="clayLump" count="6"/>
  214.     <ingredient name="crushedSand" count="6"/>
  215.     <ingredient name="rockSmall" count="3"/>
  216. </recipe>
  217.  
  218. <recipe name="adobeWhitePlate" count="1" scrapable="False">
  219.     <ingredient name="clayLump" count="6"/>
  220.     <ingredient name="crushedSand" count="6"/>
  221.     <ingredient name="rockSmall" count="3"/>
  222. </recipe>
  223.  
  224. <recipe name="adobeWhitePole" count="1" scrapable="False">
  225.     <ingredient name="clayLump" count="6"/>
  226.     <ingredient name="crushedSand" count="6"/>
  227.     <ingredient name="rockSmall" count="3"/>
  228. </recipe>
  229.  
  230. <recipe name="adobeWhiteRamp" count="1" scrapable="False">
  231.     <ingredient name="clayLump" count="6"/>
  232.     <ingredient name="crushedSand" count="6"/>
  233.     <ingredient name="rockSmall" count="3"/>
  234. </recipe>
  235.  
  236. <recipe name="adobeWhiteWedge" count="1" scrapable="False">
  237.     <ingredient name="clayLump" count="6"/>
  238.     <ingredient name="crushedSand" count="6"/>
  239.     <ingredient name="rockSmall" count="3"/>
  240. </recipe>
  241.  
  242. <recipe name="adobeWhiteWedgeTip" count="1" scrapable="False">
  243.     <ingredient name="clayLump" count="6"/>
  244.     <ingredient name="crushedSand" count="6"/>
  245.     <ingredient name="rockSmall" count="3"/>
  246. </recipe>
  247.  
  248. <recipe name="aloeCream" count="1" scrapable="False">
  249.     <ingredient name="plantedAloe3Harvest" count="4"/>
  250. </recipe>
  251.  
  252. <recipe name="animalHideBoots" count="1" scrapable="False">
  253.     <ingredient name="animalHide" count="5"/>
  254. </recipe>
  255.  
  256. <recipe name="animalHideGloves" count="1" scrapable="False">
  257.     <ingredient name="animalHide" count="5"/>
  258. </recipe>
  259.  
  260. <recipe name="animalHideHood" count="1" scrapable="False">
  261.     <ingredient name="animalHide" count="5"/>
  262. </recipe>
  263.  
  264. <recipe name="animalHideChestArmor" count="1" scrapable="False">
  265.     <ingredient name="animalHide" count="10"/>
  266. </recipe>
  267.  
  268. <recipe name="animalHideLegArmor" count="1" scrapable="False">
  269.     <ingredient name="animalHide" count="10"/>
  270. </recipe>
  271.  
  272. <recipe name="animalHidePoncho" count="1" scrapable="False">
  273.     <ingredient name="animalHide" count="20"/>
  274. </recipe>
  275.  
  276. <recipe name="antibiotics" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker">
  277.     <ingredient name="moldyBread" count="1"/>
  278.     <ingredient name="potassiumNitratePowder" count="1"/>
  279. </recipe>
  280.  
  281. <recipe name="anvil" count="1" scrapable="False" craft_area="forge" material_based="true">
  282.     <ingredient name="unit_iron" count="200"/>
  283.     <ingredient name="unit_clay" count="20"/>
  284. </recipe>
  285.  
  286. <recipe name="arrow" count="1" scrapable="False">
  287.     <ingredient name="rockSmall" count="1"/>
  288.     <ingredient name="wood" count="1"/>
  289.     <ingredient name="feather" count="1"/>
  290. </recipe>
  291.  
  292. <recipe name="asphalt" count="1" scrapable="False" craft_area="cementMixer">
  293.     <ingredient name="crushedSand" count="8"/>
  294.     <ingredient name="rockSmall" count="17"/>
  295.     <ingredient name="oilShale" count="20"/>
  296. </recipe>
  297.  
  298. <recipe name="auger" count="1" scrapable="False" craft_area="assembly">
  299.     <ingredient name="partsHandlebars" count="1"/>
  300.     <ingredient name="smallEngine" count="1"/>
  301.     <ingredient name="partsAuger_parts" count="1"/>
  302.     <ingredient name="partsAuger_blade" count="1"/>
  303. </recipe>
  304.  
  305. <recipe name="awningRedBlock" count="1" scrapable="False">
  306.     <ingredient name="cloth" count="10"/>
  307. </recipe>
  308.  
  309. <recipe name="awningRedRamp" count="1" scrapable="False">
  310.     <ingredient name="cloth" count="10"/>
  311. </recipe>
  312.  
  313. <recipe name="baconAndEggs" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  314.     <ingredient name="egg" count="2"/>
  315.     <ingredient name="rawMeat" count="1"/>
  316. </recipe>
  317.  
  318. <recipe name="bakedPotato" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingGrill">
  319.     <ingredient name="potato" count="1"/>
  320. </recipe>
  321.  
  322. <recipe name="bandage" count="1" scrapable="False">
  323.     <ingredient name="cloth" count="2"/>
  324. </recipe>
  325.  
  326. <recipe name="bandana" count="1" scrapable="False">
  327.     <ingredient name="cloth" count="2"/>
  328. </recipe>
  329.  
  330. <recipe name="barbedFence" count="1" scrapable="True">
  331.     <ingredient name="forgedIron" count="2"/>
  332.     <ingredient name="wood" count="5"/>
  333. </recipe>
  334.  
  335. <recipe name="barbedWireSheet" count="1" scrapable="False">
  336.     <ingredient name="forgedIron" count="2"/>
  337. </recipe>
  338.  
  339. <recipe name="barnWoodBlock" count="1" scrapable="False">
  340.     <ingredient name="wood" count="20"/>
  341.     <ingredient name="plantedChrysanthemum3Harvest" count="1"/>
  342. </recipe>
  343.  
  344. <recipe name="bed01" count="1" scrapable="False">
  345.     <ingredient name="cloth" count="20"/>
  346.     <ingredient name="plantedCotton3Harvest" count="20"/>
  347.     <ingredient name="spring" count="10"/>
  348.     <ingredient name="shortMetalPipe" count="10"/>
  349. </recipe>
  350.  
  351. <recipe name="bed02" count="1" scrapable="False">
  352.     <ingredient name="cloth" count="40"/>
  353.     <ingredient name="plantedCotton3Harvest" count="40"/>
  354.     <ingredient name="spring" count="20"/>
  355.     <ingredient name="wood" count="20"/>
  356.     <ingredient name="shortMetalPipe" count="10"/>
  357. </recipe>
  358.  
  359. <recipe name="bedroll" count="1" scrapable="False">
  360.     <ingredient name="yuccaFibers" count="20"/>
  361. </recipe>
  362.  
  363. <recipe name="bellows" count="1" scrapable="False">
  364.     <ingredient name="wood" count="8"/>
  365.     <ingredient name="animalHide" count="20"/>
  366.     <ingredient name="shortMetalPipe" count="1"/>
  367. </recipe>
  368.  
  369. <recipe name="bioFuel" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker">
  370.     <ingredient name="animalFat" count="1"/>
  371. </recipe>
  372.  
  373. <recipe name="blueberryPie" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  374.     <ingredient name="blueberries" count="1"/>
  375.     <ingredient name="egg" count="1"/>
  376.     <ingredient name="cornMeal" count="1"/>
  377.     <ingredient name="bottledWater" count="1"/>
  378. </recipe>
  379.  
  380. <recipe name="blueberrySeed" count="1" scrapable="False">
  381.     <ingredient name="blueberries" count="1"/>
  382. </recipe>
  383.  
  384. <recipe name="blunderbuss" count="1" scrapable="False">
  385.     <ingredient name="forgedIron" count="4"/>
  386.     <ingredient name="shortMetalPipe" count="2"/>
  387.     <ingredient name="wood" count="1"/>
  388.     <ingredient name="spring" count="2"/>
  389. </recipe>
  390.  
  391. <recipe name="boiledMeat" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  392.     <ingredient name="rawMeat" count="1"/>
  393.     <ingredient name="bottledWater" count="1"/>
  394. </recipe>
  395.  
  396. <recipe name="boneShiv" count="1" scrapable="False">
  397.     <ingredient name="femur" count="1"/>
  398. </recipe>
  399.  
  400. <recipe name="bottledWater" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  401.     <ingredient name="snow" count="1"/>
  402.     <ingredient name="emptyJar" count="1"/>
  403. </recipe>
  404.  
  405. <recipe name="bottledWater" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  406.     <ingredient name="bottledRiverWater" count="1"/>
  407. </recipe>
  408.  
  409. <recipe name="bottledRiverWater" count="1" scrapable="False" craft_area="campfire">
  410.     <ingredient name="snow" count="1"/>
  411.     <ingredient name="emptyJar" count="1"/>
  412. </recipe>
  413.  
  414. <recipe name="brickBlock" count="1" scrapable="False" craft_area="forge" material_based="true">
  415.     <ingredient name="unit_stone" count="10"/>
  416.     <ingredient name="unit_clay" count="60"/>
  417. </recipe>
  418.  
  419. <recipe name="brickCNRFull" count="1" scrapable="False" craft_area="forge" material_based="true">
  420.     <ingredient name="unit_stone" count="10"/>
  421.     <ingredient name="unit_clay" count="60"/>
  422. </recipe>
  423.  
  424. <recipe name="brickCNRInside" count="1" scrapable="False" craft_area="forge" material_based="true">
  425.     <ingredient name="unit_stone" count="10"/>
  426.     <ingredient name="unit_clay" count="60"/>
  427. </recipe>
  428.  
  429. <recipe name="brickCNRRamp" count="1" scrapable="False" craft_area="forge" material_based="true">
  430.     <ingredient name="unit_stone" count="10"/>
  431.     <ingredient name="unit_clay" count="60"/>
  432. </recipe>
  433.  
  434. <recipe name="brickDecayedBlock" count="1" scrapable="False" craft_area="forge" material_based="true">
  435.     <ingredient name="unit_stone" count="10"/>
  436.     <ingredient name="unit_clay" count="60"/>
  437. </recipe>
  438.  
  439. <recipe name="brickPaversBlock" count="1" scrapable="False" craft_area="forge" material_based="true">
  440.     <ingredient name="unit_stone" count="10"/>
  441.     <ingredient name="unit_clay" count="60"/>
  442. </recipe>
  443.  
  444. <recipe name="brickPaversStairs25" count="1" craft_area="forge" material_based="true" scrapable="False">
  445.     <ingredient name="unit_stone" count="10"/>
  446.     <ingredient name="unit_clay" count="60"/>
  447. </recipe>
  448.  
  449. <!--
  450. <recipe name="brickPillar100" count="1" scrapable="False" craft_area="forge" material_based="true">
  451.     <ingredient name="unit_clay" count="60"/>
  452.     <ingredient name="unit_stone" count="10"/>
  453. </recipe>
  454.  
  455. <recipe name="brickPillar50" count="1" scrapable="False" craft_area="forge" material_based="true">
  456.     <ingredient name="unit_clay" count="60"/>
  457.     <ingredient name="unit_stone" count="10"/>
  458. </recipe>
  459. -->
  460.  
  461. <recipe name="brickPlate" count="1" scrapable="False" craft_area="forge" material_based="true">
  462.     <ingredient name="unit_stone" count="10"/>
  463.     <ingredient name="unit_clay" count="60"/>
  464. </recipe>
  465.  
  466. <!--
  467. <recipe name="brickPole" count="1" scrapable="False" craft_area="forge" material_based="true">
  468.     <ingredient name="unit_clay" count="60"/>
  469.     <ingredient name="unit_stone" count="10"/>
  470. </recipe>
  471. -->
  472.  
  473. <recipe name="brickRamp" count="1" scrapable="False" craft_area="forge" material_based="true">
  474.     <ingredient name="unit_stone" count="10"/>
  475.     <ingredient name="unit_clay" count="60"/>
  476. </recipe>
  477.  
  478. <!--
  479. <recipe name="brickWedge" count="1" scrapable="False" craft_area="forge" material_based="true">
  480.     <ingredient name="unit_clay" count="60"/>
  481. </recipe>
  482.  
  483. <recipe name="brickWedgeTip" count="1" scrapable="False" craft_area="forge" material_based="true">
  484.     <ingredient name="unit_clay" count="60"/>
  485. </recipe>
  486. -->
  487.  
  488. <recipe name="bucket" count="1" scrapable="False">
  489.     <ingredient name="forgedIron" count="7"/>
  490. </recipe>
  491.  
  492. <recipe name="buckshot" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  493.     <ingredient name="unit_lead" count="2"/>
  494.     <ingredient name="unit_clay" count="1"/>
  495. </recipe>
  496.  
  497. <recipe name="bulletCasing" count="1" scrapable="False" craft_area="forge" craft_tool="calipers" material_based="true">
  498.     <ingredient name="unit_brass" count="1"/>
  499.     <ingredient name="unit_clay" count="1"/>
  500. </recipe>
  501.  
  502. <recipe name="bulletTip" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  503.     <ingredient name="unit_lead" count="1"/>
  504.     <ingredient name="unit_clay" count="1"/>
  505. </recipe>
  506.  
  507. <recipe name="burntForestGround" count="1" scrapable="False">
  508.     <ingredient name="fertileDirt" count="1"/>
  509. </recipe>
  510.  
  511. <recipe name="cabinFlagstoneRamp" count="1" scrapable="False">
  512.     <ingredient name="cobblestones" count="3"/>
  513. </recipe>
  514.  
  515. <recipe name="camoNetBlock" count="1" scrapable="False">
  516.     <ingredient name="cloth" count="10"/>
  517. </recipe>
  518.  
  519. <recipe name="camoNetRamp" count="1" scrapable="False">
  520.     <ingredient name="cloth" count="10"/>
  521. </recipe>
  522.  
  523. <recipe name="camoNetCNRFull" count="1" scrapable="False">
  524.     <ingredient name="cloth" count="10"/>
  525. </recipe>
  526.  
  527. <recipe name="camoNetSheet" count="1" scrapable="False">
  528.     <ingredient name="cloth" count="10"/>
  529. </recipe>
  530.  
  531. <recipe name="campfire" count="1" scrapable="False">
  532.     <ingredient name="rockSmall" count="8"/>
  533. </recipe>
  534.  
  535. <recipe name="canBoiledWater" count="1" scrapable="False" craft_area="campfire">
  536.     <ingredient name="canMurkyWater" count="1"/>
  537. </recipe>
  538.  
  539. <recipe name="canBoiledWater" count="1" scrapable="False" craft_area="campfire">
  540.     <ingredient name="snow" count="1"/>
  541.     <ingredient name="canEmpty" count="1"/>
  542. </recipe>
  543.  
  544. <recipe name="candle" count="1" scrapable="False">
  545.     <ingredient name="yuccaFibers" count="1"/>
  546.     <ingredient name="tallow" count="1"/>
  547. </recipe>
  548.  
  549. <recipe name="cement" count="1" scrapable="False" craft_area="forge" material_based="true">
  550.     <ingredient name="unit_stone" count="5"/>
  551. </recipe>
  552.  
  553. <recipe name="cementMixer" count="1" scrapable="False">
  554.     <ingredient name="forgedIron" count="25"/>
  555.     <ingredient name="scrapCable" count="1"/>
  556.     <ingredient name="spring" count="5"/>
  557.     <ingredient name="smallEngine" count="1"/>
  558.     <ingredient name="shortMetalPipe" count="4"/>
  559. </recipe>
  560.  
  561. <recipe name="chainsaw" count="1" scrapable="False" craft_area="assembly">
  562.     <ingredient name="partsHandlebars" count="1"/>
  563.     <ingredient name="smallEngine" count="1"/>
  564.     <ingredient name="partsChainsaw_parts" count="1"/>
  565.     <ingredient name="partsChainsaw_blade" count="1"/>
  566. </recipe>
  567.  
  568. <recipe name="charredMeat" count="1" scrapable="False" craft_area="campfire">
  569.     <ingredient name="rawMeat" count="1"/>
  570. </recipe>
  571.  
  572. <recipe name="clayRoofBlock" count="1" scrapable="False" craft_area="forge" material_based="true">
  573.     <ingredient name="unit_stone" count="5"/>
  574.     <ingredient name="unit_clay" count="30"/>
  575. </recipe>
  576.  
  577. <recipe name="clayRoofRamp" count="1" scrapable="False" craft_area="forge" material_based="true">
  578.     <ingredient name="unit_stone" count="5"/>
  579.     <ingredient name="unit_clay" count="30"/>
  580. </recipe>
  581.  
  582. <recipe name="clayRoofCNRFull" count="1" scrapable="False" craft_area="forge" material_based="true">
  583.     <ingredient name="unit_stone" count="5"/>
  584.     <ingredient name="unit_clay" count="30"/>
  585. </recipe>
  586.  
  587. <recipe name="clayRoofCNRInside" count="1" scrapable="False" craft_area="forge" material_based="true">
  588.     <ingredient name="unit_stone" count="5"/>
  589.     <ingredient name="unit_clay" count="30"/>
  590. </recipe>
  591.  
  592. <recipe name="clawHammer" count="1" scrapable="False">
  593.     <ingredient name="forgedIron" count="3"/>
  594.     <ingredient name="wood" count="3"/>
  595. </recipe>
  596.  
  597. <recipe name="cloth" count="1" scrapable="False">
  598.     <ingredient name="plantedCotton3Harvest" count="2"/>
  599. </recipe>
  600.  
  601. <recipe name="clothBoots" count="1" scrapable="False">
  602.     <ingredient name="cloth" count="3"/>
  603. </recipe>
  604.  
  605. <recipe name="clothGloves" count="1" scrapable="False">
  606.     <ingredient name="cloth" count="2"/>
  607. </recipe>
  608.  
  609. <recipe name="clothHat" count="1" scrapable="False">
  610.     <ingredient name="cloth" count="4"/>
  611. </recipe>
  612.  
  613. <recipe name="clothJacket" count="1" scrapable="False">
  614.     <ingredient name="cloth" count="8"/>
  615. </recipe>
  616.  
  617. <recipe name="clothPants" count="1" scrapable="False">
  618.     <ingredient name="cloth" count="12"/>
  619. </recipe>
  620.  
  621. <recipe name="clubBarbed" count="1" scrapable="False">
  622.     <ingredient name="forgedIron" count="4"/>
  623.     <ingredient name="wood" count="5"/>
  624. </recipe>
  625.  
  626. <recipe name="clubIron" count="1" scrapable="False">
  627.     <ingredient name="scrapIron" count="5"/>
  628.     <ingredient name="wood" count="5"/>
  629. </recipe>
  630.  
  631. <recipe name="clubSpiked" count="1" scrapable="False">
  632.     <ingredient name="forgedIron" count="5"/>
  633.     <ingredient name="wood" count="5"/>
  634. </recipe>
  635.  
  636. <recipe name="clubWood" count="1" scrapable="False">
  637.     <ingredient name="wood" count="5"/>
  638. </recipe>
  639.  
  640. <recipe name="cntCabinet" count="1" scrapable="False">
  641.     <ingredient name="cobblestones" count="5"/>
  642.     <ingredient name="cntCabinetTop" count="1"/>
  643. </recipe>
  644.  
  645. <recipe name="cntCabinetTop" count="1" scrapable="False">
  646.     <ingredient name="wood" count="10"/>
  647. </recipe>
  648.  
  649. <recipe name="cntDesk01" count="1" scrapable="False">
  650.     <ingredient name="wood" count="15"/>
  651. </recipe>
  652.  
  653. <recipe name="cntDesk02" count="1" scrapable="False">
  654.     <ingredient name="spring" count="4" />
  655.     <ingredient name="forgedIron" count="15"/>
  656. </recipe>
  657.  
  658. <recipe name="cntDeskSafe" count="1" scrapable="False">
  659.     <ingredient name="forgedIron" count="10"/>
  660.     <ingredient name="spring" count="2"/>
  661. </recipe>
  662.  
  663. <recipe name="cntFridge" count="1" scrapable="False">
  664.     <ingredient name="forgedIron" count="10"/>
  665.     <ingredient name="scrapCable" count="1"/>
  666.     <ingredient name="shortMetalPipe" count="2"/>
  667. </recipe>
  668.  
  669. <recipe name="cntFridgeBottom" count="1" scrapable="False">
  670.     <ingredient name="forgedIron" count="4"/>
  671.     <ingredient name="scrapCable" count="1"/>
  672.     <ingredient name="shortMetalPipe" count="2"/>
  673. </recipe>
  674.  
  675. <recipe name="cntFridgeTop" count="1" scrapable="False">
  676.     <ingredient name="forgedIron" count="4"/>
  677.     <ingredient name="scrapCable" count="1"/>
  678.     <ingredient name="shortMetalPipe" count="2"/>
  679. </recipe>
  680.  
  681. <recipe name="cntGunSafe" count="1" scrapable="False">
  682.     <ingredient name="forgedIron" count="15"/>
  683.     <ingredient name="spring" count="5"/>
  684. </recipe>
  685.  
  686. <recipe name="cntMailBox01" count="1" scrapable="False">
  687.     <ingredient name="forgedIron" count="2"/>
  688.     <ingredient name="wood" count="5"/>
  689. </recipe>
  690.  
  691. <recipe name="cntMailBox02" count="1" scrapable="False">
  692.     <ingredient name="forgedIron" count="2"/>
  693.     <ingredient name="wood" count="5"/>
  694. </recipe>
  695.  
  696. <recipe name="cntMailBox03" count="1" scrapable="False">
  697.     <ingredient name="forgedIron" count="2"/>
  698.     <ingredient name="wood" count="5"/>
  699. </recipe>
  700.  
  701. <recipe name="cntNightstand" count="1" scrapable="False">
  702.     <ingredient name="nail" count="10"/>
  703.     <ingredient name="wood" count="20"/>
  704. </recipe>
  705.  
  706. <recipe name="cntSecureStorageChest" count="1" scrapable="False">
  707.     <ingredient name="wood" count="10"/>
  708. </recipe>
  709.  
  710. <recipe name="cntStorageAmmo" count="1" scrapable="False">
  711.     <ingredient name="nail" count="10"/>
  712.     <ingredient name="wood" count="20"/>
  713. </recipe>
  714.  
  715. <recipe name="cntStorageBuilding" count="1" scrapable="False">
  716.     <ingredient name="nail" count="10"/>
  717.     <ingredient name="wood" count="20"/>
  718. </recipe>
  719.  
  720. <recipe name="cntStorageExplosives" count="1" scrapable="False">
  721.     <ingredient name="nail" count="10"/>
  722.     <ingredient name="wood" count="20"/>
  723. </recipe>
  724.  
  725. <recipe name="cntStorageFood" count="1" scrapable="False">
  726.     <ingredient name="nail" count="10"/>
  727.     <ingredient name="wood" count="20"/>
  728. </recipe>
  729.  
  730. <recipe name="cntStorageHealth" count="1" scrapable="False">
  731.     <ingredient name="nail" count="10"/>
  732.     <ingredient name="wood" count="20"/>
  733. </recipe>
  734.  
  735. <recipe name="cntStorageWeapons" count="1" scrapable="False">
  736.     <ingredient name="nail" count="10"/>
  737.     <ingredient name="wood" count="20"/>
  738. </recipe>
  739.  
  740. <recipe name="cntToilet01" count="1" scrapable="False">
  741.     <ingredient name="bucketWater" count="1"/>
  742.     <ingredient name="shortMetalPipe" count="2"/>
  743.     <ingredient name="wood" count="4"/>
  744. </recipe>
  745.  
  746. <recipe name="cntToilet02" count="1" scrapable="False">
  747.     <ingredient name="bucketWater" count="1"/>
  748.     <ingredient name="shortMetalPipe" count="2"/>
  749.     <ingredient name="wood" count="4"/>
  750. </recipe>
  751.  
  752. <recipe name="cntToilet03" count="1" scrapable="False">
  753.     <ingredient name="bucketWater" count="1"/>
  754.     <ingredient name="shortMetalPipe" count="2"/>
  755.     <ingredient name="wood" count="4"/>
  756. </recipe>
  757.  
  758. <recipe name="cntWallSafe" count="1" scrapable="False">
  759.     <ingredient name="forgedIron" count="10"/>
  760.     <ingredient name="spring" count="2"/>
  761. </recipe>
  762.  
  763. <recipe name="cobblestoneFrameBlock" count="1" scrapable="False">
  764.     <ingredient name="wood" count="5"/>
  765.     <ingredient name="yuccaFibers" count="1"/>
  766. </recipe>
  767.  
  768. <recipe name="cobblestoneFrameRamp" count="1" scrapable="False">
  769.     <ingredient name="wood" count="5"/>
  770.     <ingredient name="yuccaFibers" count="1"/>
  771. </recipe>
  772.  
  773. <recipe name="cobblestoneStairs25" count="1" scrapable="False">
  774.     <ingredient name="cobblestones" count="10"/>
  775. </recipe>
  776.  
  777. <recipe name="cobblestones" count="1" scrapable="False">
  778.     <ingredient name="clayLump" count="1"/>
  779.     <ingredient name="rockSmall" count="1"/>
  780. </recipe>
  781.  
  782. <recipe name="coffee" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  783.     <ingredient name="coffeeBeans" count="1"/>
  784.     <ingredient name="bottledWater" count="1"/>
  785. </recipe>
  786.  
  787. <recipe name="concreteBlock" count="1" scrapable="False">
  788.     <ingredient name="concreteMix" count="10"/>
  789. </recipe>
  790.  
  791. <recipe name="concreteCNRFull" count="1" scrapable="False">
  792.     <ingredient name="concreteMix" count="10"/>
  793. </recipe>
  794.  
  795. <recipe name="concreteCNRInside" count="1" scrapable="False">
  796.     <ingredient name="concreteMix" count="10"/>
  797. </recipe>
  798.  
  799. <recipe name="concreteCNRRamp" count="1" scrapable="False">
  800.     <ingredient name="concreteMix" count="10"/>
  801. </recipe>
  802.  
  803. <recipe name="concreteCTRPlate" count="1" scrapable="False">
  804.     <ingredient name="concreteMix" count="10"/>
  805. </recipe>
  806.  
  807. <recipe name="concreteEighth" count="1" scrapable="False">
  808.     <ingredient name="concreteMix" count="10"/>
  809. </recipe>
  810.  
  811. <recipe name="concreteHalf" count="1" scrapable="False">
  812.     <ingredient name="concreteMix" count="10"/>
  813. </recipe>
  814.  
  815. <recipe name="concreteMix" count="1" scrapable="False">
  816.     <ingredient name="crushedSand" count="1"/>
  817.     <ingredient name="rockSmall" count="2"/>
  818.     <ingredient name="cement" count="1"/>
  819. </recipe>
  820.  
  821. <recipe name="concreteMix" count="1" scrapable="False" craft_area="cementMixer">
  822.     <ingredient name="crushedSand" count="1"/>
  823.     <ingredient name="rockSmall" count="2"/>
  824.     <ingredient name="cement" count="1"/>
  825. </recipe>
  826.  
  827. <recipe name="concretePillar100" count="1" scrapable="False">
  828.     <ingredient name="concreteMix" count="10"/>
  829. </recipe>
  830.  
  831. <recipe name="concretePillar50" count="1" scrapable="False">
  832.     <ingredient name="concreteMix" count="10"/>
  833. </recipe>
  834.  
  835. <recipe name="concretePlate" count="1" scrapable="False">
  836.     <ingredient name="concreteMix" count="10"/>
  837. </recipe>
  838.  
  839. <recipe name="concretePole" count="1" scrapable="False">
  840.     <ingredient name="concreteMix" count="10"/>
  841. </recipe>
  842.  
  843. <recipe name="concretePyramid" count="1" scrapable="False">
  844.     <ingredient name="concreteMix" count="10"/>
  845. </recipe>
  846.  
  847. <recipe name="concreteQuarter" count="1" scrapable="False">
  848.     <ingredient name="concreteMix" count="10"/>
  849. </recipe>
  850.  
  851. <recipe name="concreteRamp" count="1" scrapable="False">
  852.     <ingredient name="concreteMix" count="10"/>
  853. </recipe>
  854.  
  855. <recipe name="concreteStairs25" count="1" scrapable="False">
  856.     <ingredient name="concreteMix" count="10"/>
  857. </recipe>
  858.  
  859. <recipe name="concreteTrim2Block" count="1" scrapable="False">
  860.     <ingredient name="concreteMix" count="10"/>
  861. </recipe>
  862.  
  863. <recipe name="concreteWedge" count="1" scrapable="False">
  864.     <ingredient name="concreteMix" count="10"/>
  865. </recipe>
  866.  
  867. <recipe name="concreteWedgeTip" count="1" scrapable="False">
  868.     <ingredient name="concreteMix" count="10"/>
  869. </recipe>
  870.  
  871. <recipe name="cookingGrill" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  872.     <ingredient name="unit_iron" count="25"/>
  873.     <ingredient name="unit_clay" count="5"/>
  874. </recipe>
  875.  
  876. <recipe name="cookingPot" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  877.     <ingredient name="unit_iron" count="25"/>
  878.     <ingredient name="unit_clay" count="5"/>
  879. </recipe>
  880.  
  881. <recipe name="cornBread" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  882.     <ingredient name="cornMeal" count="1"/>
  883.     <ingredient name="bottledWater" count="1"/>
  884. </recipe>
  885.  
  886. <recipe name="cornMeal" count="1" scrapable="False">
  887.     <ingredient name="corn" count="1"/>
  888. </recipe>
  889.  
  890. <recipe name="cornOnTheCob" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  891.     <ingredient name="corn" count="1"/>
  892.     <ingredient name="bottledWater" count="1"/>
  893. </recipe>
  894.  
  895. <recipe name="cornSeed" count="1" scrapable="False">
  896.     <ingredient name="corn" count="1"/>
  897. </recipe>
  898.  
  899. <recipe name="cottonSeed" count="1" scrapable="False">
  900.     <ingredient name="plantedCotton3Harvest" count="1"/>
  901. </recipe>
  902.  
  903. <recipe name="crossbow" count="1" scrapable="False">
  904.     <ingredient name="forgedIron" count="1"/>
  905.     <ingredient name="leather" count="2"/>
  906.     <ingredient name="wood" count="10"/>
  907. </recipe>
  908.  
  909. <recipe name="crossbowBolt" count="1" scrapable="False">
  910.     <ingredient name="rockSmall" count="1"/>
  911.     <ingredient name="wood" count="1"/>
  912.     <ingredient name="feather" count="1"/>
  913. </recipe>
  914.  
  915. <recipe name="destroyedStone" count="1"  craft_time = "2" scrapable="False">
  916.     <ingredient name="rockSmall" count="18"/>
  917. </recipe>
  918.  
  919. <recipe name="ductTape" count="1" scrapable="False">
  920.     <ingredient name="glue" count="1"/>
  921.     <ingredient name="cloth" count="1"/>
  922. </recipe>
  923.  
  924. <recipe name="dynamite" count="1" scrapable="False">
  925.     <ingredient name="yuccaFibers" count="1"/>
  926.     <ingredient name="gunPowder" count="40"/>
  927.     <ingredient name="paper" count="8"/>
  928. </recipe>
  929.  
  930. <recipe name="eggboiled" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  931.     <ingredient name="egg" count="1"/>
  932.     <ingredient name="bottledWater" count="1"/>
  933. </recipe>
  934.  
  935. <recipe name="emptyJar" count="1" scrapable="False" craft_area="forge" material_based="true">
  936.     <ingredient name="unit_glass" count="10"/>
  937.     <ingredient name="unit_clay" count="1"/>
  938. </recipe>
  939.  
  940. <recipe name="explodingCrossbowBolt" count="1" scrapable="False">
  941.     <ingredient name="steelArrowHead" count="1"/>
  942.     <ingredient name="gunPowder" count="25"/>
  943.     <ingredient name="ductTape" count="1"/>
  944.     <ingredient name="wood" count="1"/>
  945.     <ingredient name="feather" count="1"/>
  946. </recipe>
  947.  
  948. <recipe name="fireaxeIron" count="1" scrapable="False">
  949.     <ingredient name="forgedIron" count="5"/>
  950.     <ingredient name="wood" count="5"/>
  951. </recipe>
  952.  
  953. <recipe name="fireaxeSteel" count="1" scrapable="False">
  954.     <ingredient name="forgedSteel" count="5"/>
  955.     <ingredient name="wood" count="5"/>
  956. </recipe>
  957.  
  958. <recipe name="firstAidBandage" count="1" scrapable="False">
  959.     <ingredient name="aloeCream" count="1"/>
  960.     <ingredient name="cloth" count="2"/>
  961. </recipe>
  962.  
  963. <recipe name="firstAidKit" count="1" scrapable="False">
  964.     <ingredient name="bloodBag" count="1"/>
  965.     <ingredient name="grainAlcohol" count="1"/>
  966.     <ingredient name="bandage" count="1"/>
  967.     <ingredient name="ductTape" count="1"/>
  968. </recipe>
  969.  
  970. <recipe name="flagstoneBlock" count="1" scrapable="False">
  971.     <ingredient name="cobblestones" count="3"/>
  972. </recipe>
  973.  
  974. <recipe name="flagstoneStairs25" count="1" scrapable="False">
  975.     <ingredient name="cobblestones" count="3"/>
  976. </recipe>
  977.  
  978. <recipe name="flamingArrow" count="1" scrapable="False">
  979.     <ingredient name="steelArrow" count="1"/>
  980.     <ingredient name="gunPowder" count="2"/>
  981.     <ingredient name="cloth" count="1"/>
  982.     <ingredient name="tallow" count="1"/>
  983. </recipe>
  984.  
  985. <recipe name="foodYuccaJuice" count="1" scrapable="False">
  986.     <ingredient name="plantedYucca3Harvest" count="4"/>
  987.     <ingredient name="emptyJar" count="1"/>
  988. </recipe>
  989.  
  990. <recipe name="forestGround" count="1" scrapable="False">
  991.     <ingredient name="fertileDirt" count="1"/>
  992. </recipe>
  993.  
  994. <recipe name="forge" count="1" scrapable="False">
  995.     <ingredient name="rockSmall" count="50"/>
  996.     <ingredient name="clayLump" count="50"/>
  997.     <ingredient name="bellows" count="1"/>
  998.     <ingredient name="shortMetalPipe" count="1"/>
  999. </recipe>
  1000.  
  1001. <recipe name="forgedIron" count="1" scrapable="False" craft_area="forge" material_based="true">
  1002.     <ingredient name="unit_iron" count="10"/>
  1003.     <ingredient name="unit_clay" count="5"/>
  1004. </recipe>
  1005.  
  1006. <recipe name="forgedSteel" count="1" scrapable="False" craft_area="forge" material_based="true">
  1007.     <ingredient name="unit_iron" count="10"/>
  1008.     <ingredient name="unit_clay" count="10"/>
  1009. </recipe>
  1010.  
  1011. <recipe name="gasCan" count="100" scrapable="False">
  1012.     <ingredient name="bioFuel" count="3"/>
  1013.     <ingredient name="grainAlcohol" count="6"/>
  1014. </recipe>
  1015.  
  1016. <recipe name="gasCan" count="100" scrapable="False" craft_area="campfire" craft_tool="beaker">
  1017.     <ingredient name="oilShale" count="50"/>
  1018. </recipe>
  1019.  
  1020. <recipe name="gasCan" count="600" scrapable="False" craft_exp_gain="0">
  1021.     <ingredient name="oilBarrel" count="1"/>
  1022. </recipe>
  1023.  
  1024. <recipe name="glassCTRSheet" count="1" scrapable="False" craft_area="forge" material_based="true">
  1025.     <ingredient name="unit_glass" count="10"/>
  1026.     <ingredient name="unit_lead" count="3"/>
  1027.     <ingredient name="unit_clay" count="1"/>
  1028. </recipe>
  1029.  
  1030. <recipe name="glassShowerBlock" count="1" scrapable="False" craft_area="forge" material_based="true">
  1031.     <ingredient name="unit_glass" count="14"/>
  1032.     <ingredient name="unit_lead" count="4"/>
  1033.     <ingredient name="unit_clay" count="1"/>
  1034. </recipe>
  1035.  
  1036. <recipe name="glassIndustrialCTRPlate" count="1" scrapable="False" craft_area="forge" material_based="true">
  1037.     <ingredient name="unit_glass" count="10"/>
  1038.     <ingredient name="unit_lead" count="3"/>
  1039.     <ingredient name="unit_clay" count="1"/>
  1040. </recipe>
  1041.  
  1042. <recipe name="glassIndustrial02CTRPlate" count="1" scrapable="False" craft_area="forge" material_based="true">
  1043.     <ingredient name="unit_glass" count="10"/>
  1044.     <ingredient name="unit_lead" count="3"/>
  1045.     <ingredient name="unit_clay" count="1"/>
  1046. </recipe>
  1047.  
  1048. <recipe name="glassBusinessSheet" count="1" scrapable="False" craft_area="forge" material_based="true">
  1049.     <ingredient name="unit_glass" count="14"/>
  1050.     <ingredient name="unit_lead" count="5"/>
  1051.     <ingredient name="unit_clay" count="2"/>
  1052. </recipe>
  1053.  
  1054. <recipe name="glassBusinessCTRSheet" count="1" scrapable="False" craft_area="forge" material_based="true">
  1055.     <ingredient name="unit_glass" count="14"/>
  1056.     <ingredient name="unit_lead" count="5"/>
  1057.     <ingredient name="unit_clay" count="2"/>
  1058. </recipe>
  1059.  
  1060. <recipe name="glassBusinessBlock" count="1" scrapable="False" craft_area="forge" material_based="true">
  1061.     <ingredient name="unit_glass" count="14"/>
  1062.     <ingredient name="unit_lead" count="5"/>
  1063.     <ingredient name="unit_clay" count="2"/>
  1064. </recipe>
  1065.  
  1066. <recipe name="glue" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker">
  1067.     <ingredient name="femur" count="1"/>
  1068.     <ingredient name="bottledWater" count="1"/>
  1069. </recipe>
  1070.  
  1071. <recipe name="goldenRodTea" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  1072.     <ingredient name="plantedGoldenrod3Harvest" count="1"/>
  1073.     <ingredient name="bottledWater" count="1"/>
  1074. </recipe>
  1075.  
  1076. <recipe name="goldenrodSeed" count="1" scrapable="False">
  1077.     <ingredient name="plantedGoldenrod3Harvest" count="1"/>
  1078. </recipe>
  1079.  
  1080. <recipe name="grainAlcohol" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker">
  1081.     <ingredient name="cornMeal" count="1"/>
  1082.     <ingredient name="bottledWater" count="1"/>
  1083. </recipe>
  1084.  
  1085. <recipe name="grass" count="1" scrapable="False">
  1086.     <ingredient name="fertileDirt" count="1"/>
  1087. </recipe>
  1088.  
  1089. <recipe name="gravel" count="1" scrapable="False" craft_area="cementMixer">
  1090.     <ingredient name="crushedSand" count="10"/>
  1091.     <ingredient name="rockSmall" count="10"/>
  1092. </recipe>
  1093.  
  1094. <recipe name="gravel" count="1" scrapable="False">
  1095.     <ingredient name="crushedSand" count="10"/>
  1096.     <ingredient name="rockSmall" count="10"/>
  1097. </recipe>
  1098.  
  1099. <recipe name="grilledMeat" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingGrill">
  1100.     <ingredient name="rawMeat" count="1"/>
  1101. </recipe>
  1102.  
  1103. <recipe name="gun44Magnum" count="1" scrapable="False" craft_area="assembly">
  1104.     <ingredient name="flashlight02" count="0"/>
  1105.     <ingredient name="parts44Magnum_frame" count="1"/>
  1106.     <ingredient name="parts44Magnum_cylinder" count="1"/>
  1107.     <ingredient name="parts44Magnum_parts" count="1"/>
  1108.     <ingredient name="parts44Magnum_grip" count="1"/>
  1109. </recipe>
  1110.  
  1111. <recipe name="gunAK47" count="1" scrapable="False" craft_area="assembly">
  1112.     <ingredient name="flashlight02" count="0"/>
  1113.     <ingredient name="partsAK47_stock" count="1"/>
  1114.     <ingredient name="partsAK47_receiver" count="1"/>
  1115.     <ingredient name="partsAK47_barrel" count="1"/>
  1116.     <ingredient name="partsAK47_parts" count="1"/>
  1117. </recipe>
  1118.  
  1119. <recipe name="gunHuntingRifle" count="1" scrapable="True" craft_area="assembly">
  1120.     <ingredient name="flashlight02" count="0"/>
  1121.     <ingredient name="partsHuntingRifle_barrel" count="1"/>
  1122.     <ingredient name="partsHuntingRifle_stock" count="1"/>
  1123.     <ingredient name="partsHuntingRifle_receiver" count="1"/>
  1124.     <ingredient name="partsHuntingRifle_parts" count="1"/>
  1125. </recipe>
  1126.  
  1127. <recipe name="gunMP5" count="1" scrapable="True" craft_area="assembly">
  1128.     <ingredient name="flashlight02" count="0"/>
  1129.     <ingredient name="partsMP5_stock" count="1"/>
  1130.     <ingredient name="partsMP5_receiver" count="1"/>
  1131.     <ingredient name="partsMP5_barrel" count="1"/>
  1132.     <ingredient name="partsMP5_parts" count="1"/>
  1133. </recipe>
  1134.  
  1135. <recipe name="gunPistol" count="1" scrapable="True" craft_area="assembly">
  1136.     <ingredient name="flashlight02" count="0"/>
  1137.     <ingredient name="partsPistol_parts" count="1"/>
  1138.     <ingredient name="partsPistol_barrel" count="1"/>
  1139.     <ingredient name="partsPistol_receiver" count="1"/>
  1140.     <ingredient name="partsPistol_grip" count="1"/>
  1141. </recipe>
  1142.  
  1143. <recipe name="gunPowder" count="1" scrapable="False">
  1144.     <ingredient name="coal" count="2"/>
  1145.     <ingredient name="potassiumNitratePowder" count="2"/>
  1146. </recipe>
  1147.  
  1148. <recipe name="gunPumpShotgun" count="1" scrapable="True" craft_area="assembly">
  1149.     <ingredient name="flashlight02" count="0"/>
  1150.     <ingredient name="partsPumpShotgun_barrel" count="1"/>
  1151.     <ingredient name="partsPumpShotgun_receiver" count="1"/>
  1152.     <ingredient name="partsPumpShotgun_parts" count="1"/>
  1153.     <ingredient name="partsPumpShotgun_stock" count="1"/>
  1154. </recipe>
  1155.  
  1156. <recipe name="gunRocketLauncher" count="1" scrapable="True" craft_area="assembly">
  1157.     <ingredient name="flashlight02" count="0"/>
  1158.     <ingredient name="partsRocketLauncher_barrel" count="1"/>
  1159.     <ingredient name="partsRocketLauncher_receiver" count="1"/>
  1160.     <ingredient name="partsRocketLauncher_parts" count="1"/>
  1161.     <ingredient name="partsRocketLauncher_stock" count="1"/>
  1162. </recipe>
  1163.  
  1164. <recipe name="gunSawedOffPumpShotgun" count="1" scrapable="True" craft_area="assembly">
  1165.     <ingredient name="flashlight02" count="0"/>
  1166.     <ingredient name="partsPumpShotgun_barrelShort" count="1"/>
  1167.     <ingredient name="partsPumpShotgun_receiver" count="1"/>
  1168.     <ingredient name="partsPumpShotgun_parts" count="1"/>
  1169.     <ingredient name="partsPumpShotgun_stockShort" count="1"/>
  1170. </recipe>
  1171.  
  1172. <recipe name="gunSniperRifle" count="1" scrapable="True" craft_area="assembly">
  1173.     <ingredient name="flashlight02" count="0"/>
  1174.     <ingredient name="partsSniperRifle_barrel" count="1"/>
  1175.     <ingredient name="partsSniperRifle_receiver" count="1"/>
  1176.     <ingredient name="partsSniperRifle_stock" count="1"/>
  1177.     <ingredient name="partsSniperRifle_parts" count="1"/>
  1178. </recipe>
  1179.  
  1180. <recipe name="partsHandlebars" count="1" scrapable="False">
  1181.     <ingredient name="ductTape" count="2"/>
  1182.     <ingredient name="leather" count="2"/>
  1183.     <ingredient name="shortMetalPipe" count="6"/>
  1184. </recipe>
  1185.  
  1186. <recipe name="hayBaleBlock" count="1" scrapable="False">
  1187.     <ingredient name="yuccaFibers" count="10"/>
  1188. </recipe>
  1189.  
  1190. <recipe name="herbalAntibiotics" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  1191.     <ingredient name="blueberries" count="1"/>
  1192.     <ingredient name="mushrooms" count="1"/>
  1193.     <ingredient name="plantedChrysanthemum3Harvest" count="1"/>
  1194.     <ingredient name="potassiumNitratePowder" count="1"/>
  1195. </recipe>
  1196.  
  1197. <recipe name="hoeIron" count="1" scrapable="False">
  1198.     <ingredient name="forgedIron" count="4"/>
  1199.     <ingredient name="wood" count="5"/>
  1200. </recipe>
  1201.  
  1202. <recipe name="huntingKnife" count="1" scrapable="False">
  1203.     <ingredient name="forgedIron" count="2"/>
  1204.     <ingredient name="wood" count="2"/>
  1205. </recipe>
  1206.  
  1207. <recipe name="ironArrow" count="1" scrapable="False">
  1208.     <ingredient name="ironArrowHead" count="1"/>
  1209.     <ingredient name="wood" count="1"/>
  1210.     <ingredient name="feather" count="1"/>
  1211. </recipe>
  1212.  
  1213. <recipe name="ironArrowHead" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  1214.     <ingredient name="unit_iron" count="2"/>
  1215.     <ingredient name="unit_clay" count="1"/>
  1216. </recipe>
  1217.  
  1218. <recipe name="ironBars" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  1219.     <ingredient name="unit_iron" count="20"/>
  1220.     <ingredient name="unit_clay" count="4"/>
  1221. </recipe>
  1222.  
  1223. <recipe name="ironBoots" count="1" scrapable="False">
  1224.     <ingredient name="forgedIron" count="5"/>
  1225.     <ingredient name="leather" count="3"/>
  1226. </recipe>
  1227.  
  1228. <recipe name="ironChestArmor" count="1" scrapable="False">
  1229.     <ingredient name="forgedIron" count="10"/>
  1230.     <ingredient name="leather" count="3"/>
  1231. </recipe>
  1232.  
  1233. <recipe name="ironGloves" count="1" scrapable="False">
  1234.     <ingredient name="forgedIron" count="5"/>
  1235.     <ingredient name="leather" count="3"/>
  1236. </recipe>
  1237.  
  1238. <recipe name="ironHelmet" count="1" scrapable="False">
  1239.     <ingredient name="forgedIron" count="5"/>
  1240.     <ingredient name="leather" count="3"/>
  1241. </recipe>
  1242.  
  1243. <recipe name="ironLegArmor" count="1" scrapable="False">
  1244.     <ingredient name="forgedIron" count="5"/>
  1245.     <ingredient name="leather" count="3"/>
  1246. </recipe>
  1247.  
  1248. <recipe name="ironCrossbowBolt" count="1" scrapable="False">
  1249.     <ingredient name="ironArrowHead" count="1"/>
  1250.     <ingredient name="wood" count="1"/>
  1251.     <ingredient name="feather" count="1"/>
  1252. </recipe>
  1253.  
  1254. <recipe name="ironDoor1_v1" count="1" scrapable="False">
  1255.     <ingredient name="forgedIron" count="10"/>
  1256. </recipe>
  1257.  
  1258. <recipe name="rustyIronTable" count="1" scrapable="False">
  1259.     <ingredient name="forgedIron" count="7"/>
  1260. </recipe>
  1261.  
  1262. <recipe name="keystoneBlock" count="1" scrapable="False">
  1263.     <ingredient name="forgedSteel" count="10"/>
  1264. </recipe>
  1265.  
  1266. <recipe name="ladderMetal" count="1" scrapable="False">
  1267.     <ingredient name="forgedIron" count="3"/>
  1268. </recipe>
  1269.  
  1270. <recipe name="ladderWood" count="1" scrapable="False">
  1271.     <ingredient name="wood" count="6"/>
  1272. </recipe>
  1273.  
  1274. <recipe name="leather" count="1" scrapable="False">
  1275.     <ingredient name="animalHide" count="1"/>
  1276. </recipe>
  1277.  
  1278. <recipe name="leatherBoots" count="1" scrapable="False">
  1279.     <ingredient name="leather" count="5"/>
  1280. </recipe>
  1281. <!--
  1282. <recipe name="leatherDuster" count="1" scrapable="False">
  1283.     <ingredient name="leather" count="20"/>
  1284. </recipe>
  1285. -->
  1286.  
  1287. <recipe name="leatherGloves" count="1" scrapable="False">
  1288.     <ingredient name="leather" count="5"/>
  1289. </recipe>
  1290.  
  1291. <recipe name="leatherHood" count="1" scrapable="False">
  1292.     <ingredient name="leather" count="5"/>
  1293. </recipe>
  1294.  
  1295. <recipe name="leatherJacket" count="1" scrapable="False">
  1296.     <ingredient name="leather" count="10"/>
  1297. </recipe>
  1298.  
  1299. <recipe name="leatherPants" count="1" scrapable="False">
  1300.     <ingredient name="leather" count="10"/>
  1301. </recipe>
  1302.  
  1303. <recipe name="logCabinBlock" count="1" scrapable="False">
  1304.     <ingredient name="wood" count="20"/>
  1305. </recipe>
  1306.  
  1307. <recipe name="meatStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  1308.     <ingredient name="rawMeat" count="1"/>
  1309.     <ingredient name="potato" count="1"/>
  1310.     <ingredient name="corn" count="1"/>
  1311.     <ingredient name="bottledWater" count="1"/>
  1312. </recipe>
  1313.  
  1314. <recipe name="metalSignLetter_a" count="1" scrapable="False">
  1315.     <ingredient name="scrapIron" count="3"/>
  1316. </recipe>
  1317.  
  1318. <recipe name="metalSignLetter_b" count="1" scrapable="False">
  1319.     <ingredient name="scrapIron" count="3"/>
  1320. </recipe>
  1321.  
  1322. <recipe name="metalSignLetter_c" count="1" scrapable="False">
  1323.     <ingredient name="scrapIron" count="3"/>
  1324. </recipe>
  1325.  
  1326. <recipe name="metalSignLetter_d" count="1" scrapable="False">
  1327.     <ingredient name="scrapIron" count="3"/>
  1328. </recipe>
  1329.  
  1330. <recipe name="metalSignLetter_e" count="1" scrapable="False">
  1331.     <ingredient name="scrapIron" count="3"/>
  1332. </recipe>
  1333.  
  1334. <recipe name="metalSignLetter_f" count="1" scrapable="False">
  1335.     <ingredient name="scrapIron" count="3"/>
  1336. </recipe>
  1337.  
  1338. <recipe name="metalSignLetter_g" count="1" scrapable="False">
  1339.     <ingredient name="scrapIron" count="3"/>
  1340. </recipe>
  1341.  
  1342. <recipe name="metalSignLetter_h" count="1" scrapable="False">
  1343.     <ingredient name="scrapIron" count="3"/>
  1344. </recipe>
  1345.  
  1346. <recipe name="metalSignLetter_i" count="1" scrapable="False">
  1347.     <ingredient name="scrapIron" count="3"/>
  1348. </recipe>
  1349.  
  1350. <recipe name="metalSignLetter_j" count="1" scrapable="False">
  1351.     <ingredient name="scrapIron" count="3"/>
  1352. </recipe>
  1353.  
  1354. <recipe name="metalSignLetter_k" count="1" scrapable="False">
  1355.     <ingredient name="scrapIron" count="3"/>
  1356. </recipe>
  1357.  
  1358. <recipe name="metalSignLetter_l" count="1" scrapable="False">
  1359.     <ingredient name="scrapIron" count="3"/>
  1360. </recipe>
  1361.  
  1362. <recipe name="metalSignLetter_m" count="1" scrapable="False">
  1363.     <ingredient name="scrapIron" count="3"/>
  1364. </recipe>
  1365.  
  1366. <recipe name="metalSignLetter_n" count="1" scrapable="False">
  1367.     <ingredient name="scrapIron" count="3"/>
  1368. </recipe>
  1369.  
  1370. <recipe name="metalSignLetter_o" count="1" scrapable="False">
  1371.     <ingredient name="scrapIron" count="3"/>
  1372. </recipe>
  1373.  
  1374. <recipe name="metalSignLetter_p" count="1" scrapable="False">
  1375.     <ingredient name="scrapIron" count="3"/>
  1376. </recipe>
  1377.  
  1378. <recipe name="metalSignLetter_q" count="1" scrapable="False">
  1379.     <ingredient name="scrapIron" count="3"/>
  1380. </recipe>
  1381.  
  1382. <recipe name="metalSignLetter_r" count="1" scrapable="False">
  1383.     <ingredient name="scrapIron" count="3"/>
  1384. </recipe>
  1385.  
  1386. <recipe name="metalSignLetter_s" count="1" scrapable="False">
  1387.     <ingredient name="scrapIron" count="3"/>
  1388. </recipe>
  1389.  
  1390. <recipe name="metalSignLetter_t" count="1" scrapable="False">
  1391.     <ingredient name="scrapIron" count="3"/>
  1392. </recipe>
  1393.  
  1394. <recipe name="metalSignLetter_u" count="1" scrapable="False">
  1395.     <ingredient name="scrapIron" count="3"/>
  1396. </recipe>
  1397.  
  1398. <recipe name="metalSignLetter_v" count="1" scrapable="False">
  1399.     <ingredient name="scrapIron" count="3"/>
  1400. </recipe>
  1401.  
  1402. <recipe name="metalSignLetter_w" count="1" scrapable="False">
  1403.     <ingredient name="scrapIron" count="3"/>
  1404. </recipe>
  1405.  
  1406. <recipe name="metalSignLetter_x" count="1" scrapable="False">
  1407.     <ingredient name="scrapIron" count="3"/>
  1408. </recipe>
  1409.  
  1410. <recipe name="metalSignLetter_y" count="1" scrapable="False">
  1411.     <ingredient name="scrapIron" count="3"/>
  1412. </recipe>
  1413.  
  1414. <recipe name="metalSignLetter_z" count="1" scrapable="False">
  1415.     <ingredient name="scrapIron" count="3"/>
  1416. </recipe>
  1417.  
  1418. <recipe name="metalTrussingBlock" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  1419.     <ingredient name="unit_iron" count="40"/>
  1420.     <ingredient name="unit_clay" count="5"/>
  1421. </recipe>
  1422.  
  1423. <recipe name="mineAirFilter" count="1" scrapable="True">
  1424.     <ingredient name="scrapIron" count="3"/>
  1425.     <ingredient name="gunPowder" count="3"/>
  1426.     <ingredient name="airFilter" count="1"/>
  1427. </recipe>
  1428.  
  1429. <recipe name="mineCandyTin" count="1" scrapable="True">
  1430.     <ingredient name="scrapIron" count="1"/>
  1431.     <ingredient name="gunPowder" count="1"/>
  1432.     <ingredient name="candyTin" count="1"/>
  1433. </recipe>
  1434.  
  1435. <recipe name="mineHubcap" count="1" scrapable="True">
  1436.     <ingredient name="scrapIron" count="2"/>
  1437.     <ingredient name="gunPowder" count="2"/>
  1438.     <ingredient name="hubcap" count="1"/>
  1439. </recipe>
  1440.  
  1441. <recipe name="minibikeChassis" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  1442.     <ingredient name="unit_iron" count="200"/>
  1443.     <ingredient name="unit_clay" count="20"/>
  1444. </recipe>
  1445.  
  1446. <recipe name="minibikeHandlebars" count="1" scrapable="False">
  1447.     <ingredient name="partsHandlebars" count="1"/>
  1448.     <ingredient name="ductTape" count="2"/>
  1449.     <ingredient name="scrapCable" count="1"/>
  1450.     <ingredient name="headlight" count="1"/>
  1451.     <ingredient name="shortMetalPipe" count="2"/>
  1452. </recipe>
  1453.  
  1454. <recipe name="minibikeSeat" count="1" scrapable="False">
  1455.     <ingredient name="ductTape" count="4"/>
  1456.     <ingredient name="leather" count="7"/>
  1457.     <ingredient name="plantedCotton3Harvest" count="3"/>
  1458.     <ingredient name="shortMetalPipe" count="4"/>
  1459. </recipe>
  1460.  
  1461. <recipe name="nail" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  1462.     <ingredient name="unit_iron" count="1"/>
  1463.     <ingredient name="unit_clay" count="1"/>
  1464. </recipe>
  1465.  
  1466. <recipe name="officeChair01" count="1" scrapable="False">
  1467.     <ingredient name="leather" count="5"/>
  1468.     <ingredient name="plantedCotton3Harvest" count="10"/>
  1469.     <ingredient name="wood" count="10"/>
  1470. </recipe>
  1471.  
  1472. <recipe name="oilBarrel" count="1" scrapable="False" craft_exp_gain="0">
  1473.     <ingredient name="gasCan" count="600"/>
  1474. </recipe>
  1475.  
  1476. <recipe name="oldChair" count="1" scrapable="False">
  1477.     <ingredient name="nail" count="10"/>
  1478.     <ingredient name="wood" count="10"/>
  1479. </recipe>
  1480.  
  1481. <recipe name="pickaxeIron" count="1" scrapable="False">
  1482.     <ingredient name="forgedIron" count="5"/>
  1483.     <ingredient name="wood" count="5"/>
  1484. </recipe>
  1485.  
  1486. <recipe name="pickaxeSteel" count="1" scrapable="False">
  1487.     <ingredient name="forgedSteel" count="5"/>
  1488.     <ingredient name="wood" count="5"/>
  1489. </recipe>
  1490.  
  1491. <recipe name="pipeBomb" count="1" scrapable="False">
  1492.     <ingredient name="yuccaFibers" count="1"/>
  1493.     <ingredient name="gunPowder" count="10"/>
  1494.     <ingredient name="shortMetalPipe" count="1"/>
  1495. </recipe>
  1496.  
  1497. <recipe name="plainsGround" count="1" scrapable="False">
  1498.     <ingredient name="fertileDirt" count="1"/>
  1499. </recipe>
  1500.  
  1501. <recipe name="plantFiberGloves" count="1" scrapable="False">
  1502.     <ingredient name="yuccaFibers" count="5"/>
  1503. </recipe>
  1504.  
  1505. <recipe name="plantFiberHat" count="1" scrapable="False">
  1506.     <ingredient name="yuccaFibers" count="5"/>
  1507. </recipe>
  1508.  
  1509. <recipe name="plantFiberHood" count="1" scrapable="False">
  1510.     <ingredient name="yuccaFibers" count="5"/>
  1511. </recipe>
  1512.  
  1513. <recipe name="plantFiberPants" count="1" scrapable="False">
  1514.     <ingredient name="yuccaFibers" count="10"/>
  1515. </recipe>
  1516.  
  1517. <recipe name="plantFiberShirt" count="1" scrapable="False">
  1518.     <ingredient name="yuccaFibers" count="10"/>
  1519. </recipe>
  1520.  
  1521. <recipe name="plantFiberShoes" count="1" scrapable="False">
  1522.     <ingredient name="yuccaFibers" count="5"/>
  1523. </recipe>
  1524.  
  1525. <recipe name="potatoSeed" count="1" scrapable="False">
  1526.     <ingredient name="potato" count="1"/>
  1527. </recipe>
  1528.  
  1529. <recipe name="rScrapIronPlate" count="1">
  1530.     <ingredient name="scrapIron" count="16"/>
  1531. </recipe>
  1532.  
  1533. <recipe name="rScrapIronPlateMine" count="1" scrapable="True">
  1534.     <ingredient name="gunPowder" count="3"/>
  1535.     <ingredient name="ductTape" count="1"/>
  1536.     <ingredient name="scrapIron" count="3"/>
  1537. </recipe>
  1538.  
  1539. <recipe name="railingOldWoodSheet" count="1" scrapable="False">
  1540.     <ingredient name="wood" count="5"/>
  1541. </recipe>
  1542.  
  1543. <recipe name="rebarFrameBlock" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  1544.     <ingredient name="unit_iron" count="5"/>
  1545.     <ingredient name="unit_clay" count="1"/>
  1546. </recipe>
  1547.  
  1548. <recipe name="rebarFrameCNRInside" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  1549.     <ingredient name="unit_iron" count="5"/>
  1550.     <ingredient name="unit_clay" count="1"/>
  1551. </recipe>
  1552.  
  1553. <recipe name="rebarFramePillar100" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  1554.     <ingredient name="unit_iron" count="5"/>
  1555.     <ingredient name="unit_clay" count="1"/>
  1556. </recipe>
  1557.  
  1558. <recipe name="rebarFrameRamp" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  1559.     <ingredient name="unit_iron" count="5"/>
  1560.     <ingredient name="unit_clay" count="1"/>
  1561. </recipe>
  1562.  
  1563. <recipe name="redTea" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  1564.     <ingredient name="plantedChrysanthemum3Harvest" count="1"/>
  1565.     <ingredient name="bottledWater" count="1"/>
  1566. </recipe>
  1567.  
  1568. <recipe name="redWoodBlock" count="1" scrapable="False">
  1569.     <ingredient name="plantedChrysanthemum3Harvest" count="1"/>
  1570.     <ingredient name="wood" count="15"/>
  1571. </recipe>
  1572.  
  1573. <recipe name="redWoodPillar100" count="1" scrapable="False">
  1574.     <ingredient name="plantedChrysanthemum3Harvest" count="1"/>
  1575.     <ingredient name="wood" count="15"/>
  1576. </recipe>
  1577.  
  1578. <recipe name="redWoodStairs25" count="1" scrapable="False">
  1579.     <ingredient name="plantedChrysanthemum3Harvest" count="1"/>
  1580.     <ingredient name="wood" count="15"/>
  1581. </recipe>
  1582.  
  1583. <recipe name="redWoodTable" count="1" scrapable="False">
  1584.     <ingredient name="plantedChrysanthemum3Harvest" count="1"/>
  1585.     <ingredient name="nail" count="10"/>
  1586.     <ingredient name="wood" count="15"/>
  1587. </recipe>
  1588.  
  1589.  
  1590. <recipe name="repairKit" count="1" scrapable="False">
  1591.     <ingredient name="forgedIron" count="1"/>
  1592.     <ingredient name="oil" count="1"/>
  1593.     <ingredient name="cloth" count="1"/>
  1594.     <ingredient name="ductTape" count="1"/>
  1595. </recipe>
  1596.  
  1597. <recipe name="rocket" count="1" scrapable="False">
  1598.     <ingredient name="rocketTip" count="1"/>
  1599.     <ingredient name="gunPowder" count="50"/>
  1600.     <ingredient name="ductTape" count="3"/>
  1601.     <ingredient name="rocketCasing" count="1"/>
  1602. </recipe>
  1603.  
  1604. <recipe name="rocketCasing" count="1" scrapable="False" craft_area="forge" craft_tool="toolAndDieSet" material_based="true">
  1605.     <ingredient name="unit_iron" count="50"/>
  1606.     <ingredient name="unit_clay" count="30"/>
  1607. </recipe>
  1608.  
  1609. <recipe name="rocketTip" count="1" scrapable="False" craft_area="forge" craft_tool="toolAndDieSet" material_based="true">
  1610.     <ingredient name="unit_lead" count="50"/>
  1611.     <ingredient name="unit_clay" count="30"/>
  1612. </recipe>
  1613.  
  1614. <recipe name="crushedSand" count="1" scrapable="False" craft_area="cementMixer">
  1615.     <ingredient name="rockSmall" count="1"/>
  1616. </recipe>
  1617.  
  1618. <recipe name="sand" count="1" scrapable="False" craft_area="cementMixer">
  1619.     <ingredient name="crushedSand" count="12"/>
  1620. </recipe>
  1621.  
  1622. <recipe name="sand" count="1" scrapable="False">
  1623.     <ingredient name="crushedSand" count="12"/>
  1624. </recipe>
  1625.  
  1626. <recipe name="sandbagsBlock" count="1" scrapable="False">
  1627.     <ingredient name="crushedSand" count="10"/>
  1628.     <ingredient name="cloth" count="10"/>
  1629. </recipe>
  1630.  
  1631. <recipe name="scrapBoots" count="1" scrapable="False">
  1632.     <ingredient name="scrapIron" count="5"/>
  1633.     <ingredient name="leather" count="2"/>
  1634.     <ingredient name="ductTape" count="1"/>
  1635. </recipe>
  1636.  
  1637. <recipe name="scrapChestArmor" count="1" scrapable="False">
  1638.     <ingredient name="scrapIron" count="10"/>
  1639.     <ingredient name="leather" count="5"/>
  1640.     <ingredient name="ductTape" count="3"/>
  1641. </recipe>
  1642.  
  1643. <recipe name="scrapGloves" count="1" scrapable="False">
  1644.     <ingredient name="scrapIron" count="5"/>
  1645.     <ingredient name="leather" count="2"/>
  1646.     <ingredient name="ductTape" count="1"/>
  1647. </recipe>
  1648.  
  1649. <recipe name="scrapHelmet" count="1" scrapable="False">
  1650.     <ingredient name="scrapIron" count="5"/>
  1651.     <ingredient name="leather" count="2"/>
  1652.     <ingredient name="ductTape" count="1"/>
  1653. </recipe>
  1654.  
  1655. <recipe name="scrapLegArmor" count="1" scrapable="False">
  1656.     <ingredient name="scrapIron" count="5"/>
  1657.     <ingredient name="leather" count="2"/>
  1658.     <ingredient name="ductTape" count="1"/>
  1659. </recipe>
  1660.  
  1661. <recipe name="scrapIronSheet" count="1" scrapable="False">
  1662.     <ingredient name="scrapIron" count="8"/>
  1663. </recipe>
  1664.  
  1665. <recipe name="scrapIronGrateSheet" count="1" scrapable="False">
  1666.     <ingredient name="scrapIron" count="8"/>
  1667. </recipe>
  1668.  
  1669. <recipe name="scrapHatch_v1" count="1" scrapable="False">
  1670.     <ingredient name="scrapIron" count="8"/>
  1671. </recipe>
  1672.  
  1673. <recipe name="scrapIronFrameBlock" count="1" scrapable="False">
  1674.     <ingredient name="scrapIron" count="3"/>
  1675. </recipe>
  1676.  
  1677. <recipe name="scrapIronFrameCNRFull" count="1" scrapable="False">
  1678.     <ingredient name="scrapIron" count="3"/>
  1679. </recipe>
  1680.  
  1681. <recipe name="scrapIronFrameCNRInside" count="1" scrapable="False">
  1682.     <ingredient name="scrapIron" count="3"/>
  1683. </recipe>
  1684.  
  1685. <recipe name="scrapIronFrameRamp" count="1" scrapable="False">
  1686.     <ingredient name="scrapIron" count="3"/>
  1687. </recipe>
  1688.  
  1689. <recipe name="scrapIronFrameWedge" count="1" scrapable="False">
  1690.     <ingredient name="scrapIron" count="3"/>
  1691. </recipe>
  1692.  
  1693. <recipe name="scrapIronStairs25" count="1" scrapable="False">
  1694.     <ingredient name="scrapIron" count="8"/>
  1695. </recipe>
  1696.  
  1697. <recipe name="rScrapIronTable" count="1" scrapable="False">
  1698.     <ingredient name="scrapIron" count="8"/>
  1699. </recipe>
  1700.  
  1701. <recipe name="sectionalArm" count="1" scrapable="False">
  1702.     <ingredient name="cloth" count="5"/>
  1703.     <ingredient name="nail" count="10"/>
  1704.     <ingredient name="wood" count="10"/>
  1705. </recipe>
  1706.  
  1707. <recipe name="sectionalArm2" count="1" scrapable="False">
  1708.     <ingredient name="leather" count="5"/>
  1709.     <ingredient name="nail" count="10"/>
  1710.     <ingredient name="wood" count="10"/>
  1711. </recipe>
  1712.  
  1713. <recipe name="sectionalCorner" count="1" scrapable="False">
  1714.     <ingredient name="cloth" count="5"/>
  1715.     <ingredient name="nail" count="10"/>
  1716.     <ingredient name="wood" count="10"/>
  1717. </recipe>
  1718.  
  1719. <recipe name="sectionalCorner2" count="1" scrapable="False">
  1720.     <ingredient name="leather" count="5"/>
  1721.     <ingredient name="nail" count="10"/>
  1722.     <ingredient name="wood" count="10"/>
  1723. </recipe>
  1724.  
  1725. <recipe name="sectionalMiddle" count="1" scrapable="False">
  1726.     <ingredient name="cloth" count="5"/>
  1727.     <ingredient name="nail" count="10"/>
  1728.     <ingredient name="wood" count="10"/>
  1729. </recipe>
  1730.  
  1731. <recipe name="sectionalMiddle2" count="1" scrapable="False">
  1732.     <ingredient name="leather" count="5"/>
  1733.     <ingredient name="nail" count="10"/>
  1734.     <ingredient name="wood" count="10"/>
  1735. </recipe>
  1736.  
  1737. <recipe name="secureDoorWooden" count="1" scrapable="False">
  1738.     <ingredient name="wood" count="10"/>
  1739. </recipe>
  1740.  
  1741. <recipe name="shortMetalPipe" count="1" scrapable="False">
  1742.     <ingredient name="forgedIron" count="1"/>
  1743. </recipe>
  1744.  
  1745. <recipe name="shotgunShell" count="1" scrapable="False">
  1746.     <ingredient name="buckshot" count="1"/>
  1747.     <ingredient name="gunPowder" count="1"/>
  1748.     <ingredient name="paper" count="1"/>
  1749. </recipe>
  1750.  
  1751. <recipe name="shotgunSlug" count="1" scrapable="False">
  1752.     <ingredient name="bulletCasing" count="3"/>
  1753.     <ingredient name="gunPowder" count="11"/>
  1754.     <ingredient name="bulletTip" count="5"/>
  1755. </recipe>
  1756.  
  1757. <recipe name="shovelIron" count="1" scrapable="False">
  1758.     <ingredient name="forgedIron" count="4"/>
  1759.     <ingredient name="wood" count="5"/>
  1760. </recipe>
  1761.  
  1762. <recipe name="shovelSteel" count="1" scrapable="False">
  1763.     <ingredient name="forgedSteel" count="5"/>
  1764.     <ingredient name="wood" count="5"/>
  1765. </recipe>
  1766.  
  1767. <recipe name="sledgehammer" count="1" scrapable="False">
  1768.     <ingredient name="forgedIron" count="8"/>
  1769.     <ingredient name="wood" count="5"/>
  1770. </recipe>
  1771.  
  1772. <recipe name="sod" count="1" scrapable="False">
  1773.     <ingredient name="yuccaFibers" count="1"/>
  1774.     <ingredient name="fertileDirt" count="1"/>
  1775. </recipe>
  1776.  
  1777. <recipe name="splint" count="1" scrapable="False">
  1778.     <ingredient name="cloth" count="2"/>
  1779.     <ingredient name="wood" count="2"/>
  1780. </recipe>
  1781.  
  1782. <recipe name="spotlight" count="1" scrapable="False">
  1783.     <ingredient name="headlight" count="1"/>
  1784.     <ingredient name="carBattery" count="1"/>
  1785.     <ingredient name="scrapIron" count="10"/>
  1786. </recipe>
  1787.  
  1788. <recipe name="steelArrow" count="1" scrapable="False">
  1789.     <ingredient name="steelArrowHead" count="1"/>
  1790.     <ingredient name="wood" count="1"/>
  1791.     <ingredient name="feather" count="1"/>
  1792. </recipe>
  1793.  
  1794. <recipe name="steelArrowHead" count="1" scrapable="False" craft_area="forge" craft_tool="calipers" material_based="true">
  1795.     <ingredient name="unit_iron" count="5"/>
  1796.     <ingredient name="unit_clay" count="1"/>
  1797. </recipe>
  1798.  
  1799. <recipe name="steelCrossbowBolt" count="1" scrapable="False">
  1800.     <ingredient name="steelArrowHead" count="1"/>
  1801.     <ingredient name="wood" count="1"/>
  1802.     <ingredient name="feather" count="1"/>
  1803. </recipe>
  1804.  
  1805. <recipe name="stone" count="1" scrapable="False" craft_area="cementMixer">
  1806.     <ingredient name="crushedSand" count="10"/>
  1807.     <ingredient name="rockSmall" count="18"/>
  1808.     <ingredient name="cement" count="4"/>
  1809. </recipe>
  1810.  
  1811. <recipe name="stoneAxe" count="1" scrapable="False">
  1812.     <ingredient name="rockSmall" count="2"/>
  1813.     <ingredient name="yuccaFibers" count="2"/>
  1814.     <ingredient name="wood" count="2"/>
  1815. </recipe>
  1816.  
  1817. <recipe name="stoneShovel" count="1" scrapable="False">
  1818.     <ingredient name="rockSmall" count="3"/>
  1819.     <ingredient name="yuccaFibers" count="3"/>
  1820.     <ingredient name="wood" count="3"/>
  1821. </recipe>
  1822.  
  1823. <recipe name="storeShelving01" count="1" scrapable="False">
  1824.     <ingredient name="forgedIron" count="3"/>
  1825. </recipe>
  1826.  
  1827. <recipe name="tallow" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  1828.     <ingredient name="animalFat" count="1"/>
  1829. </recipe>
  1830.  
  1831. <recipe name="tnt" count="1" scrapable="False">
  1832.     <ingredient name="yuccaFibers" count="1"/>
  1833.     <ingredient name="gunPowder" count="50"/>
  1834.     <ingredient name="ductTape" count="1"/>
  1835.     <ingredient name="paper" count="10"/>
  1836. </recipe>
  1837.  
  1838. <recipe name="torch" count="1" scrapable="False">
  1839.     <ingredient name="coal" count="1"/>
  1840.     <ingredient name="wood" count="1"/>
  1841. </recipe>
  1842.  
  1843. <recipe name="torch" count="1" scrapable="False">
  1844.     <ingredient name="tallow" count="1"/>
  1845.     <ingredient name="cloth" count="1"/>
  1846.     <ingredient name="wood" count="1"/>
  1847. </recipe>
  1848.  
  1849. <recipe name="trapSpikesNew" count="1" scrapable="False">
  1850.     <ingredient name="wood" count="4"/>
  1851. </recipe>
  1852.  
  1853. <recipe name="treePlant02" count="1" scrapable="False">
  1854.     <ingredient name="yuccaFibers" count="4"/>
  1855.     <ingredient name="clayLump" count="5"/>
  1856. </recipe>
  1857.  
  1858. <recipe name="vaultDoor01" count="1" scrapable="False">
  1859.     <ingredient name="forgedSteel" count="12"/>
  1860.     <ingredient name="spring" count="2"/>
  1861. </recipe>
  1862.  
  1863. <recipe name="vaultHatch_v1" count="1" scrapable="False">
  1864.     <ingredient name="forgedSteel" count="12"/>
  1865.     <ingredient name="spring" count="2"/>
  1866. </recipe>
  1867.  
  1868. <recipe name="vegetableStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  1869.     <ingredient name="potato" count="1"/>
  1870.     <ingredient name="corn" count="1"/>
  1871.     <ingredient name="mushrooms" count="1"/>
  1872.     <ingredient name="bottledWater" count="1"/>
  1873. </recipe>
  1874.  
  1875. <recipe name="ventDuctBlock" count="1" scrapable="False">
  1876.     <ingredient name="scrapIron" count="3"/>
  1877. </recipe>
  1878.  
  1879. <recipe name="ventDuctRamp" count="1" scrapable="False">
  1880.     <ingredient name="scrapIron" count="3"/>
  1881. </recipe>
  1882.  
  1883. <recipe name="whitePicketFenceSheet" count="1" scrapable="False">
  1884.     <ingredient name="wood" count="5"/>
  1885. </recipe>
  1886.  
  1887. <recipe name="window03Wood" count="1" scrapable="False">
  1888.     <ingredient name="wood" count="8"/>
  1889. </recipe>
  1890.  
  1891. <recipe name="woodFenceFarmSheet" count="1" scrapable="False">
  1892.     <ingredient name="wood" count="5"/>
  1893. </recipe>
  1894.  
  1895. <recipe name="woodFenceSheet" count="1" scrapable="False">
  1896.     <ingredient name="wood" count="5"/>
  1897. </recipe>
  1898.  
  1899. <recipe name="woodFrameBlock" count="1" scrapable="False">
  1900.     <ingredient name="wood" count="5"/>
  1901. </recipe>
  1902.  
  1903. <recipe name="woodFrameCNRFull" count="1" scrapable="False">
  1904.     <ingredient name="wood" count="5"/>
  1905. </recipe>
  1906.  
  1907. <recipe name="woodFrameCNRInside" count="1" scrapable="False">
  1908.     <ingredient name="wood" count="5"/>
  1909. </recipe>
  1910.  
  1911. <recipe name="woodFrameRamp" count="1" scrapable="False">
  1912.     <ingredient name="wood" count="5"/>
  1913. </recipe>
  1914.  
  1915. <recipe name="woodFrameWedge" count="1" scrapable="False">
  1916.     <ingredient name="wood" count="5"/>
  1917. </recipe>
  1918.  
  1919. <recipe name="woodLogPillar100" count="1" scrapable="False">
  1920.     <ingredient name="wood" count="20"/>
  1921. </recipe>
  1922.  
  1923. <recipe name="woodLogSpike1" count="1" scrapable="False">
  1924.     <ingredient name="wood" count="30"/>
  1925. </recipe>
  1926.  
  1927. <recipe name="woodPillar100" count="1" scrapable="False">
  1928.     <ingredient name="wood" count="10"/>
  1929. </recipe>
  1930.  
  1931. <recipe name="woodPlate" count="1" scrapable="False">
  1932.     <ingredient name="wood" count="10"/>
  1933. </recipe>
  1934.  
  1935. <recipe name="woodPole" count="1" scrapable="False">
  1936.     <ingredient name="wood" count="10"/>
  1937. </recipe>
  1938.  
  1939. <recipe name="woodShinglesBlock" count="1" scrapable="False">
  1940.     <ingredient name="wood" count="20"/>
  1941. </recipe>
  1942.  
  1943. <recipe name="woodShinglesCNRFull" count="1" scrapable="False">
  1944.     <ingredient name="wood" count="20"/>
  1945. </recipe>
  1946.  
  1947. <recipe name="woodShinglesGable" count="1" scrapable="False">
  1948.     <ingredient name="wood" count="10"/>
  1949. </recipe>
  1950.  
  1951. <recipe name="woodShinglesPyramid" count="1" scrapable="False">
  1952.     <ingredient name="wood" count="10"/>
  1953. </recipe>
  1954.  
  1955. <recipe name="woodShinglesRamp" count="1" scrapable="False">
  1956.     <ingredient name="wood" count="20"/>
  1957. </recipe>
  1958.  
  1959. <recipe name="woodStairs25" count="1" scrapable="False">
  1960.     <ingredient name="wood" count="10"/>
  1961. </recipe>
  1962.  
  1963. <recipe name="woodSupport" count="1" scrapable="False">
  1964.     <ingredient name="wood" count="10"/>
  1965. </recipe>
  1966.  
  1967. <recipe name="woodTable" count="1" scrapable="False">
  1968.     <ingredient name="nail" count="10"/>
  1969.     <ingredient name="wood" count="10"/>
  1970. </recipe>
  1971.  
  1972. <recipe name="woodenBow" count="1" scrapable="False">
  1973.     <ingredient name="wood" count="6"/>
  1974.     <ingredient name="yuccaFibers" count="3"/>
  1975. </recipe>
  1976.  
  1977. <recipe name="woodHatch1_v1" count="1" scrapable="False">
  1978.     <ingredient name="wood" count="10"/>
  1979. </recipe>
  1980.  
  1981. <recipe name="workbench" count="1" scrapable="False">
  1982.     <ingredient name="forgedIron" count="25"/>
  1983.     <ingredient name="spring" count="5"/>
  1984.     <ingredient name="shortMetalPipe" count="4"/>
  1985.     <ingredient name="wood" count="50"/>
  1986. </recipe>
  1987.  
  1988. <recipe name="wrench" count="1" scrapable="False">
  1989.     <ingredient name="forgedIron" count="4"/>
  1990. </recipe>
  1991.  
  1992. <recipe name="wroughtIronFenceSheet" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  1993.     <ingredient name="unit_iron" count="5"/>
  1994.     <ingredient name="unit_clay" count="1"/>
  1995. </recipe>
  1996. <!-- Expanded Food Mod -->
  1997.     <recipe name="bowl" count="1" scrapable="False" craft_area="campfire">
  1998.         <ingredient name="clayLump" count="3"/>
  1999.     </recipe>
  2000.     <recipe name="dinnerPlate" count="1" scrapable="False" craft_area="campfire">
  2001.         <ingredient name="clayLump" count="4"/>
  2002.     </recipe>
  2003.     <recipe name="baconEggSandwich" count="1" scrapable="False" >
  2004.         <ingredient name="baconAndEggs" count="2"/>
  2005.         <ingredient name="Bread" count="1"/>
  2006.     </recipe>
  2007.     <recipe name="scrambledEggs" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  2008.         <ingredient name="egg" count="2"/>
  2009.         <ingredient name="animalFat" count="1"/>
  2010.     </recipe>
  2011.     <recipe name="Omelet" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  2012.         <ingredient name="egg" count="2"/>
  2013.         <ingredient name="animalFat" count="1"/>
  2014.         <ingredient name="rawMeat" count="1"/>
  2015.     </recipe>
  2016.     <recipe name="stewChunkyMeat" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  2017.         <ingredient name="bowlWater" count="1" />
  2018.         <ingredient name="rawMeat" count="3"/>
  2019.     </recipe>
  2020.     <recipe name="canMeatStew" count="1" scrapable="False" >
  2021.     <ingredient name="meatStew" count="1" />
  2022.     <ingredient name="canEmpty" count="1" />
  2023.   </recipe>
  2024.     <recipe name="canLokiStew" count="1" scrapable="False" >
  2025.     <ingredient name="lokiStew" count="1" />
  2026.     <ingredient name="canEmpty" count="1" />
  2027.   </recipe>
  2028.     <recipe name="canVegetableStew" count="1" scrapable="False" >
  2029.     <ingredient name="vegetableStew" count="1" />
  2030.     <ingredient name="canEmpty" count="1" />
  2031.   </recipe>
  2032.     <recipe name="canChunkyMeatStew" count="1" scrapable="False" >
  2033.     <ingredient name="stewChunkyMeat" count="1" />
  2034.     <ingredient name="canEmpty" count="1" />
  2035.   </recipe>
  2036.     <recipe name="warmsoupChunkyBeef" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  2037.     <ingredient name="bowl" count="1" />
  2038.     <ingredient name="canBeef" count="1" />
  2039.     </recipe>
  2040.     <recipe name="warmbowlChili" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  2041.     <ingredient name="bowl" count="1" />
  2042.     <ingredient name="canChili" count="1" />
  2043.     </recipe>
  2044.     <recipe name="warmbowlPasta" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  2045.     <ingredient name="bowl" count="1" />
  2046.     <ingredient name="canPasta" count="1" />
  2047.     </recipe>
  2048.     <recipe name="warmbowlSoup" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  2049.     <ingredient name="bowl" count="1" />
  2050.     <ingredient name="canSoup" count="1" />
  2051.     </recipe>
  2052.     <recipe name="creamedCorn" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  2053.     <ingredient name="bowlWater" count="1" />
  2054.     <ingredient name="corn" count="2" />
  2055.     </recipe>
  2056.     <recipe name="bowlWater" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  2057.         <ingredient name="bowlMurkyWater" count="1"/>
  2058.     </recipe>
  2059.     <recipe name="soupMushroom" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  2060.         <ingredient name="bowlWater" count="1"/>
  2061.     <ingredient name="mushrooms" count="3" />
  2062.     </recipe>
  2063.     <recipe name="bottledWater" count="1" scrapable="False" >
  2064.          <ingredient name="purificationTablets" count="1" />      
  2065.     <ingredient name="bottledRiverWater" count="1" />
  2066.     </recipe>    
  2067.     <recipe name="waterPurified" count="1" scrapable="False" >
  2068.          <ingredient name="purificationTablets" count="1" />  
  2069.          <ingredient name="bottledWater" count="1" />
  2070.     </recipe>  
  2071.     <recipe name="honeyHam" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingGrill" >
  2072.         <ingredient name="foodHoney" count="1"/>
  2073.         <ingredient name="boiledMeat" count="1"/>
  2074.     </recipe>
  2075.     <recipe name="drinkHealth" count="1" scrapable="False" >
  2076.         <ingredient name="painkillers" count="1" />  
  2077.         <ingredient name="vitamins" count="1" />  
  2078.         <ingredient name="bottledWater" count="1" />
  2079.     </recipe>
  2080.     <recipe name="vegetableStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" >
  2081.     <ingredient name="bowlWater" count="1" />
  2082.     <ingredient name="assortedVegetables" count="6" />
  2083.   </recipe>
  2084. <recipe name="biscuit" count="1" scrapable="False" craft_area="campfire" craft_tool="bowlWater">
  2085.     <ingredient name="flour" count="1"/>
  2086. </recipe>
  2087. <recipe name="Bread" count="1" scrapable="False" craft_area="campfire" craft_tool="bowlWater">
  2088.     <ingredient name="flour" count="1"/>
  2089. </recipe>
  2090. <recipe name="grillSteak" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingGrill">
  2091.     <ingredient name="rawMeat" count="3"/>
  2092. </recipe>
  2093. <recipe name="steakSandwich" count="1" scrapable="False" >
  2094.     <ingredient name="grillSteak" count="1"/>
  2095.     <ingredient name="Bread" count="2"/>
  2096. </recipe>
  2097. <recipe name="Hamburger" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingGrill">
  2098.     <ingredient name="rawMeat" count="1"/>
  2099.     <ingredient name="Bread" count="2"/>
  2100. </recipe>
  2101. <recipe name="mealBreakfast" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  2102.     <ingredient name="rawMeat" count="3"/>
  2103.     <ingredient name="egg" count="3"/>
  2104.     <ingredient name="dinnerPlate" count="1"/>
  2105. </recipe>
  2106. <recipe name="mealDinner" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  2107.     <ingredient name="rawMeat" count="5"/>
  2108.     <ingredient name="assortedVegetables" count="4"/>
  2109.     <ingredient name="dinnerPlate" count="1"/>
  2110. </recipe>
  2111. <recipe name="mealDinner" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  2112.     <ingredient name="rawMeat" count="5"/>
  2113.     <ingredient name="canVegetables" count="2"/>
  2114.     <ingredient name="dinnerPlate" count="1"/>
  2115. </recipe>
  2116. <recipe name="bowlRamenNoodles" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  2117.     <ingredient name="ramenNoodles" count="1" />
  2118.     <ingredient name="bowlWater" count="1" />
  2119. </recipe>
  2120.  
  2121.         <!-- Misc Recipes Mod -->
  2122. <recipe name="minibikeChassis" count="1" scrapable="False" >
  2123.     <ingredient name="shortMetalPipe" count="30"/>
  2124.     <ingredient name="ductTape" count="10" />
  2125. </recipe>
  2126. <recipe name="minibikeSeat" count="1" scrapable="False">
  2127.     <ingredient name="ductTape" count="4"/>
  2128.     <ingredient name="leather" count="7"/>
  2129.     <ingredient name="cotton" count="3"/>
  2130.     <ingredient name="shortMetalPipe" count="4"/>
  2131. </recipe>
  2132. <recipe name="minibikeHandlebars" count="1" scrapable="False">
  2133.     <ingredient name="partsHandlebars" count="1"/>
  2134.     <ingredient name="ductTape" count="2"/>
  2135.     <ingredient name="scrapCable" count="1"/>
  2136.     <ingredient name="headlight" count="1"/>
  2137.     <ingredient name="shortMetalPipe" count="2"/>
  2138. </recipe>
  2139.  
  2140. <recipe name="cntEPSCardboardBox" count="1" scrapable="False">
  2141.     <ingredient name="paper" count="16" />
  2142.     <ingredient name="ductTape" count="1" />
  2143. </recipe>
  2144. <recipe name="whetstone" count="1" scrapable="False" >
  2145.     <ingredient name="rockSmall" count="2"/>
  2146. </recipe>
  2147. <recipe name="bowRepairKit" count="1" scrapable="False">
  2148.     <ingredient name="yuccaFibers" count="4"/>
  2149.     <ingredient name="glue" count="1"/>
  2150.     <ingredient name="cloth" count="1"/>
  2151.     <ingredient name="wood" count="5"/>
  2152. </recipe>
  2153. <recipe name="paper" count="1" scrapable="False" craft_area="workbench" craft_tool="paperRack">
  2154.     <ingredient name="fiberPulp" count="1"/>
  2155. </recipe>
  2156. <recipe name="fiberPulp" count="1" scrapable="False" craft_area="campfire" craft_tool="bowlWater">
  2157.     <ingredient name="yuccaFibers" count="20"/>
  2158. </recipe>
  2159. <recipe name="crudeNail" count="2" scrapable="False">
  2160.         <ingredient name="scrapIron" count="1"/>
  2161. </recipe>
  2162. <recipe name="carpenterKit" count="1" scrapable="False" craft_time="0.1">
  2163.         <ingredient name="crudeNail" count="6"/>
  2164.     <ingredient name="wood" count="10"/>
  2165. </recipe>
  2166. <recipe name="carpenterKit" count="1" scrapable="False" craft_time="0.1">
  2167.         <ingredient name="nail" count="4"/>
  2168.     <ingredient name="wood" count="10"/>
  2169. </recipe>
  2170. <recipe name="carpenterKit" count="1" scrapable="False" craft_time="0.1">
  2171.         <ingredient name="glue" count="2"/>
  2172.     <ingredient name="wood" count="10"/>
  2173. </recipe>
  2174.  
  2175. <recipe name="bowlWater" count="1" scrapable="False" >
  2176.     <ingredient name="bottledWater" count="1" />
  2177.     <ingredient name="bowl" count="1" />
  2178. </recipe>
  2179. <recipe name="bottledWater" count="1" scrapable="False" >
  2180.     <ingredient name="bowlWater" count="1" />
  2181.     <ingredient name="emptyJar" count="1" />
  2182. </recipe>
  2183. <recipe name="lokiBow" count="1" scrapable="False">
  2184.     <ingredient name="yuccaFibers" count="6"/>
  2185.     <ingredient name="animalHide" count="6"/>
  2186.     <ingredient name="glue" count="1"/>
  2187.     <ingredient name="wood" count="12"/>
  2188. </recipe>
  2189. <recipe name="waterPurified" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  2190.     <ingredient name="bottledWater" count="1"/>
  2191.     <ingredient name="crushedSand" count="1"/>
  2192.     <ingredient name="charcoalChips" count="1"/>
  2193.     <ingredient name="yuccaFibers" count="1"/>
  2194. </recipe>
  2195. <recipe name="lokiStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  2196.     <ingredient name="rawMeat" count="1"/>
  2197.     <ingredient name="potato" count="1"/>
  2198.     <ingredient name="corn" count="1"/>
  2199.     <ingredient name="bowlWater" count="1"/>
  2200. </recipe>
  2201. <recipe name="lokiStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  2202.     <ingredient name="rawMeat" count="1"/>
  2203.     <ingredient name="assortedVegetables" count="4"/>
  2204.     <ingredient name="bowlWater" count="1"/>
  2205. </recipe>
  2206. <recipe name="Lockpick" count="1" scrapable="True" >
  2207.     <ingredient name="scrapIron" count="1"/>
  2208. </recipe>
  2209. <recipe name="charcoalChips" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot">
  2210.     <ingredient name="wood" count="3"/>
  2211. </recipe>
  2212.     <recipe name="moldyBread" count="2" scrapable="False" >
  2213.         <ingredient name="shamSandwich" count="1" />
  2214.     </recipe>
  2215.     <recipe name="moldyBread" count="2" scrapable="False" >
  2216.         <ingredient name="moleSandwich" count="1" />
  2217.     </recipe>
  2218. <recipe name="medicalSplint" count="1" scrapable="False" >
  2219.         <ingredient name="firstAidBandage" count="2" />
  2220.         <ingredient name="wood" count="2"/>
  2221.         <ingredient name="cloth" count="2"/>
  2222. </recipe>
  2223.     <recipe name="disinfectantBandage" count="1" scrapable="False" >
  2224.   <ingredient name="cloth" count="2" />
  2225.   <ingredient name="Peroxide" count="1" />
  2226. </recipe>
  2227.     <recipe name="maniacPowder" count="1" scrapable="False" >
  2228.   <ingredient name="potassiumNitratePowder" count="1" />
  2229.   <ingredient name="painkillers" count="1" />
  2230.   <ingredient name="mushrooms" count="1" />
  2231.   <ingredient name="goldenrod" count="1" />
  2232. </recipe>
  2233.     <recipe name="minersTNT" count="1" scrapable="False" >
  2234.     <ingredient name="yuccaFibers" count="1" />
  2235.     <ingredient name="paper" count="10"/>
  2236.     <ingredient name="gunPowder" count="30"/>
  2237.     </recipe>
  2238.     <recipe name="stripsClingwrap" count="7" scrapable="False" >
  2239.   <ingredient name="Clingwrap" count="1" />
  2240. </recipe>
  2241.     <recipe name="rawMeat" count="1" scrapable="False" >
  2242.   <ingredient name="sealedMeat" count="1" />
  2243. </recipe>
  2244.     <recipe name="sealedMeat" count="1" scrapable="False" craft_time="0.1" >
  2245.   <ingredient name="rawMeat" count="1" />
  2246.   <ingredient name="stripsClingwrap" count="1" />
  2247. </recipe>
  2248.  
  2249.         <!--Working Ovens and Sinks Mod -->
  2250. <recipe name="ovenKit" count="1" scrapable="False">
  2251.     <ingredient name="electricalWires" count="5"/>
  2252.     <ingredient name="cookingGrill" count="2" />
  2253.     <ingredient name="shortMetalPipe" count="6"/>
  2254. </recipe>
  2255. <recipe name="plumbingKit" count="1" scrapable="False">
  2256.     <ingredient name="ductTape" count="5"/>
  2257.     <ingredient name="shortMetalPipe" count="10"/>
  2258. </recipe>
  2259.    
  2260.         <!-- Helmet Light Mod -->  
  2261.     <recipe name="ironHelmetLight" count="1" scrapable="False" >
  2262.         <ingredient name="ductTape" count="1" />
  2263.         <ingredient name="flashlight02" count="1" />
  2264.         <ingredient name="ironHelmet" count="1" />
  2265.     </recipe>
  2266.     <recipe name="militaryHelmetLight" count="1" scrapable="False" >
  2267.         <ingredient name="ductTape" count="1" />
  2268.         <ingredient name="flashlight02" count="1" />
  2269.         <ingredient name="militaryHelmet" count="1" />
  2270.     </recipe>
  2271.     <recipe name="swatHelmetLight" count="1" scrapable="False" >
  2272.         <ingredient name="ductTape" count="1" />
  2273.         <ingredient name="flashlight02" count="1" />
  2274.         <ingredient name="swatHelmet" count="1" />
  2275.     </recipe>
  2276.     <recipe name="scrapHelmetLight" count="1" scrapable="False" >
  2277.         <ingredient name="ductTape" count="1" />
  2278.         <ingredient name="flashlight02" count="1" />
  2279.         <ingredient name="scrapHelmet" count="1" />
  2280.     </recipe>
  2281.  
  2282.         <!-- Weapon Mods -->
  2283. <recipe name="gunPistolSilenced" count="1" scrapable="True"  craft_area="assembly">
  2284.     <ingredient name="flashlight02" count="0" />
  2285.     <ingredient name="partsPistol_parts" count="1"/>
  2286.     <ingredient name="partsPistol_barrel" count="1"/>
  2287.     <ingredient name="partsPistol_receiver" count="1"/>
  2288.     <ingredient name="gunSilencer" count="1" />
  2289.     </recipe>
  2290. <recipe name="gunPistolExClip" count="1" scrapable="True" craft_area="assembly">
  2291.     <ingredient name="flashlight02" count="0"/>
  2292.     <ingredient name="partsPistol_parts" count="1"/>
  2293.     <ingredient name="partsPistol_barrel" count="1"/>
  2294.     <ingredient name="pistolClip" count="1"/>
  2295.     <ingredient name="partsPistol_grip" count="1"/>
  2296. </recipe>
  2297. <recipe name="gunPistolExClipSilenced" count="1" scrapable="True" craft_area="assembly">
  2298.     <ingredient name="flashlight02" count="0"/>
  2299.     <ingredient name="partsPistol_parts" count="1"/>
  2300.     <ingredient name="partsPistol_barrel" count="1"/>
  2301.     <ingredient name="pistolClip" count="1"/>
  2302.     <ingredient name="gunSilencer" count="1" />
  2303. </recipe>
  2304.  
  2305.     <recipe name="gunPumpShotgunChoked" count="1" scrapable="True"  craft_area="assembly">
  2306.     <ingredient name="flashlight02" count="0" />
  2307.     <ingredient name="gunChoke" count="1" />
  2308.     <ingredient name="partsPumpShotgun_receiver" count="1"/>
  2309.     <ingredient name="partsPumpShotgun_parts" count="1"/>
  2310.     <ingredient name="partsPumpShotgun_stock" count="1"/>
  2311.     </recipe>      
  2312.  
  2313.     <recipe name="gunHuntingRifleExClip" count="1" scrapable="True"  craft_area="assembly">
  2314.         <ingredient name="flashlight02" count="0" />
  2315.         <ingredient name="partsHuntingRifle_barrel" count="1"/>
  2316.         <ingredient name="partsHuntingRifle_stock" count="1" />
  2317.         <ingredient name="partsHuntingRifle_receiver" count="1"/>
  2318.         <ingredient name="rifleClip" count="1" />
  2319.     </recipe>
  2320.    
  2321. <recipe name="gunHuntingRifleScoped" count="1" scrapable="True"  craft_area="assembly">
  2322.     <ingredient name="flashlight02" count="0"/>
  2323.     <ingredient name="partsHuntingRifle_barrel" count="1"/>
  2324.     <ingredient name="partsHuntingRifle_stock" count="1"/>
  2325.     <ingredient name="gunScope" count="1"/>
  2326.     <ingredient name="partsHuntingRifle_parts" count="1"/>
  2327.     </recipe>
  2328. <recipe name="gunHuntingRifleScopedExClip" count="1" scrapable="True"  craft_area="assembly">
  2329.     <ingredient name="flashlight02" count="0" />
  2330.     <ingredient name="partsHuntingRifle_barrel" count="1"/>
  2331.     <ingredient name="partsHuntingRifle_stock" count="1"/>
  2332.     <ingredient name="gunScope" count="1"/>
  2333.     <ingredient name="rifleClip" count="1"/>
  2334.     </recipe>
  2335.  
  2336.  
  2337.         <!-- Trap Mods -->
  2338.     <recipe name="trapAdhesive" count="1" scrapable="False" craft_area="workbench">
  2339.         <ingredient name="wood" count="5"/>
  2340.         <ingredient name="glue" count="1"/>
  2341.     </recipe>
  2342.     <recipe name="trapSteelFireSpike" count="1" scrapable="False" craft_area="workbench" >
  2343.   <ingredient name="forgedSteel" count="8" />
  2344.   <ingredient name="gasCan" count="10" />
  2345.     </recipe>
  2346.     <recipe name="trapSteelSpike" count="1" scrapable="False" craft_area="workbench">
  2347.         <ingredient name="forgedSteel" count="8" />
  2348.     </recipe>
  2349.     <recipe name="animalFeed" count="1" scrapable="False" >
  2350.   <ingredient name="goldenrod" count="3" />
  2351.     </recipe>
  2352.     <recipe name="animalFeed" count="1" scrapable="False" >
  2353.   <ingredient name="chrysanthemum" count="3" />
  2354.     </recipe>
  2355.     <recipe name="animalFeed" count="1" scrapable="False" >
  2356.   <ingredient name="acorn" count="3" />
  2357.     </recipe>
  2358.     <recipe name="animalSnare" count="1" scrapable="False" >
  2359.         <ingredient name="wood" count="5"/>
  2360.         <ingredient name="yuccaFibers" count="6" />
  2361.         <ingredient name="animalFeed" count="1" />
  2362.     </recipe>
  2363.     <recipe name="chickenCoop" count="1" scrapable="False" >
  2364.         <ingredient name="wood" count="10"/>
  2365.         <ingredient name="yuccaFibers" count="15" />
  2366.         <ingredient name="animalFeed" count="1" />
  2367.     </recipe>
  2368.     <recipe name="trapFire" count="2" scrapable="False" craft_area="workbench">      
  2369.         <ingredient name="forgedSteel" count="8" />
  2370.         <ingredient name="cookingGrill" count="1" />
  2371.         <ingredient name="gasCan" count="1" />
  2372.     </recipe>
  2373.     <recipe name="trapNailMine" count="1" scrapable="True" >
  2374.         <ingredient name="nail" count="15"/>
  2375.         <ingredient name="gunPowder" count="1"/>
  2376.         <ingredient name="candyTin" count="1"/>
  2377.     </recipe>
  2378.    
  2379.        <!-- Working Lights -->
  2380.     <recipe name="electricalWires" count="1" scrapable="False" craft_area="workbench" >
  2381.   <ingredient name="scrapIron" count="1" />
  2382. </recipe>
  2383.     <recipe name="flashlight02" count="1" scrapable="False" craft_area="workbench" >
  2384.     <ingredient name="shortMetalPipe" count="1"/>
  2385.     <ingredient name="Lightbulb" count="1" />
  2386.     <ingredient name="electricalWires" count="1"/>
  2387.     </recipe>
  2388.     <recipe name="lightStreetLamp" count="1" scrapable="False" craft_area="workbench" >
  2389.   <ingredient name="scrapIron" count="8" />
  2390.   <ingredient name="headlight" count="1" />
  2391.   <ingredient name="electricalWires" count="1"/>
  2392. </recipe>
  2393.     <recipe name="lightPorchRural" count="1" scrapable="False" craft_area="workbench" >
  2394.   <ingredient name="scrapIron" count="8" />
  2395.   <ingredient name="Lightbulb" count="1" />
  2396.   <ingredient name="electricalWires" count="1"/>
  2397.     </recipe>
  2398.     <recipe name="lightPorchBrass" count="1" scrapable="False" craft_area="workbench" >
  2399.   <ingredient name="scrapBrass" count="7" />
  2400.   <ingredient name="Lightbulb" count="1" />
  2401.   <ingredient name="electricalWires" count="1"/>
  2402. </recipe>
  2403.     <recipe name="lightPorch" count="1" scrapable="False" craft_area="workbench" >
  2404.   <ingredient name="scrapIron" count="8" />
  2405.   <ingredient name="Lightbulb" count="1" />
  2406.   <ingredient name="electricalWires" count="1"/>
  2407. </recipe>
  2408.     <recipe name="lightCeilingBar" count="1" scrapable="False" craft_area="workbench" >
  2409.   <ingredient name="scrapIron" count="8" />
  2410.   <ingredient name="Lightbulb" count="1" />
  2411.   <ingredient name="electricalWires" count="1"/>
  2412. </recipe>
  2413.     <recipe name="lightCeiling" count="1" scrapable="False" craft_area="workbench" >
  2414.   <ingredient name="scrapIron" count="8" />
  2415.   <ingredient name="Lightbulb" count="1" />
  2416.   <ingredient name="electricalWires" count="1"/>
  2417. </recipe>
  2418.     <recipe name="lightCeilingBrass" count="1" scrapable="False" craft_area="workbench" >
  2419.   <ingredient name="scrapBrass" count="5" />
  2420.   <ingredient name="Lightbulb" count="1" />
  2421.   <ingredient name="electricalWires" count="1"/>
  2422. </recipe>
  2423.     <recipe name="lightCeiling2" count="1" scrapable="False" craft_area="workbench" >
  2424.   <ingredient name="scrapIron" count="8" />
  2425.   <ingredient name="Lightbulb" count="1" />
  2426.   <ingredient name="electricalWires" count="1"/>
  2427. </recipe>
  2428.     <recipe name="lightCeiling3" count="1" scrapable="False" craft_area="workbench" >
  2429.   <ingredient name="scrapIron" count="8" />
  2430.   <ingredient name="Lightbulb" count="1" />
  2431.   <ingredient name="electricalWires" count="1"/>
  2432. </recipe>
  2433.     <recipe name="lightCeilingDome" count="1" scrapable="False" craft_area="workbench" >
  2434.   <ingredient name="scrapIron" count="8" />
  2435.   <ingredient name="Lightbulb" count="1" />
  2436.   <ingredient name="electricalWires" count="1"/>
  2437. </recipe>
  2438.     <recipe name="lightCeilingDomeBrass" count="1" scrapable="False" craft_area="workbench" >
  2439.   <ingredient name="scrapBrass" count="5" />
  2440.   <ingredient name="Lightbulb" count="1" />
  2441.   <ingredient name="electricalWires" count="1"/>
  2442. </recipe>
  2443.     <recipe name="lightWall" count="1" scrapable="False" craft_area="workbench" >
  2444.         <ingredient name="scrapIron" count="8" />
  2445.         <ingredient name="Lightbulb" count="1" />
  2446.         <ingredient name="electricalWires" count="1"/>
  2447.     </recipe>
  2448.     <recipe name="candleTable" count="1" scrapable="False" >
  2449.         <ingredient name="wood" count="1" />
  2450.         <ingredient name="candle" count="1" />
  2451.     </recipe>
  2452.     <recipe name="lightIndustrial" count="1" scrapable="False" craft_area="workbench" >
  2453.   <ingredient name="scrapIron" count="8" />
  2454.   <ingredient name="Lightbulb" count="1" />
  2455.   <ingredient name="electricalWires" count="1"/>
  2456. </recipe>
  2457.      
  2458.         <!-- Expanded Ammunition Types -->
  2459.         <!-- WARNING : blunderbussAmmoShredder replaces a Blunderbuss ammo, remove them from this file. -->
  2460.     <recipe name="blunderbussAmmoShredder" count="1" scrapable="False" >
  2461.         <ingredient name="scrapIron" count="1"/>
  2462.         <ingredient name="gunPowder" count="1"/>
  2463.         <ingredient name="paper" count="1"/>
  2464.     </recipe>
  2465.     <recipe name="healingAgent" count="1" scrapable="False" >
  2466.         <ingredient name="painkillers" count="3" />  
  2467.     </recipe>
  2468.     <recipe name="lokiShell" count="1" scrapable="False"> <!-- BUY THESE INSTEAD?! -->
  2469.          <ingredient name="chemicalAgent" count="1"/>
  2470.         <ingredient name="gunPowder" count="2"/>
  2471.         <ingredient name="shotgunShellCasing" count="1"/>
  2472.     </recipe>
  2473.         <!-- Expanded Weapons and Tools Mod -->
  2474. <recipe name="crossbowRepeater" count="1" scrapable="False">
  2475.     <ingredient name="forgedIron" count="4"/>
  2476.     <ingredient name="leather" count="2"/>
  2477.     <ingredient name="wood" count="10"/>
  2478.     <ingredient name="spring" count="5"/>
  2479. </recipe>
  2480.  
  2481.         <!--Survivor Notes Mod -->
  2482. <recipe name="survivorNotes" count="1" scrapable="False" tooltip="ttScrapVeggies" craft_time="0.5">
  2483.     <wildcard_forge_category />
  2484. </recipe>
  2485. <recipe name="survivorNoteCollection" count="1" scrapable="False" craft_time="0.5">
  2486.     <ingredient name="survivorNotes" count="5"/>
  2487. </recipe>
  2488.         <!-- Classes Mod -->
  2489.     <recipe name="(Class) - Hunter" count="1" scrapable="False" >
  2490.   <ingredient name="classSelection" count="1" />
  2491.     </recipe>
  2492.     <recipe name="(Class) - Bruiser" count="1" scrapable="False" >
  2493.   <ingredient name="classSelection" count="1" />
  2494.     </recipe>
  2495.     <recipe name="(Class) - Gunman" count="1" scrapable="False" >
  2496.   <ingredient name="classSelection" count="1" />
  2497.     </recipe>
  2498.     <recipe name="(Class) - Survivor" count="1" scrapable="False" >
  2499.   <ingredient name="classSelection" count="1" />
  2500.     </recipe>
  2501.     <recipe name="(Class) - Medic" count="1" scrapable="False" >
  2502.   <ingredient name="classSelection" count="1" />
  2503.     </recipe>
  2504.  
  2505.         <!-- Workstations Mod -->
  2506.     <recipe name="workstationMerchant" count="1" scrapable="False" >
  2507.         <ingredient name="wood" count="10"/>
  2508.         <ingredient name="scrapIron" count="5"/>
  2509.     </recipe>
  2510.     <recipe name="sewingKit" count="1" scrapable="False" >
  2511.         <ingredient name="yuccaFibers" count="5"/>
  2512.         <ingredient name="cloth" count="10"/>
  2513.     </recipe>
  2514.     <recipe name="paperRack" count="1" scrapable="False" >
  2515.         <ingredient name="wood" count="10"/>
  2516.         <ingredient name="yuccaFibers" count="10"/>
  2517.         <ingredient name="cloth" count="2"/>
  2518.     </recipe>
  2519. <recipe name="waterFilter" count="1" scrapable="False">
  2520.     <ingredient name="clayBucket" count="1" />
  2521.     <ingredient name="crushedSand" count="50"/>
  2522.     <ingredient name="charcoalChips" count="50"/>
  2523. </recipe>
  2524. <recipe name="clayBucket" count="1" scrapable="False" craft_area="campfire">
  2525.     <ingredient name="clayLump" count="30"/>
  2526. </recipe>
  2527.  
  2528.  
  2529. <!-- Expanded Vanilla Recipes -->
  2530.  
  2531. <recipe name="woodPole" count="1" scrapable="False">
  2532.         <ingredient name="wood" count="10"/>
  2533. </recipe>
  2534.  
  2535. <recipe name="woodStairsBoard" count="1" scrapable="False" >
  2536.     <ingredient name="wood" count="10"/>
  2537. </recipe>
  2538. <recipe name="burningBarrel" count="1" scrapable="False" >
  2539.     <ingredient name="scrapIron" count="10"/>
  2540.     <ingredient name="wood" count="10"/>
  2541.     <ingredient name="coal" count="1"/>
  2542. </recipe>
  2543. <recipe name="cntPurse01" count="1" scrapable="False">
  2544.     <ingredient name="cloth" count="5"/>
  2545. </recipe>
  2546. <recipe name="woodDebris" count="1" scrapable="False">
  2547.         <ingredient name="wood" count="30"/>
  2548. </recipe>
  2549.  
  2550. <!-- Ammo Conversions -->
  2551. <recipe name="dismantle9mmBullets" count="1" scrapable="True" craft_time = "5" craft_exp_gain="0">
  2552.     <ingredient name="9mmBullet" count="10"/>
  2553. </recipe>
  2554. <recipe name="dismantle762mmBullets" count="1" scrapable="True" craft_time = "5" craft_exp_gain="0">
  2555.     <ingredient name="762mmBullet" count="10"/>
  2556. </recipe>
  2557. <recipe name="dismantleShotgunShells" count="1" scrapable="True" craft_time = "5" craft_exp_gain="0">
  2558.     <ingredient name="shotgunShell" count="10"/>
  2559. </recipe>
  2560. <recipe name="ammoSupply9mm" count="1" scrapable="True" >
  2561.     <ingredient name="genericAmmoBox" count="1"/>
  2562. </recipe>
  2563. <recipe name="ammoSupply762mm" count="1" scrapable="True" >
  2564.     <ingredient name="genericAmmoBox" count="1"/>
  2565. </recipe>
  2566. <recipe name="ammoSupplyShotgun" count="1" scrapable="True" >
  2567.     <ingredient name="genericAmmoBox" count="1"/>
  2568. </recipe>
  2569.  
  2570.  
  2571. <recipe name="9mmBullet" count="1" scrapable="True" craft_area="workbench" craft_tool="bulletTumbler">
  2572.     <ingredient name="9mmBulletCasing" count="1" />
  2573.     <ingredient name="gunPowder" count="1"/>
  2574.     <ingredient name="bulletTip" count="1"/>
  2575. </recipe>
  2576. <recipe name="762mmBullet" count="1" scrapable="True" craft_area="workbench" craft_tool="bulletTumbler">
  2577.     <ingredient name="762mmBulletCasing" count="1" />
  2578.     <ingredient name="gunPowder" count="3"/>
  2579.     <ingredient name="bulletTip" count="1"/>
  2580. </recipe>
  2581. <recipe name="shotgunShell" count="1" scrapable="False" craft_area="workbench" craft_tool="bulletTumbler" >
  2582.     <ingredient name="buckshot" count="1"/>
  2583.     <ingredient name="gunPowder" count="1"/>
  2584.     <ingredient name="shotgunShellCasing" count="1" />
  2585. </recipe>
  2586. <recipe name="shotgunSlug" count="1" scrapable="False" craft_area="workbench" craft_tool="bulletTumbler">
  2587.     <ingredient name="shotgunShellCasing" count="1" />
  2588.     <ingredient name="gunPowder" count="5"/>
  2589.     <ingredient name="bulletTip" count="5"/>
  2590. </recipe>
  2591.     <recipe name="lokiShell" count="1" scrapable="False" craft_area="workbench" craft_tool="bulletTumbler">
  2592.          <ingredient name="chemicalAgent" count="1"/>
  2593.         <ingredient name="gunPowder" count="2"/>
  2594.         <ingredient name="shotgunShellCasing" count="1"/>
  2595.     </recipe>
  2596.  
  2597. <recipe name="9mmBulletCasing" count="1" scrapable="True" craft_area="workbench" craft_tool="bulletTumbler" craft_exp_gain="0">
  2598.     <ingredient name="762mmBulletCasing" count="1"/>
  2599. </recipe>
  2600.  
  2601. <recipe name="762mmBulletCasing" count="1" scrapable="True" craft_area="workbench" craft_tool="bulletTumbler" craft_exp_gain="0">
  2602.     <ingredient name="9mmBulletCasing" count="1"/>
  2603. </recipe>
  2604.  
  2605. <recipe name="9mmBullet" count="1" scrapable="True" craft_area="workbench" craft_tool="bulletTumbler" craft_exp_gain="0">
  2606.     <ingredient name="762mmBullet" count="1"/>
  2607. </recipe>
  2608.  
  2609. <recipe name="762mmBullet" count="1" scrapable="True" craft_area="workbench" craft_tool="bulletTumbler" craft_exp_gain="0">
  2610.     <ingredient name="9mmBullet" count="2"/>
  2611. </recipe>
  2612.  
  2613. <recipe name="arrow" count="1" scrapable="False" craft_area="workbench">
  2614.     <ingredient name="rockSmall" count="1"/>
  2615.     <ingredient name="wood" count="1"/>
  2616.     <ingredient name="feather" count="1"/>
  2617. </recipe>
  2618. <recipe name="arrow" count="1" scrapable="False" craft_area="workbench" craft_exp_gain="0">
  2619.     <ingredient name="crossbowBolt" count="1"/>
  2620. </recipe>
  2621. <recipe name="ironArrow" count="1" scrapable="False" craft_area="workbench">
  2622.     <ingredient name="ironArrowHead" count="1"/>
  2623.     <ingredient name="wood" count="1"/>
  2624.     <ingredient name="feather" count="1"/>
  2625. </recipe>
  2626. <recipe name="ironArrow" count="1" scrapable="False" craft_area="workbench" craft_exp_gain="0">
  2627.     <ingredient name="ironCrossbowBolt" count="1"/>
  2628. </recipe>
  2629. <recipe name="steelArrow" count="1" scrapable="False" craft_area="workbench">
  2630.     <ingredient name="steelArrowHead" count="1"/>
  2631.     <ingredient name="wood" count="1"/>
  2632.     <ingredient name="feather" count="1"/>
  2633. </recipe>
  2634. <recipe name="steelArrow" count="1" scrapable="False" craft_area="workbench" craft_exp_gain="0">
  2635.     <ingredient name="steelCrossbowBolt" count="1"/>
  2636. </recipe>
  2637. <recipe name="crossbowBolt" count="1" scrapable="False" craft_area="workbench">
  2638.     <ingredient name="rockSmall" count="1"/>
  2639.     <ingredient name="wood" count="1"/>
  2640.     <ingredient name="feather" count="1"/>
  2641. </recipe>
  2642. <recipe name="crossbowBolt" count="1" scrapable="False" craft_area="workbench" craft_exp_gain="0">
  2643.     <ingredient name="arrow" count="1"/>
  2644. </recipe>
  2645. <recipe name="ironCrossbowBolt" count="1" scrapable="False" craft_area="workbench">
  2646.     <ingredient name="ironArrowHead" count="1"/>
  2647.     <ingredient name="wood" count="1"/>
  2648.     <ingredient name="feather" count="1"/>
  2649. </recipe>
  2650. <recipe name="ironCrossbowBolt" count="1" scrapable="False" craft_area="workbench" craft_exp_gain="0">
  2651.     <ingredient name="ironArrow" count="1"/>
  2652. </recipe>
  2653. <recipe name="steelCrossbowBolt" count="1" scrapable="False" craft_area="workbench">
  2654.     <ingredient name="steelArrowHead" count="1"/>
  2655.     <ingredient name="wood" count="1"/>
  2656.     <ingredient name="feather" count="1"/>
  2657. </recipe>
  2658. <recipe name="steelCrossbowBolt" count="1" scrapable="False" craft_area="workbench" craft_exp_gain="0">
  2659.     <ingredient name="steelArrow" count="1"/>
  2660. </recipe>
  2661.  
  2662. <recipe name="arrow" count="1" scrapable="False" craft_exp_gain="0">
  2663.     <ingredient name="crossbowBolt" count="1"/>
  2664. </recipe>
  2665. <recipe name="ironArrow" count="1" scrapable="False" craft_exp_gain="0">
  2666.     <ingredient name="ironCrossbowBolt" count="1"/>
  2667. </recipe>
  2668. <recipe name="steelArrow" count="1" scrapable="False" craft_exp_gain="0">
  2669.     <ingredient name="steelCrossbowBolt" count="1"/>
  2670. </recipe>
  2671. <recipe name="crossbowBolt" count="1" scrapable="False" craft_exp_gain="0">
  2672.     <ingredient name="arrow" count="1"/>
  2673. </recipe>
  2674. <recipe name="ironCrossbowBolt" count="1" scrapable="False" craft_exp_gain="0">
  2675.     <ingredient name="ironArrow" count="1"/>
  2676. </recipe>
  2677. <recipe name="steelCrossbowBolt" count="1" scrapable="False" craft_exp_gain="0">
  2678.     <ingredient name="steelArrow" count="1"/>
  2679. </recipe>
  2680.  
  2681.     <!-- Merchant Mod -->
  2682. <recipe name="survivorNotes" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2683.     <ingredient name="casinoCoin" count="70"/>
  2684. </recipe>
  2685. <recipe name="militaryRation" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2686.     <ingredient name="casinoCoin" count="25"/>
  2687. </recipe>
  2688. <recipe name="waterPurified" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2689.     <ingredient name="casinoCoin" count="20"/>
  2690. </recipe>
  2691. <recipe name="merchantOrderFirstAidKit" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2692.     <ingredient name="casinoCoin" count="30"/>
  2693. </recipe>
  2694. <recipe name="merchantOrderAntibiotics" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2695.     <ingredient name="casinoCoin" count="35"/>
  2696. </recipe>
  2697. <recipe name="merchantOrderArrows" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2698.     <ingredient name="casinoCoin" count="15"/>
  2699. </recipe>
  2700. <recipe name="merchantOrderBolts" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2701.     <ingredient name="casinoCoin" count="15"/>
  2702. </recipe>
  2703. <recipe name="merchantOrder9MM" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2704.     <ingredient name="casinoCoin" count="40"/>
  2705. </recipe>
  2706. <recipe name="merchantOrder762MM" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2707.     <ingredient name="casinoCoin" count="50"/>
  2708. </recipe>
  2709. <recipe name="merchantOrderShotgunShell" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2710.     <ingredient name="casinoCoin" count="40"/>
  2711. </recipe>
  2712. <recipe name="merchantOrderGascan" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2713.     <ingredient name="casinoCoin" count="25"/>
  2714. </recipe>
  2715. <recipe name="carBattery" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2716.     <ingredient name="casinoCoin" count="100"/>
  2717. </recipe>
  2718. <recipe name="partsAuger_blade" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2719.     <ingredient name="casinoCoin" count="100"/>
  2720. </recipe>
  2721. <recipe name="partsAuger_parts" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2722.     <ingredient name="casinoCoin" count="100"/>
  2723. </recipe>
  2724. <recipe name="partsChainsaw_blade" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2725.     <ingredient name="casinoCoin" count="100"/>
  2726. </recipe>
  2727. <recipe name="partsChainsaw_parts" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2728.     <ingredient name="casinoCoin" count="100"/>
  2729. </recipe>
  2730. <recipe name="headlight" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2731.     <ingredient name="casinoCoin" count="50"/>
  2732. </recipe>
  2733. <recipe name="shoppingBasketItem" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2734.     <ingredient name="casinoCoin" count="50"/>
  2735. </recipe>
  2736. <recipe name="merchantOrderMinibikeWheels" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2737.     <ingredient name="casinoCoin" count="50"/>
  2738. </recipe>
  2739. <recipe name="merchantOrderMinibikeChassis" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2740.     <ingredient name="casinoCoin" count="100"/>
  2741. </recipe>
  2742. <recipe name="merchantOrderMinibikeSeat" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2743.     <ingredient name="casinoCoin" count="70"/>
  2744. </recipe>
  2745. <recipe name="merchantOrderMinibikeHandlebars" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2746.     <ingredient name="casinoCoin" count="75"/>
  2747. </recipe>
  2748. <recipe name="smallEngine" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2749.     <ingredient name="casinoCoin" count="100"/>
  2750. </recipe>
  2751. <recipe name="nailgun" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2752.     <ingredient name="casinoCoin" count="100"/>
  2753. </recipe>
  2754. <recipe name="repairKit" count="5" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2755.     <ingredient name="casinoCoin" count="25"/>
  2756. </recipe>
  2757.  
  2758. <recipe name="partsPistol_grip" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2759.     <ingredient name="casinoCoin" count="50"/>
  2760. </recipe>
  2761. <recipe name="partsPistol_receiver" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2762.     <ingredient name="casinoCoin" count="50"/>
  2763. </recipe>
  2764. <recipe name="partsPistol_parts" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2765.     <ingredient name="casinoCoin" count="50"/>
  2766. </recipe>
  2767. <recipe name="partsPistol_barrel" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2768.     <ingredient name="casinoCoin" count="50"/>
  2769. </recipe>
  2770.  
  2771. <recipe name="partsPumpShotgun_stockShort" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2772.     <ingredient name="casinoCoin" count="50"/>
  2773. </recipe>
  2774. <recipe name="partsPumpShotgun_receiver" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2775.     <ingredient name="casinoCoin" count="50"/>
  2776. </recipe>
  2777. <recipe name="partsPumpShotgun_parts" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2778.     <ingredient name="casinoCoin" count="50"/>
  2779. </recipe>
  2780. <recipe name="partsPumpShotgun_barrelShort" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2781.     <ingredient name="casinoCoin" count="50"/>
  2782. </recipe>
  2783. <recipe name="partsPumpShotgun_stock" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2784.     <ingredient name="casinoCoin" count="50"/>
  2785. </recipe>
  2786. <recipe name="partsPumpShotgun_barrel" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2787.     <ingredient name="casinoCoin" count="50"/>
  2788. </recipe>
  2789.  
  2790. <recipe name="partsHuntingRifle_stock" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2791.     <ingredient name="casinoCoin" count="50"/>
  2792. </recipe>
  2793. <recipe name="partsHuntingRifle_receiver" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2794.     <ingredient name="casinoCoin" count="50"/>
  2795. </recipe>
  2796. <recipe name="partsHuntingRifle_parts" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2797.     <ingredient name="casinoCoin" count="50"/>
  2798. </recipe>
  2799. <recipe name="partsHuntingRifle_barrel" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2800.     <ingredient name="casinoCoin" count="50"/>
  2801. </recipe>
  2802.  
  2803. <recipe name="gunSilencer" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2804.     <ingredient name="casinoCoin" count="250"/>
  2805. </recipe>
  2806. <recipe name="gunChoke" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2807.     <ingredient name="casinoCoin" count="150"/>
  2808. </recipe>
  2809. <recipe name="gunScope" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2810.     <ingredient name="casinoCoin" count="200"/>
  2811. </recipe>
  2812. <recipe name="rifleClip" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2813.     <ingredient name="casinoCoin" count="150"/>
  2814. </recipe>
  2815. <recipe name="pistolClip" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2816.     <ingredient name="casinoCoin" count="150"/>
  2817. </recipe>
  2818.  
  2819.  
  2820. <recipe name="merchantOrderPistol" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2821.     <ingredient name="casinoCoin" count="250"/>
  2822. </recipe>
  2823. <recipe name="merchantOrderPumpShotgun" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2824.     <ingredient name="casinoCoin" count="250"/>
  2825. </recipe>
  2826. <recipe name="merchantOrderHuntingRifle" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2827.     <ingredient name="casinoCoin" count="250"/>
  2828. </recipe>
  2829. <recipe name="merchantOrderBow" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2830.     <ingredient name="casinoCoin" count="100"/>
  2831. </recipe>
  2832. <recipe name="merchantOrderCrossbow" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2833.     <ingredient name="casinoCoin" count="150"/>
  2834. </recipe>
  2835.  
  2836. <recipe name="beaker" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2837.     <ingredient name="casinoCoin" count="70"/>
  2838. </recipe>
  2839. <recipe name="merchantOrderHammer" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2840.     <ingredient name="casinoCoin" count="150"/>
  2841. </recipe>
  2842. <recipe name="merchantOrderWrench" count="1" scrapable="False" craft_area="workstationMerchant" craft_time="1300">
  2843.     <ingredient name="casinoCoin" count="150"/>
  2844. </recipe>
  2845.  
  2846. <!--Survival Campfire -->
  2847. <recipe name="survivalCampfire" count="1" scrapable="False">
  2848.     <ingredient name="campfire" count="1"/>
  2849.     <ingredient name="cookingGrill" count="1"/>
  2850.     <ingredient name="cookingPot" count="1"/>
  2851. </recipe>
  2852. <recipe name="baconAndEggs" count="1" scrapable="False" craft_area="survivalCampfire" >
  2853.     <ingredient name="egg" count="2"/>
  2854.     <ingredient name="rawMeat" count="1"/>
  2855. </recipe>
  2856.  
  2857. <recipe name="bakedPotato" count="1" scrapable="False" craft_area="survivalCampfire" >
  2858.     <ingredient name="potato" count="1"/>
  2859. </recipe>
  2860. <recipe name="blueberryPie" count="1" scrapable="False" craft_area="survivalCampfire" >
  2861.     <ingredient name="blueberries" count="1"/>
  2862.     <ingredient name="egg" count="1"/>
  2863.     <ingredient name="flour" count="1"/>
  2864.     <ingredient name="bowlWater" count="1"/>
  2865. </recipe>
  2866. <recipe name="boiledMeat" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="bowlWater">
  2867.     <ingredient name="rawMeat" count="1"/>
  2868. </recipe>
  2869. <recipe name="bottledWater" count="1" scrapable="False" craft_area="survivalCampfire" >
  2870.     <ingredient name="snowHarvested" count="1"/>
  2871.     <ingredient name="emptyJar" count="1"/>
  2872. </recipe>
  2873.  
  2874. <recipe name="bottledWater" count="1" scrapable="False" craft_area="survivalCampfire" >
  2875.     <ingredient name="bottledRiverWater" count="1"/>
  2876. </recipe>
  2877.  
  2878. <recipe name="bottledRiverWater" count="1" scrapable="False" craft_area="survivalCampfire">
  2879.     <ingredient name="snowHarvested" count="1"/>
  2880.     <ingredient name="emptyJar" count="1"/>
  2881. </recipe>
  2882. <recipe name="canBoiledWater" count="1" scrapable="False" craft_area="survivalCampfire">
  2883.     <ingredient name="canMurkyWater" count="1"/>
  2884. </recipe>
  2885. <recipe name="canBoiledWater" count="1" scrapable="False" craft_area="survivalCampfire">
  2886.     <ingredient name="snowHarvested" count="1"/>
  2887.     <ingredient name="canEmpty" count="1"/>
  2888. </recipe>
  2889. <recipe name="coffee" count="1" scrapable="False" craft_area="survivalCampfire" >
  2890.     <ingredient name="coffeeBeans" count="1"/>
  2891.     <ingredient name="bottledWater" count="1"/>
  2892. </recipe>
  2893. <recipe name="cornBread" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="bowlWater">
  2894.     <ingredient name="cornMeal" count="1"/>
  2895. </recipe>
  2896. <recipe name="cornOnTheCob" count="1" scrapable="False" craft_area="survivalCampfire" >
  2897.     <ingredient name="corn" count="1"/>
  2898. </recipe>
  2899. <recipe name="eggboiled" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="bowlWater">
  2900.     <ingredient name="egg" count="1"/>
  2901. </recipe>
  2902. <recipe name="goldenRodTea" count="1" scrapable="False" craft_area="survivalCampfire" >
  2903.     <ingredient name="goldenrod" count="1"/>
  2904.     <ingredient name="bottledWater" count="1"/>
  2905. </recipe>
  2906. <recipe name="grilledMeat" count="1" scrapable="False" craft_area="survivalCampfire" >
  2907.     <ingredient name="rawMeat" count="1"/>
  2908. </recipe>
  2909. <recipe name="herbalAntibiotics" count="1" scrapable="False" craft_area="survivalCampfire" >
  2910.     <ingredient name="blueberries" count="1"/>
  2911.     <ingredient name="mushrooms" count="1"/>
  2912.     <ingredient name="chrysanthemum" count="1"/>
  2913.     <ingredient name="potassiumNitratePowder" count="1"/>
  2914. </recipe>
  2915. <recipe name="meatStew" count="1" scrapable="False" craft_area="survivalCampfire" >
  2916.     <ingredient name="rawMeat" count="1"/>
  2917.     <ingredient name="potato" count="1"/>
  2918.     <ingredient name="corn" count="1"/>
  2919.     <ingredient name="bowlWater" count="1"/>
  2920. </recipe>
  2921. <recipe name="meatStew" count="1" scrapable="False" craft_area="survivalCampfire" >
  2922.     <ingredient name="rawMeat" count="1"/>
  2923.     <ingredient name="assortedVegetables" count="4"/>
  2924.     <ingredient name="bowlWater" count="1"/>
  2925. </recipe>
  2926. <recipe name="meatStew" count="1" scrapable="False" craft_area="survivalCampfire" >
  2927.     <ingredient name="rawMeat" count="1"/>
  2928.     <ingredient name="canVegetables" count="1"/>
  2929. </recipe>
  2930. <recipe name="redTea" count="1" scrapable="False" craft_area="survivalCampfire" >
  2931.     <ingredient name="chrysanthemum" count="1"/>
  2932.     <ingredient name="bottledWater" count="1"/>
  2933. </recipe>
  2934. <recipe name="tallow" count="1" scrapable="False" craft_area="survivalCampfire" >
  2935.     <ingredient name="animalFat" count="1"/>
  2936. </recipe>
  2937. <recipe name="vegetableStew" count="1" scrapable="False" craft_area="survivalCampfire" >
  2938.     <ingredient name="potato" count="1"/>
  2939.     <ingredient name="corn" count="1"/>
  2940.     <ingredient name="mushrooms" count="1"/>
  2941.     <ingredient name="bowlWater" count="1"/>
  2942. </recipe>
  2943.  
  2944.     <recipe name="bowl" count="1" scrapable="False" craft_area="survivalCampfire">
  2945.         <ingredient name="clayLump" count="3"/>
  2946.     </recipe>
  2947.     <recipe name="dinnerPlate" count="1" scrapable="False" craft_area="survivalCampfire">
  2948.         <ingredient name="clayLump" count="4"/>
  2949.     </recipe>
  2950.     <recipe name="scrambledEggs" count="1" scrapable="False" craft_area="survivalCampfire"  >
  2951.         <ingredient name="egg" count="2"/>
  2952.         <ingredient name="animalFat" count="1"/>
  2953.     </recipe>
  2954.     <recipe name="Omelet" count="1" scrapable="False" craft_area="survivalCampfire"  >
  2955.         <ingredient name="egg" count="2"/>
  2956.         <ingredient name="animalFat" count="1"/>
  2957.         <ingredient name="rawMeat" count="1"/>
  2958.     </recipe>
  2959.     <recipe name="stewChunkyMeat" count="1" scrapable="False" craft_area="survivalCampfire"  >
  2960.         <ingredient name="bowlWater" count="1" />
  2961.         <ingredient name="rawMeat" count="3"/>
  2962.     </recipe>
  2963.     <recipe name="warmsoupChunkyBeef" count="1" scrapable="False" craft_area="survivalCampfire"  >
  2964.     <ingredient name="bowl" count="1" />
  2965.     <ingredient name="canBeef" count="1" />
  2966.     </recipe>
  2967.     <recipe name="warmbowlChili" count="1" scrapable="False" craft_area="survivalCampfire"  >
  2968.     <ingredient name="bowl" count="1" />
  2969.     <ingredient name="canChili" count="1" />
  2970.     </recipe>
  2971.     <recipe name="warmbowlPasta" count="1" scrapable="False" craft_area="survivalCampfire"  >
  2972.     <ingredient name="bowl" count="1" />
  2973.     <ingredient name="canPasta" count="1" />
  2974.     </recipe>
  2975.     <recipe name="warmbowlSoup" count="1" scrapable="False" craft_area="survivalCampfire"  >
  2976.     <ingredient name="bowl" count="1" />
  2977.     <ingredient name="canSoup" count="1" />
  2978.     </recipe>
  2979.     <recipe name="creamedCorn" count="1" scrapable="False" craft_area="survivalCampfire"  >
  2980.     <ingredient name="bowlWater" count="1" />
  2981.     <ingredient name="corn" count="2" />
  2982.     </recipe>
  2983.     <recipe name="bowlWater" count="1" scrapable="False" craft_area="survivalCampfire"  >
  2984.         <ingredient name="bowlMurkyWater" count="1"/>
  2985.     </recipe>
  2986.     <recipe name="soupMushroom" count="1" scrapable="False" craft_area="survivalCampfire"  >
  2987.         <ingredient name="bowlWater" count="1"/>
  2988.     <ingredient name="mushrooms" count="3" />
  2989.     </recipe>
  2990.         <recipe name="honeyHam" count="1" scrapable="False" craft_area="survivalCampfire"  >
  2991.         <ingredient name="foodHoney" count="1"/>
  2992.         <ingredient name="boiledMeat" count="1"/>
  2993.     </recipe>
  2994.     <recipe name="vegetableStew" count="1" scrapable="False" craft_area="survivalCampfire"  >
  2995.     <ingredient name="bowlWater" count="1" />
  2996.     <ingredient name="assortedVegetables" count="6" />
  2997.   </recipe>
  2998. <recipe name="biscuit" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="bowlWater">
  2999.     <ingredient name="flour" count="1"/>
  3000. </recipe>
  3001. <recipe name="Bread" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="bowlWater">
  3002.     <ingredient name="flour" count="1"/>
  3003. </recipe>
  3004. <recipe name="grillSteak" count="1" scrapable="False" craft_area="survivalCampfire" >
  3005.     <ingredient name="rawMeat" count="3"/>
  3006. </recipe>
  3007. <recipe name="Hamburger" count="1" scrapable="False" craft_area="survivalCampfire" >
  3008.     <ingredient name="rawMeat" count="1"/>
  3009.     <ingredient name="Bread" count="2"/>
  3010. </recipe>
  3011. <recipe name="mealBreakfast" count="1" scrapable="False" craft_area="survivalCampfire" >
  3012.     <ingredient name="rawMeat" count="3"/>
  3013.     <ingredient name="egg" count="3"/>
  3014.     <ingredient name="dinnerPlate" count="1"/>
  3015. </recipe>
  3016. <recipe name="mealDinner" count="1" scrapable="False" craft_area="survivalCampfire" >
  3017.     <ingredient name="rawMeat" count="5"/>
  3018.     <ingredient name="assortedVegetables" count="4"/>
  3019.     <ingredient name="dinnerPlate" count="1"/>
  3020. </recipe>
  3021. <recipe name="mealDinner" count="1" scrapable="False" craft_area="survivalCampfire" >
  3022.     <ingredient name="rawMeat" count="5"/>
  3023.     <ingredient name="canVegetables" count="2"/>
  3024.     <ingredient name="dinnerPlate" count="1"/>
  3025. </recipe>
  3026. <recipe name="bowlRamenNoodles" count="1" scrapable="False" craft_area="survivalCampfire" >
  3027.     <ingredient name="ramenNoodles" count="1" />
  3028.     <ingredient name="bowlWater" count="1" />
  3029. </recipe>
  3030. <recipe name="fiberPulp" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="bowlWater">
  3031.     <ingredient name="yuccaFibers" count="20"/>
  3032. </recipe>
  3033. <recipe name="waterPurified" count="1" scrapable="False" craft_area="survivalCampfire" >
  3034.     <ingredient name="bottledWater" count="1"/>
  3035.     <ingredient name="crushedSand" count="1"/>
  3036.     <ingredient name="charcoalChips" count="1"/>
  3037.     <ingredient name="yuccaFibers" count="1"/>
  3038. </recipe>
  3039. <recipe name="lokiStew" count="1" scrapable="False" craft_area="survivalCampfire" >
  3040.     <ingredient name="rawMeat" count="1"/>
  3041.     <ingredient name="potato" count="1"/>
  3042.     <ingredient name="corn" count="1"/>
  3043.     <ingredient name="bowlWater" count="1"/>
  3044. </recipe>
  3045. <recipe name="lokiStew" count="1" scrapable="False" craft_area="survivalCampfire" >
  3046.     <ingredient name="rawMeat" count="1"/>
  3047.     <ingredient name="assortedVegetables" count="4"/>
  3048.     <ingredient name="bowlWater" count="1"/>
  3049. </recipe>
  3050. <recipe name="charcoalChips" count="1" scrapable="False" craft_area="survivalCampfire" >
  3051.     <ingredient name="wood" count="3"/>
  3052. </recipe>
  3053. <recipe name="clayBucket" count="1" scrapable="False" craft_area="survivalCampfire">
  3054.     <ingredient name="clayLump" count="30"/>
  3055. </recipe>
  3056.  
  3057.  
  3058.  
  3059.  
  3060. <recipe name="antibiotics" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker">
  3061.     <ingredient name="moldyBread" count="1"/>
  3062.     <ingredient name="potassiumNitratePowder" count="1"/>
  3063. </recipe>
  3064. <recipe name="bioFuel" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker">
  3065.     <ingredient name="animalFat" count="1"/>
  3066. </recipe>
  3067. <recipe name="gasCan" count="50" scrapable="False" craft_area="campfire" craft_tool="beaker">
  3068.     <ingredient name="oilShale" count="25"/>
  3069. </recipe>
  3070. <recipe name="glue" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker">
  3071.     <ingredient name="femur" count="1"/>
  3072.     <ingredient name="bottledWater" count="1"/>
  3073. </recipe>
  3074. <recipe name="grainAlcohol" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker">
  3075.     <ingredient name="cornMeal" count="1"/>
  3076.     <ingredient name="bottledWater" count="1"/>
  3077. </recipe>
  3078. <recipe name="Mead" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker">
  3079.     <ingredient name="cornMeal" count="1"/>
  3080.     <ingredient name="bottledWater" count="1"/>
  3081.     <ingredient name="foodHoney" count="1"/>
  3082. </recipe>
  3083. <recipe name="waterPurified" count="1" scrapable="False" craft_area="campfire" craft_tool="waterFilter">
  3084.     <ingredient name="bottledWater" count="1"/>
  3085. </recipe>
  3086. <recipe name="fuelLog" count="1" scrapable="False" craft_area="campfire" craft_time="10">
  3087.     <ingredient name="wood" count="40"/>
  3088.     <ingredient name="tallow" count="1" />
  3089. </recipe>
  3090. <recipe name="oil" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker">
  3091.     <ingredient name="emptyJar" count="1"  />
  3092.     <ingredient name="oilShale" count="10"/>
  3093. </recipe>
  3094. <recipe name="chemicalAgent" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker" >
  3095.     <ingredient name="rottingFlesh" count="1"/>
  3096. </recipe>
  3097. <recipe name="chemicalAgent" count="30" scrapable="False" craft_area="campfire" craft_tool="beaker" >
  3098.     <ingredient name="carBattery" count="1"/>
  3099. </recipe>
  3100. <recipe name="antibiotics" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="beaker">
  3101.     <ingredient name="moldyBread" count="1"/>
  3102.     <ingredient name="potassiumNitratePowder" count="1"/>
  3103. </recipe>
  3104. <recipe name="bioFuel" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="beaker">
  3105.     <ingredient name="animalFat" count="1"/>
  3106. </recipe>
  3107. <recipe name="gasCan" count="50" scrapable="False" craft_area="survivalCampfire" craft_tool="beaker">
  3108.     <ingredient name="oilShale" count="25"/>
  3109. </recipe>
  3110. <recipe name="glue" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="beaker">
  3111.     <ingredient name="femur" count="1"/>
  3112.     <ingredient name="bottledWater" count="1"/>
  3113. </recipe>
  3114. <recipe name="grainAlcohol" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="beaker">
  3115.     <ingredient name="cornMeal" count="1"/>
  3116.     <ingredient name="bottledWater" count="1"/>
  3117. </recipe>
  3118. <recipe name="Mead" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="beaker">
  3119.     <ingredient name="cornMeal" count="1"/>
  3120.     <ingredient name="bottledWater" count="1"/>
  3121.     <ingredient name="foodHoney" count="1"/>
  3122. </recipe>
  3123. <recipe name="waterPurified" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="waterFilter">
  3124.     <ingredient name="bottledWater" count="1"/>
  3125. </recipe>
  3126. <recipe name="fuelLog" count="1" scrapable="False" craft_area="survivalCampfire" craft_time="10">
  3127.     <ingredient name="wood" count="40"/>
  3128.     <ingredient name="tallow" count="1" />
  3129. </recipe>
  3130. <recipe name="oil" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="beaker">
  3131.     <ingredient name="emptyJar" count="1"  />
  3132.     <ingredient name="oilShale" count="10"/>
  3133. </recipe>
  3134. <recipe name="chemicalAgent" count="1" scrapable="False" craft_area="survivalCampfire" craft_tool="beaker" >
  3135.     <ingredient name="rottingFlesh" count="1"/>
  3136. </recipe>
  3137. <recipe name="chemicalAgent" count="30" scrapable="False" craft_area="survivalCampfire" craft_tool="beaker" >
  3138.     <ingredient name="carBattery" count="1"/>
  3139. </recipe>
  3140.  
  3141.  
  3142. </recipes>
  3143. <!-- To do (maybe / later)
  3144.  
  3145. <recipe name="homelyFurRug" count="1" scrapable="False">
  3146.     <ingredient name="animalHide" count="20" />
  3147.     <ingredient name="wood" count="10"/>
  3148. </recipe>
  3149. <recipe name="book" count="1" scrapable="False">
  3150.     <ingredient name="paper" count="64"/>
  3151. </recipe>
  3152.  
  3153. <recipe name="wood" count="4" scrapable="False">
  3154.     <ingredient name="woodDebris" count="1"/>
  3155. </recipe>
  3156.  
  3157. miningHelmet
  3158. boardedWindowsSheet4
  3159. window02
  3160. window03
  3161. storeShelving01Double
  3162. storeShelving01Top
  3163. storeShelving01TopDouble
  3164. The redwood fence blocks.
  3165. Bookcases
  3166. The black iron railings.
  3167. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement