Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.99 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" tooltip="ttScrapMetalBrass">
  8. <wildcard_forge_category />
  9. </recipe>
  10.  
  11. <recipe name="scrapPlastics" count="1" tooltip="ttScrapMetalBrass">
  12. <wildcard_forge_category />
  13. </recipe>
  14.  
  15. <recipe name="electricParts" count="1" tooltip="ttScrapMetalBrass">
  16. <wildcard_forge_category />
  17. </recipe>
  18.  
  19. <recipe name="electronicParts" count="1" tooltip="ttScrapMetalBrass">
  20. <wildcard_forge_category />
  21. </recipe>
  22.  
  23. <recipe name="brokenGlass" count="1" tooltip="ttScrapMetalBrass" >
  24. <wildcard_forge_category />
  25. </recipe>
  26.  
  27. <recipe name="clayLump" count="1" 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" tooltip="ttScrapMetalBrass">
  32. <wildcard_forge_category />
  33. </recipe>
  34.  
  35. <recipe name="brokenGlass" count="1" 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" tooltip="ttScrapMetalBrass">
  40. <wildcard_forge_category />
  41. </recipe>
  42.  
  43. <recipe name="paper" count="1" tooltip="ttScrapMetalBrass">
  44. <wildcard_forge_category />
  45. </recipe>
  46.  
  47. <recipe name="rockSmall" count="1" 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="rockSmall" count="1" tooltip="ttScrapMetalBrass">
  52. <wildcard_forge_category />
  53. </recipe>
  54.  
  55. <recipe name="scrapBrass" count="1" craft_area="forge" material_based="true" craft_time = "1" craft_exp_gain="0">
  56. <ingredient name="unit_brass" count="1"/>
  57. </recipe>
  58.  
  59. <recipe name="scrapBrass" count="1" tooltip="ttScrapMetalBrass">
  60. <wildcard_forge_category />
  61. </recipe>
  62.  
  63. <recipe name="scrapIron" count="1" craft_area="forge" material_based="true" craft_time = "1" craft_exp_gain="0">
  64. <ingredient name="unit_iron" count="1"/>
  65. </recipe>
  66.  
  67. <recipe name="scrapIron" count="1" tooltip="ttScrapMetalIron">
  68. <wildcard_forge_category />
  69. </recipe>
  70.  
  71. <recipe name="scrapLead" count="1" craft_area="forge" material_based="true" craft_time = "1" craft_exp_gain="0">
  72. <ingredient name="unit_lead" count="1"/>
  73. </recipe>
  74.  
  75. <recipe name="scrapLead" count="1" tooltip="ttScrapMetalLead">
  76. <wildcard_forge_category />
  77. </recipe>
  78.  
  79. <recipe name="wood" count="1" tooltip="ttScrapMetalLead">
  80. <wildcard_forge_category />
  81. </recipe>
  82.  
  83. <recipe name="yuccaFibers" count="1" tooltip="ttScrapMetalBrass">
  84. <wildcard_forge_category />
  85. </recipe>
  86.  
  87. <!-- * * * * * * * * * * * * main recipes * * * * * * * * * * * * -->
  88.  
  89. <recipe name="10mmBullet" count="1" craft_area="workbench">
  90. <ingredient name="bulletTip" count="1"/>
  91. <ingredient name="gunPowder" count="2"/>
  92. <ingredient name="bulletCasing" count="1"/>
  93. </recipe>
  94.  
  95. <recipe name="44MagBullet" count="1" craft_area="workbench">
  96. <ingredient name="bulletTip" count="1"/>
  97. <ingredient name="gunPowder" count="3"/>
  98. <ingredient name="bulletCasing" count="1"/>
  99. </recipe>
  100.  
  101. <recipe name="762mmBullet" count="1" craft_area="workbench">
  102. <ingredient name="bulletTip" count="1"/>
  103. <ingredient name="gunPowder" count="3"/>
  104. <ingredient name="bulletCasing" count="1"/>
  105. </recipe>
  106.  
  107. <recipe name="9mmBullet" count="1" craft_area="workbench">
  108. <ingredient name="bulletTip" count="1"/>
  109. <ingredient name="gunPowder" count="1"/>
  110. <ingredient name="bulletCasing" count="1"/>
  111. </recipe>
  112.  
  113. <recipe name="shotgunShell" count="1" craft_area="workbench">
  114. <ingredient name="buckshot" count="1"/>
  115. <ingredient name="gunPowder" count="2"/>
  116. <ingredient name="paper" count="1"/>
  117. </recipe>
  118.  
  119. <recipe name="shotgunSlug" count="1" craft_area="workbench">
  120. <ingredient name="bulletTip" count="5"/>
  121. <ingredient name="gunPowder" count="4"/>
  122. <ingredient name="bulletCasing" count="3"/>
  123. </recipe>
  124.  
  125. <recipe name="blunderbussAmmo" count="1">
  126. <ingredient name="rockSmall" count="1"/>
  127. <ingredient name="gunPowder" count="1"/>
  128. <ingredient name="paper" count="1"/>
  129. </recipe>
  130.  
  131. <recipe name="burningBarrel" count="1">
  132. <ingredient name="forgedIron" count="3"/>
  133. <ingredient name="wood" count="20"/>
  134. </recipe>
  135.  
  136. <recipe name="adobePeachBlock" count="1">
  137. <ingredient name="clayLump" count="6"/>
  138. <ingredient name="crushedSand" count="6"/>
  139. <ingredient name="rockSmall" count="3"/>
  140. </recipe>
  141.  
  142. <recipe name="adobePeachCNRFull" count="1">
  143. <ingredient name="clayLump" count="6"/>
  144. <ingredient name="crushedSand" count="6"/>
  145. <ingredient name="rockSmall" count="3"/>
  146. </recipe>
  147.  
  148. <recipe name="adobePeachCNRInside" count="1">
  149. <ingredient name="clayLump" count="6"/>
  150. <ingredient name="crushedSand" count="6"/>
  151. <ingredient name="rockSmall" count="3"/>
  152. </recipe>
  153.  
  154. <recipe name="adobePeachCNRRamp" count="1">
  155. <ingredient name="clayLump" count="6"/>
  156. <ingredient name="crushedSand" count="6"/>
  157. <ingredient name="rockSmall" count="3"/>
  158. </recipe>
  159.  
  160. <recipe name="adobePeachPillar100" count="1">
  161. <ingredient name="clayLump" count="6"/>
  162. <ingredient name="crushedSand" count="6"/>
  163. <ingredient name="rockSmall" count="3"/>
  164. </recipe>
  165.  
  166. <recipe name="adobePeachPillar50" count="1">
  167. <ingredient name="clayLump" count="6"/>
  168. <ingredient name="crushedSand" count="6"/>
  169. <ingredient name="rockSmall" count="3"/>
  170. </recipe>
  171.  
  172. <recipe name="adobePeachPlate" count="1">
  173. <ingredient name="clayLump" count="6"/>
  174. <ingredient name="crushedSand" count="6"/>
  175. <ingredient name="rockSmall" count="3"/>
  176. </recipe>
  177.  
  178. <recipe name="adobePeachPole" count="1">
  179. <ingredient name="clayLump" count="6"/>
  180. <ingredient name="crushedSand" count="6"/>
  181. <ingredient name="rockSmall" count="3"/>
  182. </recipe>
  183.  
  184. <recipe name="adobePeachRamp" count="1">
  185. <ingredient name="clayLump" count="6"/>
  186. <ingredient name="crushedSand" count="6"/>
  187. <ingredient name="rockSmall" count="3"/>
  188. </recipe>
  189.  
  190. <recipe name="adobePeachWedge" count="1">
  191. <ingredient name="clayLump" count="6"/>
  192. <ingredient name="crushedSand" count="6"/>
  193. <ingredient name="rockSmall" count="3"/>
  194. </recipe>
  195.  
  196. <recipe name="adobePeachWedgeTip" count="1">
  197. <ingredient name="clayLump" count="6"/>
  198. <ingredient name="crushedSand" count="6"/>
  199. <ingredient name="rockSmall" count="3"/>
  200. </recipe>
  201.  
  202. <recipe name="adobeWhiteArrowSlitHalf" count="1">
  203. <ingredient name="clayLump" count="6"/>
  204. <ingredient name="crushedSand" count="6"/>
  205. <ingredient name="rockSmall" count="3"/>
  206. </recipe>
  207.  
  208. <recipe name="adobeWhiteBlock" count="1">
  209. <ingredient name="clayLump" count="6"/>
  210. <ingredient name="crushedSand" count="6"/>
  211. <ingredient name="rockSmall" count="3"/>
  212. </recipe>
  213.  
  214. <recipe name="adobeWhiteCNRFull" count="1">
  215. <ingredient name="clayLump" count="6"/>
  216. <ingredient name="crushedSand" count="6"/>
  217. <ingredient name="rockSmall" count="3"/>
  218. </recipe>
  219.  
  220. <recipe name="adobeWhiteCNRInside" count="1">
  221. <ingredient name="clayLump" count="6"/>
  222. <ingredient name="crushedSand" count="6"/>
  223. <ingredient name="rockSmall" count="3"/>
  224. </recipe>
  225.  
  226. <recipe name="adobeWhiteCNRRamp" count="1">
  227. <ingredient name="clayLump" count="6"/>
  228. <ingredient name="crushedSand" count="6"/>
  229. <ingredient name="rockSmall" count="3"/>
  230. </recipe>
  231.  
  232. <recipe name="adobeWhitePillar100" count="1">
  233. <ingredient name="clayLump" count="6"/>
  234. <ingredient name="crushedSand" count="6"/>
  235. <ingredient name="rockSmall" count="3"/>
  236. </recipe>
  237.  
  238. <recipe name="adobeWhitePillar50" count="1">
  239. <ingredient name="clayLump" count="6"/>
  240. <ingredient name="crushedSand" count="6"/>
  241. <ingredient name="rockSmall" count="3"/>
  242. </recipe>
  243.  
  244. <recipe name="adobeWhitePlate" count="1">
  245. <ingredient name="clayLump" count="6"/>
  246. <ingredient name="crushedSand" count="6"/>
  247. <ingredient name="rockSmall" count="3"/>
  248. </recipe>
  249.  
  250. <recipe name="adobeWhitePole" count="1">
  251. <ingredient name="clayLump" count="6"/>
  252. <ingredient name="crushedSand" count="6"/>
  253. <ingredient name="rockSmall" count="3"/>
  254. </recipe>
  255.  
  256. <recipe name="adobeWhiteRamp" count="1">
  257. <ingredient name="clayLump" count="6"/>
  258. <ingredient name="crushedSand" count="6"/>
  259. <ingredient name="rockSmall" count="3"/>
  260. </recipe>
  261.  
  262. <recipe name="adobeWhiteWedge" count="1">
  263. <ingredient name="clayLump" count="6"/>
  264. <ingredient name="crushedSand" count="6"/>
  265. <ingredient name="rockSmall" count="3"/>
  266. </recipe>
  267.  
  268. <recipe name="adobeWhiteWedgeTip" count="1">
  269. <ingredient name="clayLump" count="6"/>
  270. <ingredient name="crushedSand" count="6"/>
  271. <ingredient name="rockSmall" count="3"/>
  272. </recipe>
  273.  
  274. <recipe name="aloeCream" count="1">
  275. <ingredient name="aloePlant" count="4"/>
  276. </recipe>
  277.  
  278. <recipe name="aloeSeed" count="1" craft_time="1"> <!--farmAlt1<recipe name="plantedAloe1" count="1">farmAlt2-->
  279. <ingredient name="aloePlant" count="1"/>
  280. </recipe>
  281.  
  282. <recipe name="animalHideBoots" count="1">
  283. <ingredient name="animalHide" count="5"/>
  284. </recipe>
  285.  
  286. <recipe name="animalHideGloves" count="1">
  287. <ingredient name="animalHide" count="5"/>
  288. </recipe>
  289.  
  290. <recipe name="animalHideHood" count="1">
  291. <ingredient name="animalHide" count="5"/>
  292. </recipe>
  293.  
  294. <recipe name="animalHideChestArmor" count="1">
  295. <ingredient name="animalHide" count="10"/>
  296. </recipe>
  297.  
  298. <recipe name="animalHideLegArmor" count="1">
  299. <ingredient name="animalHide" count="10"/>
  300. </recipe>
  301.  
  302. <recipe name="animalHidePoncho" count="1">
  303. <ingredient name="animalHide" count="20"/>
  304. </recipe>
  305.  
  306. <recipe name="animalHidePoncho" count="1">
  307. <ingredient name="leather" count="20"/>
  308. </recipe>
  309.  
  310. <recipe name="antibiotics" count="1" craft_area="chemistryStation">
  311. <ingredient name="moldyBread" count="1"/>
  312. <ingredient name="potassiumNitratePowder" count="1"/>
  313. <ingredient name="bottledRiverWater" count="1"/>
  314. </recipe>
  315.  
  316. <recipe name="antibiotics" count="1" craft_area="campfire" craft_tool="beaker">
  317. <ingredient name="moldyBread" count="4"/>
  318. <ingredient name="potassiumNitratePowder" count="3"/>
  319. <ingredient name="bottledWater" count="1"/>
  320. </recipe>
  321.  
  322. <recipe name="anvil" count="1" craft_area="forge" material_based="true">
  323. <ingredient name="unit_iron" count="200"/>
  324. <ingredient name="unit_clay" count="20"/>
  325. </recipe>
  326.  
  327. <recipe name="arrow" count="1">
  328. <ingredient name="rockSmall" count="1"/>
  329. <ingredient name="wood" count="1"/>
  330. <ingredient name="feather" count="1"/>
  331. </recipe>
  332.  
  333. <recipe name="asphalt" count="1" craft_area="cementMixer">
  334. <ingredient name="crushedSand" count="8"/>
  335. <ingredient name="rockSmall" count="17"/>
  336. <ingredient name="oilShale" count="5"/>
  337. </recipe>
  338.  
  339. <recipe name="auger" count="1" craft_area="assembly">
  340. <ingredient name="partsHandlebars" count="1"/>
  341. <ingredient name="smallEngine" count="1"/>
  342. <ingredient name="partsAuger_parts" count="1"/>
  343. <ingredient name="partsAuger_blade" count="1"/>
  344. </recipe>
  345. <recipe name="partsAuger_blade" count="1" craft_area="workbench">
  346. <ingredient name="partsAuger_blade" count="1"/>
  347. <ingredient name="repairKit" count="1"/>
  348. <ingredient name="forgedSteel" count="2"/>
  349. </recipe>
  350.  
  351. <recipe name="awningRedBlock" count="1">
  352. <ingredient name="cloth" count="10"/>
  353. </recipe>
  354. <recipe name="awningRedCNRFull" count="1">
  355. <ingredient name="cloth" count="10"/>
  356. </recipe>
  357. <recipe name="awningRedCNRInside" count="1">
  358. <ingredient name="cloth" count="10"/>
  359. </recipe>
  360. <recipe name="awningRedCNRRound" count="1">
  361. <ingredient name="cloth" count="10"/>
  362. </recipe>
  363. <recipe name="awningRedCNRRoundTop" count="1">
  364. <ingredient name="cloth" count="10"/>
  365. </recipe>
  366. <recipe name="awningRedGable" count="1">
  367. <ingredient name="cloth" count="10"/>
  368. </recipe>
  369. <recipe name="awningRedPyramid" count="1">
  370. <ingredient name="cloth" count="10"/>
  371. </recipe>
  372. <recipe name="awningRedRamp" count="1">
  373. <ingredient name="cloth" count="10"/>
  374. </recipe>
  375.  
  376. <recipe name="baconAndEggs" count="1" craft_area="campfire" craft_tool="cookingPot">
  377. <ingredient name="egg" count="2"/>
  378. <ingredient name="rawMeat" count="1"/>
  379. </recipe>
  380.  
  381. <recipe name="bakedPotato" count="1" craft_area="campfire" craft_tool="cookingGrill">
  382. <ingredient name="potato" count="1"/>
  383. </recipe>
  384.  
  385. <recipe name="bandage" count="1">
  386. <ingredient name="cloth" count="2"/>
  387. </recipe>
  388.  
  389. <recipe name="bandana" count="1">
  390. <ingredient name="cloth" count="4"/>
  391. </recipe>
  392.  
  393. <recipe name="barbedFence" count="1">
  394. <ingredient name="scrapIron" count="8"/>
  395. <ingredient name="wood" count="20"/>
  396. </recipe>
  397.  
  398. <recipe name="barbedWireSheet" count="1">
  399. <ingredient name="scrapIron" count="15"/>
  400. </recipe>
  401.  
  402. <recipe name="barnWoodBlock" count="1">
  403. <ingredient name="wood" count="15"/>
  404. <ingredient name="chrysanthemumPlant" count="1"/>
  405. </recipe>
  406.  
  407. <recipe name="bed01" count="1">
  408. <ingredient name="cloth" count="20"/>
  409. <ingredient name="cottonPlant" count="20"/>
  410. <ingredient name="spring" count="10"/>
  411. <ingredient name="shortMetalPipe" count="10"/>
  412. </recipe>
  413.  
  414. <recipe name="bed02" count="1">
  415. <ingredient name="cloth" count="40"/>
  416. <ingredient name="cottonPlant" count="40"/>
  417. <ingredient name="spring" count="20"/>
  418. <ingredient name="wood" count="20"/>
  419. <ingredient name="shortMetalPipe" count="10"/>
  420. </recipe>
  421.  
  422. <recipe name="bedroll" count="1">
  423. <ingredient name="yuccaFibers" count="20"/>
  424. </recipe>
  425.  
  426. <recipe name="bellows" count="1">
  427. <ingredient name="wood" count="8"/>
  428. <ingredient name="animalHide" count="20"/>
  429. <ingredient name="shortMetalPipe" count="1"/>
  430. </recipe>
  431.  
  432. <recipe name="bellows" count="1">
  433. <ingredient name="wood" count="8"/>
  434. <ingredient name="leather" count="20"/>
  435. <ingredient name="shortMetalPipe" count="1"/>
  436. </recipe>
  437.  
  438. <recipe name="bioFuel" count="1" craft_area="chemistryStation">
  439. <ingredient name="animalFat" count="1"/>
  440. </recipe>
  441. <recipe name="bioFuel" count="1" craft_area="campfire" craft_tool="beaker">
  442. <ingredient name="animalFat" count="1"/>
  443. </recipe>
  444.  
  445. <recipe name="blueberryPie" count="1" craft_area="campfire" craft_tool="cookingPot">
  446. <ingredient name="blueberries" count="1"/>
  447. <ingredient name="egg" count="1"/>
  448. <ingredient name="cornMeal" count="1"/>
  449. <ingredient name="bottledWater" count="1"/>
  450. </recipe>
  451.  
  452. <recipe name="blueberrySeed" count="1"> <!--farmAlt1<recipe name="plantedBlueberry1" count="1">farmAlt2-->
  453. <ingredient name="blueberries" count="1"/>
  454. </recipe>
  455.  
  456. <recipe name="blunderbuss" count="1">
  457. <ingredient name="forgedIron" count="16"/>
  458. <ingredient name="shortMetalPipe" count="2"/>
  459. <ingredient name="glue" count="1"/>
  460. <ingredient name="ductTape" count="1"/>
  461. <ingredient name="wood" count="4"/>
  462. </recipe>
  463.  
  464. <recipe name="boiledMeat" count="1" craft_area="campfire" craft_tool="cookingPot">
  465. <ingredient name="rawMeat" count="1"/>
  466. <ingredient name="bottledWater" count="1"/>
  467. </recipe>
  468.  
  469. <recipe name="boneShiv" count="1">
  470. <ingredient name="femur" count="1"/>
  471. </recipe>
  472.  
  473. <recipe name="bottledWater" count="1" craft_area="campfire" craft_tool="cookingPot">
  474. <ingredient name="snowBall" count="1"/>
  475. <ingredient name="emptyJar" count="1"/>
  476. </recipe>
  477.  
  478. <recipe name="bottledWater" count="1" craft_area="campfire" craft_tool="cookingPot">
  479. <ingredient name="bottledRiverWater" count="1"/>
  480. </recipe>
  481.  
  482. <recipe name="bottledRiverWater" count="1" craft_area="campfire">
  483. <ingredient name="snowBall" count="1"/>
  484. <ingredient name="emptyJar" count="1"/>
  485. </recipe>
  486.  
  487. <recipe name="chemistryStation" count="1" craft_area="workbench">
  488. <ingredient name="beaker" count="2"/>
  489. <ingredient name="burningBarrel" count="1"/>
  490. <ingredient name="cookingPot" count="3"/>
  491. <ingredient name="shortMetalPipe" count="15"/>
  492. <ingredient name="wood" count="40"/>
  493. </recipe>
  494.  
  495. <recipe name="beer" count="1" craft_area="chemistryStation">
  496. <ingredient name="hopsFlower" count="4"/>
  497. <ingredient name="bottledRiverWater" count="1"/>
  498. </recipe>
  499.  
  500. <recipe name="brickBlock" count="1" craft_area="forge" material_based="true">
  501. <ingredient name="unit_stone" count="10"/>
  502. <ingredient name="unit_clay" count="60"/>
  503. </recipe>
  504.  
  505. <recipe name="brickCNRFull" count="1" craft_area="forge" material_based="true">
  506. <ingredient name="unit_stone" count="10"/>
  507. <ingredient name="unit_clay" count="60"/>
  508. </recipe>
  509.  
  510. <recipe name="brickCNRInside" count="1" craft_area="forge" material_based="true">
  511. <ingredient name="unit_stone" count="10"/>
  512. <ingredient name="unit_clay" count="60"/>
  513. </recipe>
  514.  
  515. <recipe name="brickCNRRamp" count="1" craft_area="forge" material_based="true">
  516. <ingredient name="unit_stone" count="10"/>
  517. <ingredient name="unit_clay" count="60"/>
  518. </recipe>
  519.  
  520. <recipe name="brickDecayedBlock" count="1" craft_area="forge" material_based="true">
  521. <ingredient name="unit_stone" count="10"/>
  522. <ingredient name="unit_clay" count="60"/>
  523. </recipe>
  524.  
  525. <recipe name="brickPaversBlock" count="1" craft_area="forge" material_based="true">
  526. <ingredient name="unit_stone" count="10"/>
  527. <ingredient name="unit_clay" count="60"/>
  528. </recipe>
  529.  
  530. <recipe name="brickPaversStairs25" count="1" craft_area="forge" material_based="true">
  531. <ingredient name="unit_stone" count="10"/>
  532. <ingredient name="unit_clay" count="60"/>
  533. </recipe>
  534.  
  535. <!--
  536. <recipe name="brickPillar100" count="1" craft_area="forge" material_based="true">
  537. <ingredient name="unit_clay" count="60"/>
  538. <ingredient name="unit_stone" count="10"/>
  539. </recipe>
  540.  
  541. <recipe name="brickPillar50" count="1" craft_area="forge" material_based="true">
  542. <ingredient name="unit_clay" count="60"/>
  543. <ingredient name="unit_stone" count="10"/>
  544. </recipe>
  545. -->
  546.  
  547. <recipe name="brickPlate" count="1" craft_area="forge" material_based="true">
  548. <ingredient name="unit_stone" count="10"/>
  549. <ingredient name="unit_clay" count="60"/>
  550. </recipe>
  551.  
  552. <!--
  553. <recipe name="brickPole" count="1" craft_area="forge" material_based="true">
  554. <ingredient name="unit_clay" count="60"/>
  555. <ingredient name="unit_stone" count="10"/>
  556. </recipe>
  557. -->
  558.  
  559. <recipe name="brickRamp" count="1" craft_area="forge" material_based="true">
  560. <ingredient name="unit_stone" count="10"/>
  561. <ingredient name="unit_clay" count="60"/>
  562. </recipe>
  563.  
  564. <!--
  565. <recipe name="brickWedge" count="1" craft_area="forge" material_based="true">
  566. <ingredient name="unit_clay" count="60"/>
  567. </recipe>
  568.  
  569. <recipe name="brickWedgeTip" count="1" craft_area="forge" material_based="true">
  570. <ingredient name="unit_clay" count="60"/>
  571. </recipe>
  572. -->
  573.  
  574. <recipe name="bucket" count="1">
  575. <ingredient name="forgedIron" count="7"/>
  576. </recipe>
  577.  
  578. <recipe name="buckshot" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  579. <ingredient name="unit_lead" count="3"/>
  580. <ingredient name="unit_clay" count="1"/>
  581. </recipe>
  582.  
  583. <recipe name="bulletCasing" count="1" craft_area="forge" craft_tool="calipers" material_based="true">
  584. <ingredient name="unit_brass" count="2"/>
  585. <ingredient name="unit_clay" count="1"/>
  586. </recipe>
  587.  
  588. <recipe name="bulletTip" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  589. <ingredient name="unit_lead" count="2"/>
  590. <ingredient name="unit_clay" count="1"/>
  591. </recipe>
  592.  
  593. <recipe name="burntForestGround" count="1">
  594. <ingredient name="dirtFragment" count="12"/>
  595. </recipe>
  596.  
  597. <recipe name="cabinFlagstoneRamp" count="1">
  598. <ingredient name="cobblestones" count="3"/>
  599. </recipe>
  600.  
  601. <recipe name="camoNetBlock" count="1">
  602. <ingredient name="cloth" count="10"/>
  603. </recipe>
  604.  
  605. <recipe name="camoNetRamp" count="1">
  606. <ingredient name="cloth" count="10"/>
  607. </recipe>
  608.  
  609. <recipe name="camoNetCNRFull" count="1">
  610. <ingredient name="cloth" count="10"/>
  611. </recipe>
  612.  
  613. <recipe name="camoNetSheet" count="1">
  614. <ingredient name="cloth" count="10"/>
  615. </recipe>
  616.  
  617. <recipe name="campfire" count="1">
  618. <ingredient name="rockSmall" count="8"/>
  619. </recipe>
  620.  
  621. <recipe name="canBoiledWater" count="1" craft_area="campfire">
  622. <ingredient name="canMurkyWater" count="1"/>
  623. </recipe>
  624.  
  625. <recipe name="canBoiledWater" count="1" craft_area="campfire">
  626. <ingredient name="snowBall" count="1"/>
  627. <ingredient name="canEmpty" count="1"/>
  628. </recipe>
  629.  
  630. <recipe name="candle" count="1">
  631. <ingredient name="yuccaFibers" count="1"/>
  632. <ingredient name="tallow" count="1"/>
  633. </recipe>
  634.  
  635. <recipe name="cement" count="1" craft_area="forge" material_based="true">
  636. <ingredient name="unit_stone" count="5"/>
  637. </recipe>
  638.  
  639. <recipe name="cementMixer" count="1" craft_area="workbench">
  640. <ingredient name="forgedIron" count="25"/>
  641. <ingredient name="spring" count="4"/>
  642. <ingredient name="smallEngine" count="1"/>
  643. <ingredient name="mechanicalParts" count="10"/>
  644. </recipe>
  645.  
  646. <recipe name="chainsaw" count="1" craft_area="assembly">
  647. <ingredient name="partsHandlebars" count="1"/>
  648. <ingredient name="smallEngine" count="1"/>
  649. <ingredient name="partsChainsaw_parts" count="1"/>
  650. <ingredient name="partsChainsaw_blade" count="1"/>
  651. </recipe>
  652. <recipe name="partsChainsaw_blade" count="1" craft_area="workbench">
  653. <ingredient name="partsChainsaw_blade" count="1"/>
  654. <ingredient name="repairKit" count="1"/>
  655. <ingredient name="forgedSteel" count="2"/>
  656. </recipe>
  657.  
  658. <recipe name="charredMeat" count="1" craft_area="campfire">
  659. <ingredient name="rawMeat" count="1"/>
  660. </recipe>
  661.  
  662. <recipe name="chrysanthemumSeed" count="1" craft_time="1"> <!--farmAlt1<recipe name="plantedChrysanthemum1" count="1">farmAlt2-->
  663. <ingredient name="chrysanthemumPlant" count="1"/>
  664. </recipe>
  665.  
  666. <recipe name="clayRoofBlock" count="1" craft_area="forge" material_based="true">
  667. <ingredient name="unit_stone" count="5"/>
  668. <ingredient name="unit_clay" count="30"/>
  669. </recipe>
  670.  
  671. <recipe name="clayRoofRamp" count="1" craft_area="forge" material_based="true">
  672. <ingredient name="unit_stone" count="5"/>
  673. <ingredient name="unit_clay" count="30"/>
  674. </recipe>
  675.  
  676. <recipe name="clayRoofCNRFull" count="1" craft_area="forge" material_based="true">
  677. <ingredient name="unit_stone" count="5"/>
  678. <ingredient name="unit_clay" count="30"/>
  679. </recipe>
  680.  
  681. <recipe name="clayRoofCNRInside" count="1" craft_area="forge" material_based="true">
  682. <ingredient name="unit_stone" count="5"/>
  683. <ingredient name="unit_clay" count="30"/>
  684. </recipe>
  685.  
  686. <recipe name="clawHammer" count="1">
  687. <ingredient name="forgedIron" count="12"/>
  688. <ingredient name="wood" count="12"/>
  689. </recipe>
  690.  
  691. <recipe name="cloth" count="1">
  692. <ingredient name="cottonPlant" count="2"/>
  693. </recipe>
  694.  
  695. <recipe name="clothBoots" count="1">
  696. <ingredient name="cloth" count="4"/>
  697. </recipe>
  698.  
  699. <recipe name="clothGloves" count="1">
  700. <ingredient name="cloth" count="4"/>
  701. </recipe>
  702.  
  703. <recipe name="clothHat" count="1">
  704. <ingredient name="cloth" count="4"/>
  705. </recipe>
  706.  
  707. <recipe name="clothJacket" count="1">
  708. <ingredient name="cloth" count="8"/>
  709. </recipe>
  710.  
  711. <recipe name="clothPants" count="1">
  712. <ingredient name="cloth" count="8"/>
  713. </recipe>
  714.  
  715. <recipe name="clubBarbed" count="1">
  716. <ingredient name="forgedIron" count="16"/>
  717. <ingredient name="wood" count="20"/>
  718. </recipe>
  719.  
  720. <recipe name="clubIron" count="1">
  721. <ingredient name="scrapIron" count="100"/>
  722. <ingredient name="wood" count="20"/>
  723. </recipe>
  724.  
  725. <recipe name="clubSpiked" count="1">
  726. <ingredient name="forgedIron" count="20"/>
  727. <ingredient name="wood" count="20"/>
  728. </recipe>
  729.  
  730. <recipe name="clubWood" count="1">
  731. <ingredient name="wood" count="10"/>
  732. </recipe>
  733.  
  734. <recipe name="cntBeerCooler" count="1" craft_area="workbench">
  735. <ingredient name="forgedIron" count="4"/>
  736. <ingredient name="shortMetalPipe" count="3"/>
  737. <ingredient name="electricParts" count="5"/>
  738. <ingredient name="electronicParts" count="1"/>
  739. </recipe>
  740.  
  741. <recipe name="cntCooler" count="1" craft_area="workbench">
  742. <ingredient name="scrapPlastics" count="8"/>
  743. </recipe>
  744.  
  745. <recipe name="cntCabinet" count="1">
  746. <ingredient name="cobblestones" count="5"/>
  747. <ingredient name="cntCabinetTop" count="1"/>
  748. </recipe>
  749.  
  750. <recipe name="cntCabinetTop" count="1">
  751. <ingredient name="wood" count="10"/>
  752. </recipe>
  753.  
  754. <recipe name="cntDesk01" count="1">
  755. <ingredient name="wood" count="15"/>
  756. </recipe>
  757.  
  758. <recipe name="cntDesk02" count="1">
  759. <ingredient name="spring" count="4" />
  760. <ingredient name="forgedIron" count="15"/>
  761. </recipe>
  762.  
  763. <recipe name="cntDeskSafe" count="1" craft_area="workbench">
  764. <ingredient name="forgedIron" count="10"/>
  765. <ingredient name="spring" count="2"/>
  766. <ingredient name="mechanicalParts" count="3"/>
  767. </recipe>
  768.  
  769. <recipe name="cntWallSafe" count="1" craft_area="workbench">
  770. <ingredient name="forgedIron" count="10"/>
  771. <ingredient name="spring" count="2"/>
  772. <ingredient name="mechanicalParts" count="3"/>
  773. </recipe>
  774.  
  775. <recipe name="cntGunSafe" count="1" craft_area="workbench">
  776. <ingredient name="forgedIron" count="15"/>
  777. <ingredient name="spring" count="5"/>
  778. <ingredient name="mechanicalParts" count="5"/>
  779. </recipe>
  780.  
  781. <recipe name="cntFridge" count="1" craft_area="workbench">
  782. <ingredient name="forgedIron" count="10"/>
  783. <ingredient name="shortMetalPipe" count="2"/>
  784. <ingredient name="electricParts" count="8"/>
  785. <ingredient name="electronicParts" count="2"/>
  786. </recipe>
  787.  
  788. <recipe name="cntFridgeBottom" count="1" craft_area="workbench">
  789. <ingredient name="forgedIron" count="4"/>
  790. <ingredient name="shortMetalPipe" count="2"/>
  791. <ingredient name="electricParts" count="4"/>
  792. <ingredient name="electronicParts" count="1"/>
  793. </recipe>
  794.  
  795. <recipe name="cntFridgeTop" count="1" craft_area="workbench">
  796. <ingredient name="forgedIron" count="4"/>
  797. <ingredient name="shortMetalPipe" count="2"/>
  798. <ingredient name="electricParts" count="4"/>
  799. <ingredient name="electronicParts" count="1"/>
  800. </recipe>
  801.  
  802. <recipe name="cntMailBox01" count="1">
  803. <ingredient name="forgedIron" count="2"/>
  804. <ingredient name="wood" count="5"/>
  805. </recipe>
  806.  
  807. <recipe name="cntMailBox02" count="1">
  808. <ingredient name="forgedIron" count="2"/>
  809. <ingredient name="wood" count="5"/>
  810. </recipe>
  811.  
  812. <recipe name="cntMailBox03" count="1">
  813. <ingredient name="forgedIron" count="2"/>
  814. <ingredient name="wood" count="5"/>
  815. </recipe>
  816.  
  817. <recipe name="cntNightstand" count="1">
  818. <ingredient name="nail" count="10"/>
  819. <ingredient name="wood" count="20"/>
  820. </recipe>
  821.  
  822. <recipe name="cntSecureStorageChest" count="1">
  823. <ingredient name="wood" count="10"/>
  824. </recipe>
  825.  
  826. <recipe name="cntStorageAmmo" count="1">
  827. <ingredient name="nail" count="10"/>
  828. <ingredient name="wood" count="20"/>
  829. </recipe>
  830.  
  831. <recipe name="cntStorageBuilding" count="1">
  832. <ingredient name="nail" count="10"/>
  833. <ingredient name="wood" count="20"/>
  834. </recipe>
  835.  
  836. <recipe name="cntStorageExplosives" count="1">
  837. <ingredient name="nail" count="10"/>
  838. <ingredient name="wood" count="20"/>
  839. </recipe>
  840.  
  841. <recipe name="cntStorageFood" count="1">
  842. <ingredient name="nail" count="10"/>
  843. <ingredient name="wood" count="20"/>
  844. </recipe>
  845.  
  846. <recipe name="cntStorageHealth" count="1">
  847. <ingredient name="nail" count="10"/>
  848. <ingredient name="wood" count="20"/>
  849. </recipe>
  850.  
  851. <recipe name="cntStorageWeapons" count="1">
  852. <ingredient name="nail" count="10"/>
  853. <ingredient name="wood" count="20"/>
  854. </recipe>
  855.  
  856. <recipe name="cntToilet01" count="1">
  857. <ingredient name="bucketWater" count="1"/>
  858. <ingredient name="shortMetalPipe" count="2"/>
  859. <ingredient name="mechanicalParts" count="1"/>
  860. <ingredient name="wood" count="4"/>
  861. </recipe>
  862.  
  863. <recipe name="cntToilet02" count="1">
  864. <ingredient name="bucketWater" count="1"/>
  865. <ingredient name="shortMetalPipe" count="2"/>
  866. <ingredient name="mechanicalParts" count="1"/>
  867. <ingredient name="wood" count="4"/>
  868. </recipe>
  869.  
  870. <recipe name="cntToilet03" count="1">
  871. <ingredient name="bucketWater" count="1"/>
  872. <ingredient name="shortMetalPipe" count="2"/>
  873. <ingredient name="mechanicalParts" count="1"/>
  874. <ingredient name="wood" count="4"/>
  875. </recipe>
  876.  
  877. <recipe name="cobblestoneFrameBlock" count="1">
  878. <ingredient name="wood" count="5"/>
  879. <ingredient name="yuccaFibers" count="1"/>
  880. </recipe>
  881.  
  882. <recipe name="cobblestoneFrameRamp" count="1">
  883. <ingredient name="wood" count="5"/>
  884. <ingredient name="yuccaFibers" count="1"/>
  885. </recipe>
  886.  
  887. <recipe name="cobblestoneFrameWedge" count="1">
  888. <ingredient name="wood" count="5"/>
  889. <ingredient name="yuccaFibers" count="1"/>
  890. </recipe>
  891.  
  892. <recipe name="cobblestoneFrameWedgeTip" count="1">
  893. <ingredient name="wood" count="5"/>
  894. <ingredient name="yuccaFibers" count="1"/>
  895. </recipe>
  896.  
  897. <recipe name="cobblestoneFramePlate" count="1">
  898. <ingredient name="wood" count="5"/>
  899. <ingredient name="yuccaFibers" count="1"/>
  900. </recipe>
  901.  
  902. <recipe name="cobblestoneFrameCNRFull" count="1">
  903. <ingredient name="wood" count="5"/>
  904. <ingredient name="yuccaFibers" count="1"/>
  905. </recipe>
  906.  
  907. <recipe name="cobblestoneFrameCNRInside" count="1">
  908. <ingredient name="wood" count="5"/>
  909. <ingredient name="yuccaFibers" count="1"/>
  910. </recipe>
  911.  
  912. <recipe name="cobblestoneFramePillar100" count="1">
  913. <ingredient name="wood" count="5"/>
  914. <ingredient name="yuccaFibers" count="1"/>
  915. </recipe>
  916.  
  917. <recipe name="cobblestoneFramePillar50" count="1">
  918. <ingredient name="wood" count="5"/>
  919. <ingredient name="yuccaFibers" count="1"/>
  920. </recipe>
  921.  
  922. <recipe name="cobblestoneFramePole" count="1">
  923. <ingredient name="wood" count="5"/>
  924. <ingredient name="yuccaFibers" count="1"/>
  925. </recipe>
  926.  
  927. <recipe name="cobblestoneFrameStairs25" count="1">
  928. <ingredient name="wood" count="5"/>
  929. <ingredient name="yuccaFibers" count="1"/>
  930. </recipe>
  931.  
  932. <recipe name="cobblestoneArrowSlitHalf" count="1">
  933. <ingredient name="cobblestones" count="10"/>
  934. <ingredient name="wood" count="5"/>
  935. <ingredient name="yuccaFibers" count="1"/>
  936. </recipe>
  937.  
  938. <recipe name="cobblestones" count="1">
  939. <ingredient name="clayLump" count="1"/>
  940. <ingredient name="rockSmall" count="1"/>
  941. </recipe>
  942.  
  943. <recipe name="coffee" count="1" craft_area="campfire" craft_tool="cookingPot">
  944. <ingredient name="coffeeBeans" count="1"/>
  945. <ingredient name="bottledWater" count="1"/>
  946. </recipe>
  947.  
  948. <recipe name="concreteMix" count="1" craft_area="cementMixer">
  949. <ingredient name="crushedSand" count="1"/>
  950. <ingredient name="rockSmall" count="2"/>
  951. <ingredient name="cement" count="1"/>
  952. </recipe>
  953.  
  954. <recipe name="concreteBlock" count="1">
  955. <ingredient name="concreteMix" count="10"/>
  956. </recipe>
  957.  
  958. <recipe name="concreteArrowSlitHalf" count="1">
  959. <ingredient name="concreteMix" count="10"/>
  960. </recipe>
  961.  
  962. <recipe name="concreteCNRFull" count="1">
  963. <ingredient name="concreteMix" count="10"/>
  964. </recipe>
  965.  
  966. <recipe name="concreteCNRInside" count="1">
  967. <ingredient name="concreteMix" count="10"/>
  968. </recipe>
  969.  
  970. <recipe name="concreteCNRRamp" count="1">
  971. <ingredient name="concreteMix" count="10"/>
  972. </recipe>
  973.  
  974. <recipe name="concreteCTRPlate" count="1">
  975. <ingredient name="concreteMix" count="10"/>
  976. </recipe>
  977.  
  978. <recipe name="concreteEighth" count="1">
  979. <ingredient name="concreteMix" count="10"/>
  980. </recipe>
  981.  
  982. <recipe name="concreteHalf" count="1">
  983. <ingredient name="concreteMix" count="10"/>
  984. </recipe>
  985.  
  986. <recipe name="concretePillar100" count="1">
  987. <ingredient name="concreteMix" count="10"/>
  988. </recipe>
  989.  
  990. <recipe name="concretePillar50" count="1">
  991. <ingredient name="concreteMix" count="10"/>
  992. </recipe>
  993.  
  994. <recipe name="concretePlate" count="1">
  995. <ingredient name="concreteMix" count="10"/>
  996. </recipe>
  997.  
  998. <recipe name="concretePole" count="1">
  999. <ingredient name="concreteMix" count="10"/>
  1000. </recipe>
  1001.  
  1002. <recipe name="concretePyramid" count="1">
  1003. <ingredient name="concreteMix" count="10"/>
  1004. </recipe>
  1005.  
  1006. <recipe name="concreteQuarter" count="1">
  1007. <ingredient name="concreteMix" count="10"/>
  1008. </recipe>
  1009.  
  1010. <recipe name="concreteRamp" count="1">
  1011. <ingredient name="concreteMix" count="10"/>
  1012. </recipe>
  1013.  
  1014. <recipe name="concreteStairs25" count="1">
  1015. <ingredient name="concreteMix" count="10"/>
  1016. </recipe>
  1017.  
  1018. <recipe name="concreteTrim2Block" count="1">
  1019. <ingredient name="concreteMix" count="10"/>
  1020. </recipe>
  1021.  
  1022. <recipe name="concreteWedge" count="1">
  1023. <ingredient name="concreteMix" count="10"/>
  1024. </recipe>
  1025.  
  1026. <recipe name="concreteWedgeTip" count="1">
  1027. <ingredient name="concreteMix" count="10"/>
  1028. </recipe>
  1029.  
  1030. <recipe name="concreteCNRRound" count="1">
  1031. <ingredient name="concreteMix" count="10"/>
  1032. </recipe>
  1033.  
  1034. <recipe name="concreteCNRRoundTop" count="1">
  1035. <ingredient name="concreteMix" count="10"/>
  1036. </recipe>
  1037.  
  1038. <recipe name="concreteSupport" count="1">
  1039. <ingredient name="concreteMix" count="10"/>
  1040. </recipe>
  1041.  
  1042. <recipe name="cookingGrill" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  1043. <ingredient name="unit_iron" count="25"/>
  1044. <ingredient name="unit_clay" count="5"/>
  1045. </recipe>
  1046.  
  1047. <recipe name="cookingPot" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  1048. <ingredient name="unit_iron" count="25"/>
  1049. <ingredient name="unit_clay" count="5"/>
  1050. </recipe>
  1051.  
  1052. <recipe name="cornBread" count="1" craft_area="campfire" craft_tool="cookingPot">
  1053. <ingredient name="cornMeal" count="1"/>
  1054. <ingredient name="bottledWater" count="1"/>
  1055. </recipe>
  1056.  
  1057. <recipe name="cornMeal" count="1">
  1058. <ingredient name="corn" count="1"/>
  1059. </recipe>
  1060.  
  1061. <recipe name="cornOnTheCob" count="1" craft_area="campfire" craft_tool="cookingPot">
  1062. <ingredient name="corn" count="1"/>
  1063. <ingredient name="bottledWater" count="1"/>
  1064. </recipe>
  1065.  
  1066. <recipe name="cornSeed" count="1"> <!--farmAlt1<recipe name="plantedCorn1" count="1">farmAlt2-->
  1067. <ingredient name="corn" count="1"/>
  1068. </recipe>
  1069.  
  1070. <recipe name="cottonSeed" count="1"> <!--farmAlt1<recipe name="plantedCotton1" count="1">farmAlt2-->
  1071. <ingredient name="cottonPlant" count="1"/>
  1072. </recipe>
  1073.  
  1074. <recipe name="crossbow" count="1">
  1075. <ingredient name="forgedIron" count="10"/>
  1076. <ingredient name="leather" count="2"/>
  1077. <ingredient name="glue" count="2"/>
  1078. <ingredient name="ductTape" count="1"/>
  1079. <ingredient name="wood" count="15"/>
  1080. </recipe>
  1081.  
  1082. <recipe name="destroyedStone" count="1" craft_time="2">
  1083. <ingredient name="rockSmall" count="18"/>
  1084. </recipe>
  1085.  
  1086. <recipe name="ductTape" count="1">
  1087. <ingredient name="glue" count="1"/>
  1088. <ingredient name="cloth" count="1"/>
  1089. </recipe>
  1090.  
  1091. <recipe name="dynamite" count="1" craft_area="workbench">
  1092. <ingredient name="yuccaFibers" count="1"/>
  1093. <ingredient name="gunPowder" count="16"/>
  1094. <ingredient name="paper" count="8"/>
  1095. </recipe>
  1096.  
  1097. <recipe name="eggboiled" count="1" craft_area="campfire" craft_tool="cookingPot">
  1098. <ingredient name="egg" count="1"/>
  1099. <ingredient name="bottledWater" count="1"/>
  1100. </recipe>
  1101.  
  1102. <recipe name="emptyJar" count="1" craft_area="forge" material_based="true">
  1103. <ingredient name="unit_glass" count="10"/>
  1104. <ingredient name="unit_clay" count="1"/>
  1105. </recipe>
  1106.  
  1107. <recipe name="endTable" count="1">
  1108. <ingredient name="wood" count="5"/>
  1109. </recipe>
  1110.  
  1111. <recipe name="endTableLamp" count="1" craft_area="workbench">
  1112. <ingredient name="wood" count="5"/>
  1113. <ingredient name="headlight" count="1"/>
  1114. <ingredient name="electricParts" count="3"/>
  1115. <ingredient name="ductTape" count="4"/>
  1116. <ingredient name="scrapPlastics" count="4"/>
  1117. </recipe>
  1118.  
  1119. <recipe name="explodingCrossbowBolt" count="1" craft_area="workbench">
  1120. <ingredient name="steelArrowHead" count="1"/>
  1121. <ingredient name="gunPowder" count="8"/>
  1122. <ingredient name="ductTape" count="1"/>
  1123. <ingredient name="wood" count="1"/>
  1124. <ingredient name="feather" count="1"/>
  1125. </recipe>
  1126.  
  1127. <recipe name="fertilizer" count="1" craft_area="chemistryStation">
  1128. <ingredient name="turd" count="1"/>
  1129. <ingredient name="potassiumNitratePowder" count="10"/>
  1130. <ingredient name="dirtFragment" count="3"/>
  1131. </recipe>
  1132.  
  1133. <recipe name="fertilizer" count="1" craft_area="campfire" craft_tool="beaker">
  1134. <ingredient name="turd" count="2"/>
  1135. <ingredient name="potassiumNitratePowder" count="15"/>
  1136. <ingredient name="dirtFragment" count="3"/>
  1137. </recipe>
  1138.  
  1139. <recipe name="fertilizer" count="1" craft_area="cementMixer">
  1140. <ingredient name="rottingFlesh" count="10"/>
  1141. <ingredient name="potassiumNitratePowder" count="15"/>
  1142. <ingredient name="dirtFragment" count="10"/>
  1143. </recipe>
  1144.  
  1145. <recipe name="fireaxeIron" count="1">
  1146. <ingredient name="forgedIron" count="20"/>
  1147. <ingredient name="wood" count="20"/>
  1148. </recipe>
  1149.  
  1150. <recipe name="fireaxeSteel" count="1" craft_area="workbench">
  1151. <ingredient name="forgedSteel" count="20"/>
  1152. <ingredient name="wood" count="20"/>
  1153. </recipe>
  1154.  
  1155. <recipe name="firstAidBandage" count="1">
  1156. <ingredient name="aloeCream" count="1"/>
  1157. <ingredient name="cloth" count="2"/>
  1158. </recipe>
  1159.  
  1160. <recipe name="firstAidKit" count="1">
  1161. <ingredient name="bloodBag" count="1"/>
  1162. <ingredient name="grainAlcohol" count="1"/>
  1163. <ingredient name="bandage" count="1"/>
  1164. <ingredient name="ductTape" count="1"/>
  1165. </recipe>
  1166.  
  1167. <recipe name="flagstoneArrowSlitHalf" count="1">
  1168. <ingredient name="cobblestones" count="3"/>
  1169. </recipe>
  1170.  
  1171. <recipe name="flagstoneBlock" count="1">
  1172. <ingredient name="cobblestones" count="3"/>
  1173. </recipe>
  1174.  
  1175. <recipe name="flagstoneStairs25" count="1">
  1176. <ingredient name="cobblestones" count="3"/>
  1177. </recipe>
  1178.  
  1179. <recipe name="flamingArrow" count="1" craft_area="workbench">
  1180. <ingredient name="steelArrow" count="1"/>
  1181. <ingredient name="gunPowder" count="2"/>
  1182. <ingredient name="cloth" count="1"/>
  1183. <ingredient name="tallow" count="1"/>
  1184. </recipe>
  1185.  
  1186. <recipe name="foodYuccaJuice" count="1">
  1187. <ingredient name="foodYuccaFruit" count="4"/>
  1188. <ingredient name="emptyJar" count="1"/>
  1189. </recipe>
  1190.  
  1191. <recipe name="forestGround" count="1">
  1192. <ingredient name="dirtFragment" count="12"/>
  1193. </recipe>
  1194.  
  1195. <recipe name="forge" count="1">
  1196. <ingredient name="rockSmall" count="50"/>
  1197. <ingredient name="clayLump" count="50"/>
  1198. <ingredient name="bellows" count="1"/>
  1199. <ingredient name="shortMetalPipe" count="1"/>
  1200. </recipe>
  1201.  
  1202. <recipe name="forgedIron" count="1" craft_area="forge" material_based="true">
  1203. <ingredient name="unit_iron" count="10"/>
  1204. <ingredient name="unit_clay" count="5"/>
  1205. </recipe>
  1206.  
  1207. <recipe name="forgedSteel" count="1" craft_area="forge" material_based="true">
  1208. <ingredient name="unit_iron" count="20"/>
  1209. <ingredient name="unit_clay" count="10"/>
  1210. </recipe>
  1211.  
  1212. <recipe name="garageDoorMetal_v1" count="1" craft_area="workbench">
  1213. <ingredient name="scrapIron" count="240"/>
  1214. <ingredient name="spring" count="6"/>
  1215. <ingredient name="mechanicalParts" count="12"/>
  1216. </recipe>
  1217.  
  1218. <recipe name="gasCan" count="100" craft_area="chemistryStation">
  1219. <ingredient name="oilShale" count="12"/>
  1220. </recipe>
  1221.  
  1222. <recipe name="gasCan" count="100" craft_area="campfire" craft_tool="beaker">
  1223. <ingredient name="bioFuel" count="3"/>
  1224. <ingredient name="grainAlcohol" count="1"/>
  1225. </recipe>
  1226.  
  1227. <recipe name="gasCan" count="100" craft_area="chemistryStation">
  1228. <ingredient name="bioFuel" count="2"/>
  1229. <ingredient name="cornMeal" count="1"/>
  1230. <ingredient name="bottledRiverWater" count="1"/>
  1231. </recipe>
  1232.  
  1233. <recipe name="gasCan" count="600" craft_exp_gain="0">
  1234. <ingredient name="oilBarrel" count="1"/>
  1235. </recipe>
  1236.  
  1237. <recipe name="glassCTRSheet" count="1" craft_area="forge" material_based="true">
  1238. <ingredient name="unit_glass" count="10"/>
  1239. <ingredient name="unit_lead" count="3"/>
  1240. <ingredient name="unit_clay" count="1"/>
  1241. </recipe>
  1242.  
  1243. <recipe name="glassShowerBlock" count="1" craft_area="forge" material_based="true">
  1244. <ingredient name="unit_glass" count="14"/>
  1245. <ingredient name="unit_lead" count="4"/>
  1246. <ingredient name="unit_clay" count="1"/>
  1247. </recipe>
  1248.  
  1249. <recipe name="glassIndustrialCTRPlate" count="1" craft_area="forge" material_based="true">
  1250. <ingredient name="unit_glass" count="10"/>
  1251. <ingredient name="unit_lead" count="3"/>
  1252. <ingredient name="unit_clay" count="1"/>
  1253. </recipe>
  1254.  
  1255. <recipe name="glassIndustrial02CTRPlate" count="1" craft_area="forge" material_based="true">
  1256. <ingredient name="unit_glass" count="10"/>
  1257. <ingredient name="unit_lead" count="3"/>
  1258. <ingredient name="unit_clay" count="1"/>
  1259. </recipe>
  1260.  
  1261. <recipe name="glassBusinessSheet" count="1" craft_area="forge" material_based="true">
  1262. <ingredient name="unit_glass" count="14"/>
  1263. <ingredient name="unit_lead" count="5"/>
  1264. <ingredient name="unit_clay" count="2"/>
  1265. </recipe>
  1266.  
  1267. <recipe name="glassBusinessCTRSheet" count="1" craft_area="forge" material_based="true">
  1268. <ingredient name="unit_glass" count="14"/>
  1269. <ingredient name="unit_lead" count="5"/>
  1270. <ingredient name="unit_clay" count="2"/>
  1271. </recipe>
  1272.  
  1273. <recipe name="glassBusinessBlock" count="1" craft_area="forge" material_based="true">
  1274. <ingredient name="unit_glass" count="14"/>
  1275. <ingredient name="unit_lead" count="5"/>
  1276. <ingredient name="unit_clay" count="2"/>
  1277. </recipe>
  1278.  
  1279. <recipe name="glue" count="1" craft_area="chemistryStation">
  1280. <ingredient name="femur" count="1"/>
  1281. <ingredient name="bottledRiverWater" count="1"/>
  1282. </recipe>
  1283.  
  1284. <recipe name="glue" count="1" craft_area="campfire" craft_tool="beaker">
  1285. <ingredient name="femur" count="2"/>
  1286. <ingredient name="bottledWater" count="1"/>
  1287. </recipe>
  1288.  
  1289. <recipe name="goldenRodTea" count="1" craft_area="campfire" craft_tool="cookingPot">
  1290. <ingredient name="goldenrodPlant" count="1"/>
  1291. <ingredient name="bottledWater" count="1"/>
  1292. </recipe>
  1293.  
  1294. <recipe name="goldenrodSeed" count="1"> <!--farmAlt1<recipe name="plantedGoldenrod1" count="1">farmAlt2-->
  1295. <ingredient name="goldenrodPlant" count="1"/>
  1296. </recipe>
  1297.  
  1298. <recipe name="grainAlcohol" count="1" craft_area="chemistryStation">
  1299. <ingredient name="cornMeal" count="1"/>
  1300. <ingredient name="bottledRiverWater" count="1"/>
  1301. </recipe>
  1302.  
  1303. <recipe name="grainAlcohol" count="1" craft_area="campfire" craft_tool="beaker">
  1304. <ingredient name="cornMeal" count="3"/>
  1305. <ingredient name="bottledWater" count="1"/>
  1306. </recipe>
  1307.  
  1308. <recipe name="grass" count="1">
  1309. <ingredient name="dirtFragment" count="12"/>
  1310. </recipe>
  1311.  
  1312. <recipe name="gravel" count="1" craft_area="cementMixer">
  1313. <ingredient name="crushedSand" count="10"/>
  1314. <ingredient name="rockSmall" count="10"/>
  1315. </recipe>
  1316.  
  1317. <recipe name="gravel" count="1">
  1318. <ingredient name="crushedSand" count="10"/>
  1319. <ingredient name="rockSmall" count="10"/>
  1320. </recipe>
  1321.  
  1322. <recipe name="grilledMeat" count="1" craft_area="campfire" craft_tool="cookingGrill">
  1323. <ingredient name="rawMeat" count="1"/>
  1324. </recipe>
  1325.  
  1326. <recipe name="gun44Magnum" count="1" craft_area="assembly">
  1327. <ingredient name="flashlight02" count="0"/>
  1328. <ingredient name="parts44Magnum_frame" count="1"/>
  1329. <ingredient name="parts44Magnum_cylinder" count="1"/>
  1330. <ingredient name="parts44Magnum_parts" count="1"/>
  1331. <ingredient name="parts44Magnum_grip" count="1"/>
  1332. </recipe>
  1333.  
  1334. <recipe name="gunAK47" count="1" craft_area="assembly">
  1335. <ingredient name="flashlight02" count="0"/>
  1336. <ingredient name="partsAK47_stock" count="1"/>
  1337. <ingredient name="partsAK47_receiver" count="1"/>
  1338. <ingredient name="partsAK47_barrel" count="1"/>
  1339. <ingredient name="partsAK47_parts" count="1"/>
  1340. </recipe>
  1341.  
  1342. <recipe name="gunHuntingRifle" count="1" craft_area="assembly">
  1343. <ingredient name="flashlight02" count="0"/>
  1344. <ingredient name="partsHuntingRifle_barrel" count="1"/>
  1345. <ingredient name="partsHuntingRifle_stock" count="1"/>
  1346. <ingredient name="partsHuntingRifle_receiver" count="1"/>
  1347. <ingredient name="partsHuntingRifle_parts" count="1"/>
  1348. </recipe>
  1349.  
  1350. <recipe name="gunMP5" count="1" craft_area="assembly">
  1351. <ingredient name="flashlight02" count="0"/>
  1352. <ingredient name="partsMP5_stock" count="1"/>
  1353. <ingredient name="partsMP5_receiver" count="1"/>
  1354. <ingredient name="partsMP5_barrel" count="1"/>
  1355. <ingredient name="partsMP5_parts" count="1"/>
  1356. </recipe>
  1357.  
  1358. <recipe name="gunPistol" count="1" craft_area="assembly">
  1359. <ingredient name="flashlight02" count="0"/>
  1360. <ingredient name="partsPistol_parts" count="1"/>
  1361. <ingredient name="partsPistol_barrel" count="1"/>
  1362. <ingredient name="partsPistol_receiver" count="1"/>
  1363. <ingredient name="partsPistol_grip" count="1"/>
  1364. </recipe>
  1365.  
  1366. <recipe name="gunPowder" count="1" craft_area="chemistryStation">
  1367. <ingredient name="coal" count="1"/>
  1368. <ingredient name="potassiumNitratePowder" count="1"/>
  1369. </recipe>
  1370.  
  1371. <recipe name="gunPowder" count="1">
  1372. <ingredient name="coal" count="2"/>
  1373. <ingredient name="potassiumNitratePowder" count="2"/>
  1374. </recipe>
  1375.  
  1376. <recipe name="gunPumpShotgun" count="1" craft_area="assembly">
  1377. <ingredient name="flashlight02" count="0"/>
  1378. <ingredient name="partsPumpShotgun_barrel" count="1"/>
  1379. <ingredient name="partsPumpShotgun_receiver" count="1"/>
  1380. <ingredient name="partsPumpShotgun_parts" count="1"/>
  1381. <ingredient name="partsPumpShotgun_stock" count="1"/>
  1382. </recipe>
  1383.  
  1384. <recipe name="gunRocketLauncher" count="1" craft_area="assembly">
  1385. <ingredient name="flashlight02" count="0"/>
  1386. <ingredient name="partsRocketLauncher_barrel" count="1"/>
  1387. <ingredient name="partsRocketLauncher_receiver" count="1"/>
  1388. <ingredient name="partsRocketLauncher_parts" count="1"/>
  1389. <ingredient name="partsRocketLauncher_stock" count="1"/>
  1390. </recipe>
  1391.  
  1392. <recipe name="gunSawedOffPumpShotgun" count="1" craft_area="assembly">
  1393. <ingredient name="flashlight02" count="0"/>
  1394. <ingredient name="partsPumpShotgun_barrelShort" count="1"/>
  1395. <ingredient name="partsPumpShotgun_receiver" count="1"/>
  1396. <ingredient name="partsPumpShotgun_parts" count="1"/>
  1397. <ingredient name="partsPumpShotgun_stockShort" count="1"/>
  1398. </recipe>
  1399.  
  1400. <recipe name="gunSniperRifle" count="1" craft_area="assembly">
  1401. <ingredient name="flashlight02" count="0"/>
  1402. <ingredient name="partsSniperRifle_barrel" count="1"/>
  1403. <ingredient name="partsSniperRifle_receiver" count="1"/>
  1404. <ingredient name="partsSniperRifle_stock" count="1"/>
  1405. <ingredient name="partsSniperRifle_parts" count="1"/>
  1406. </recipe>
  1407.  
  1408. <recipe name="hayBaleBlock" count="1">
  1409. <ingredient name="yuccaFibers" count="10"/>
  1410. </recipe>
  1411.  
  1412. <recipe name="herbalAntibiotics" count="1" craft_area="chemistryStation">
  1413. <ingredient name="blueberries" count="2"/>
  1414. <ingredient name="mushrooms" count="1"/>
  1415. <ingredient name="chrysanthemumPlant" count="1"/>
  1416. <ingredient name="potassiumNitratePowder" count="1"/>
  1417. <ingredient name="bottledRiverWater" count="1"/>
  1418. </recipe>
  1419.  
  1420. <recipe name="herbalAntibiotics" count="1" craft_area="campfire" craft_tool="cookingPot">
  1421. <ingredient name="blueberries" count="5"/>
  1422. <ingredient name="mushrooms" count="3"/>
  1423. <ingredient name="chrysanthemumPlant" count="3"/>
  1424. <ingredient name="potassiumNitratePowder" count="3"/>
  1425. <ingredient name="bottledWater" count="1"/>
  1426. </recipe>
  1427.  
  1428. <recipe name="hoeIron" count="1">
  1429. <ingredient name="forgedIron" count="16"/>
  1430. <ingredient name="wood" count="20"/>
  1431. </recipe>
  1432.  
  1433. <recipe name="hopSeed" count="1"> <!--farmAlt1<recipe name="plantedHop1" count="1">farmAlt2-->
  1434. <ingredient name="hopsFlower" count="1"/>
  1435. </recipe>
  1436.  
  1437. <recipe name="huntingKnife" count="1">
  1438. <ingredient name="forgedIron" count="8"/>
  1439. <ingredient name="wood" count="8"/>
  1440. </recipe>
  1441.  
  1442. <recipe name="ironArrow" count="1">
  1443. <ingredient name="ironArrowHead" count="1"/>
  1444. <ingredient name="wood" count="1"/>
  1445. <ingredient name="feather" count="1"/>
  1446. </recipe>
  1447.  
  1448. <recipe name="ironArrowHead" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  1449. <ingredient name="unit_iron" count="2"/>
  1450. <ingredient name="unit_clay" count="1"/>
  1451. </recipe>
  1452.  
  1453. <recipe name="ironBars" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  1454. <ingredient name="unit_iron" count="100"/>
  1455. <ingredient name="unit_clay" count="20"/>
  1456. </recipe>
  1457.  
  1458. <recipe name="ironBoots" count="1" craft_area="workbench">
  1459. <ingredient name="forgedIron" count="20"/>
  1460. <ingredient name="leather" count="3"/>
  1461. </recipe>
  1462.  
  1463. <recipe name="ironChestArmor" count="1" craft_area="workbench">
  1464. <ingredient name="forgedIron" count="30"/>
  1465. <ingredient name="leather" count="5"/>
  1466. </recipe>
  1467.  
  1468. <recipe name="ironGloves" count="1" craft_area="workbench">
  1469. <ingredient name="forgedIron" count="20"/>
  1470. <ingredient name="leather" count="3"/>
  1471. </recipe>
  1472.  
  1473. <recipe name="ironHelmet" count="1" craft_area="workbench">
  1474. <ingredient name="forgedIron" count="20"/>
  1475. <ingredient name="leather" count="3"/>
  1476. </recipe>
  1477.  
  1478. <recipe name="ironLegArmor" count="1" craft_area="workbench">
  1479. <ingredient name="forgedIron" count="30"/>
  1480. <ingredient name="leather" count="5"/>
  1481. </recipe>
  1482.  
  1483. <recipe name="ironCrossbowBolt" count="1">
  1484. <ingredient name="ironArrowHead" count="1"/>
  1485. <ingredient name="wood" count="1"/>
  1486. <ingredient name="feather" count="1"/>
  1487. </recipe>
  1488.  
  1489. <recipe name="ironDoor1_v1" count="1">
  1490. <ingredient name="forgedIron" count="10"/>
  1491. </recipe>
  1492.  
  1493. <recipe name="rustyIronTable" count="1">
  1494. <ingredient name="forgedIron" count="7"/>
  1495. </recipe>
  1496.  
  1497. <recipe name="keystoneBlock" count="1">
  1498. <ingredient name="forgedSteel" count="10"/>
  1499. </recipe>
  1500.  
  1501. <recipe name="ladderMetal" count="1">
  1502. <ingredient name="forgedIron" count="3"/>
  1503. </recipe>
  1504.  
  1505. <recipe name="ladderWood" count="1">
  1506. <ingredient name="wood" count="6"/>
  1507. </recipe>
  1508.  
  1509. <recipe name="leather" count="1">
  1510. <ingredient name="animalHide" count="1"/>
  1511. </recipe>
  1512.  
  1513. <recipe name="leatherBoots" count="1">
  1514. <ingredient name="leather" count="5"/>
  1515. </recipe>
  1516. <!--
  1517. <recipe name="leatherDuster" count="1">
  1518. <ingredient name="leather" count="20"/>
  1519. </recipe>
  1520. -->
  1521.  
  1522. <recipe name="leatherGloves" count="1">
  1523. <ingredient name="leather" count="5"/>
  1524. </recipe>
  1525.  
  1526. <recipe name="leatherHood" count="1">
  1527. <ingredient name="leather" count="5"/>
  1528. </recipe>
  1529.  
  1530. <recipe name="leatherJacket" count="1">
  1531. <ingredient name="leather" count="10"/>
  1532. </recipe>
  1533.  
  1534. <recipe name="leatherPants" count="1">
  1535. <ingredient name="leather" count="10"/>
  1536. </recipe>
  1537.  
  1538. <recipe name="cntLockers" count="1" craft_area="workbench">
  1539. <ingredient name="forgedIron" count="2"/>
  1540. </recipe>
  1541.  
  1542. <recipe name="logCabinBlock" count="1">
  1543. <ingredient name="wood" count="20"/>
  1544. </recipe>
  1545.  
  1546. <recipe name="meatStew" count="1" craft_area="campfire" craft_tool="cookingPot">
  1547. <ingredient name="rawMeat" count="1"/>
  1548. <ingredient name="potato" count="1"/>
  1549. <ingredient name="corn" count="1"/>
  1550. <ingredient name="bottledWater" count="1"/>
  1551. </recipe>
  1552.  
  1553. <recipe name="metalReinforcedWoodDrawBridge" count="1" craft_area="workbench">
  1554. <ingredient name="forgedIron" count="100"/>
  1555. <ingredient name="wood" count="2000"/>
  1556. <ingredient name="spring" count="20"/>
  1557. <ingredient name="mechanicalParts" count="30"/>
  1558. </recipe>
  1559.  
  1560. <recipe name="metalSignLetter_a" count="1">
  1561. <ingredient name="scrapIron" count="15"/>
  1562. </recipe>
  1563.  
  1564. <recipe name="metalSignLetter_b" count="1">
  1565. <ingredient name="scrapIron" count="15"/>
  1566. </recipe>
  1567.  
  1568. <recipe name="metalSignLetter_c" count="1">
  1569. <ingredient name="scrapIron" count="15"/>
  1570. </recipe>
  1571.  
  1572. <recipe name="metalSignLetter_d" count="1">
  1573. <ingredient name="scrapIron" count="15"/>
  1574. </recipe>
  1575.  
  1576. <recipe name="metalSignLetter_e" count="1">
  1577. <ingredient name="scrapIron" count="15"/>
  1578. </recipe>
  1579.  
  1580. <recipe name="metalSignLetter_f" count="1">
  1581. <ingredient name="scrapIron" count="15"/>
  1582. </recipe>
  1583.  
  1584. <recipe name="metalSignLetter_g" count="1">
  1585. <ingredient name="scrapIron" count="15"/>
  1586. </recipe>
  1587.  
  1588. <recipe name="metalSignLetter_h" count="1">
  1589. <ingredient name="scrapIron" count="15"/>
  1590. </recipe>
  1591.  
  1592. <recipe name="metalSignLetter_i" count="1">
  1593. <ingredient name="scrapIron" count="15"/>
  1594. </recipe>
  1595.  
  1596. <recipe name="metalSignLetter_j" count="1">
  1597. <ingredient name="scrapIron" count="15"/>
  1598. </recipe>
  1599.  
  1600. <recipe name="metalSignLetter_k" count="1">
  1601. <ingredient name="scrapIron" count="15"/>
  1602. </recipe>
  1603.  
  1604. <recipe name="metalSignLetter_l" count="1">
  1605. <ingredient name="scrapIron" count="15"/>
  1606. </recipe>
  1607.  
  1608. <recipe name="metalSignLetter_m" count="1">
  1609. <ingredient name="scrapIron" count="15"/>
  1610. </recipe>
  1611.  
  1612. <recipe name="metalSignLetter_n" count="1">
  1613. <ingredient name="scrapIron" count="15"/>
  1614. </recipe>
  1615.  
  1616. <recipe name="metalSignLetter_o" count="1">
  1617. <ingredient name="scrapIron" count="15"/>
  1618. </recipe>
  1619.  
  1620. <recipe name="metalSignLetter_p" count="1">
  1621. <ingredient name="scrapIron" count="15"/>
  1622. </recipe>
  1623.  
  1624. <recipe name="metalSignLetter_q" count="1">
  1625. <ingredient name="scrapIron" count="15"/>
  1626. </recipe>
  1627.  
  1628. <recipe name="metalSignLetter_r" count="1">
  1629. <ingredient name="scrapIron" count="15"/>
  1630. </recipe>
  1631.  
  1632. <recipe name="metalSignLetter_s" count="1">
  1633. <ingredient name="scrapIron" count="15"/>
  1634. </recipe>
  1635.  
  1636. <recipe name="metalSignLetter_t" count="1">
  1637. <ingredient name="scrapIron" count="15"/>
  1638. </recipe>
  1639.  
  1640. <recipe name="metalSignLetter_u" count="1">
  1641. <ingredient name="scrapIron" count="15"/>
  1642. </recipe>
  1643.  
  1644. <recipe name="metalSignLetter_v" count="1">
  1645. <ingredient name="scrapIron" count="15"/>
  1646. </recipe>
  1647.  
  1648. <recipe name="metalSignLetter_w" count="1">
  1649. <ingredient name="scrapIron" count="15"/>
  1650. </recipe>
  1651.  
  1652. <recipe name="metalSignLetter_x" count="1">
  1653. <ingredient name="scrapIron" count="15"/>
  1654. </recipe>
  1655.  
  1656. <recipe name="metalSignLetter_y" count="1">
  1657. <ingredient name="scrapIron" count="15"/>
  1658. </recipe>
  1659.  
  1660. <recipe name="metalSignLetter_z" count="1">
  1661. <ingredient name="scrapIron" count="15"/>
  1662. </recipe>
  1663.  
  1664. <recipe name="metalTrussingBlock" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  1665. <ingredient name="unit_iron" count="40"/>
  1666. <ingredient name="unit_clay" count="5"/>
  1667. </recipe>
  1668.  
  1669. <recipe name="metalTrussingRamp" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  1670. <ingredient name="unit_iron" count="40"/>
  1671. <ingredient name="unit_clay" count="5"/>
  1672. </recipe>
  1673.  
  1674. <recipe name="mineCandyTin" count="1" craft_area="workbench"> <!-- size 1 -->
  1675. <ingredient name="scrapIron" count="10"/>
  1676. <ingredient name="gunPowder" count="8"/>
  1677. <ingredient name="candyTin" count="1"/>
  1678. <ingredient name="ductTape" count="1"/>
  1679. </recipe>
  1680.  
  1681. <recipe name="mineHubcap" count="1" craft_area="workbench"> <!-- size 2 -->
  1682. <ingredient name="scrapIron" count="15"/>
  1683. <ingredient name="gunPowder" count="13"/>
  1684. <ingredient name="hubcap" count="1"/>
  1685. <ingredient name="ductTape" count="1"/>
  1686. <ingredient name="spring" count="1"/>
  1687. </recipe>
  1688.  
  1689. <recipe name="mineAirFilter" count="1" craft_area="workbench"> <!-- size 3 -->
  1690. <ingredient name="scrapIron" count="25"/>
  1691. <ingredient name="gunPowder" count="20"/>
  1692. <ingredient name="airFilter" count="1"/>
  1693. <ingredient name="ductTape" count="1"/>
  1694. <ingredient name="spring" count="1"/>
  1695. </recipe>
  1696.  
  1697. <recipe name="mineCookingPot" count="1" craft_area="workbench"> <!-- size 1.1 -->
  1698. <ingredient name="scrapIron" count="10"/>
  1699. <ingredient name="gunPowder" count="10"/>
  1700. <ingredient name="cookingPot" count="1"/>
  1701. <ingredient name="ductTape" count="2"/>
  1702. </recipe>
  1703.  
  1704. <recipe name="candyTin" count="1" craft_area="workbench">
  1705. <ingredient name="scrapIron" count="5"/>
  1706. </recipe>
  1707.  
  1708. <recipe name="hubcap" count="1" craft_area="workbench">
  1709. <ingredient name="scrapIron" count="10"/>
  1710. </recipe>
  1711.  
  1712. <recipe name="airFilter" count="1" craft_area="workbench">
  1713. <ingredient name="scrapIron" count="15"/>
  1714. </recipe>
  1715.  
  1716. <recipe name="minibikeChassis" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  1717. <ingredient name="unit_iron" count="200"/>
  1718. <ingredient name="unit_clay" count="20"/>
  1719. </recipe>
  1720.  
  1721. <recipe name="moldyBread" count="1" craft_area="chemistryStation">
  1722. <ingredient name="shamSandwich" count="10"/>
  1723. <ingredient name="bottledRiverWater" count="1"/>
  1724. </recipe>
  1725.  
  1726. <recipe name="partsHandlebars" count="1" craft_area="workbench">
  1727. <ingredient name="ductTape" count="2"/>
  1728. <ingredient name="leather" count="2"/>
  1729. <ingredient name="mechanicalParts" count="1"/>
  1730. <ingredient name="shortMetalPipe" count="6"/>
  1731. </recipe>
  1732.  
  1733. <recipe name="minibikeHandlebars" count="1" craft_area="workbench">
  1734. <ingredient name="partsHandlebars" count="1"/>
  1735. <ingredient name="ductTape" count="2"/>
  1736. <ingredient name="headlight" count="1"/>
  1737. <ingredient name="electricParts" count="5"/>
  1738. <ingredient name="shortMetalPipe" count="2"/>
  1739. </recipe>
  1740.  
  1741. <recipe name="minibikeSeat" count="1" craft_area="workbench">
  1742. <ingredient name="ductTape" count="4"/>
  1743. <ingredient name="leather" count="7"/>
  1744. <ingredient name="cottonPlant" count="3"/>
  1745. <ingredient name="shortMetalPipe" count="4"/>
  1746. </recipe>
  1747.  
  1748. <recipe name="mushroomSeed" count="2"> <!--farmAlt1<recipe name="plantedMushroom1" count="1">farmAlt2-->
  1749. <ingredient name="mushrooms" count="2"/>
  1750. <ingredient name="dirtFragment" count="1"/>
  1751. </recipe>
  1752.  
  1753. <recipe name="nail" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  1754. <ingredient name="unit_iron" count="1"/>
  1755. <ingredient name="unit_clay" count="1"/>
  1756. </recipe>
  1757.  
  1758. <recipe name="nailgun" count="1" craft_area="assembly">
  1759. <ingredient name="partsNailgun_frame" count="1"/>
  1760. <ingredient name="partsNailgun_receiver" count="1"/>
  1761. <ingredient name="partsNailgun_parts" count="1"/>
  1762. <ingredient name="partsNailgun_battery" count="1"/>
  1763. </recipe>
  1764.  
  1765. <recipe name="officeChair01" count="1">
  1766. <ingredient name="leather" count="5"/>
  1767. <ingredient name="cottonPlant" count="10"/>
  1768. <ingredient name="mechanicalParts" count="2"/>
  1769. <ingredient name="forgedIron" count="3"/>
  1770. </recipe>
  1771.  
  1772. <recipe name="oilBarrel" count="1" craft_exp_gain="0">
  1773. <ingredient name="gasCan" count="600"/>
  1774. </recipe>
  1775.  
  1776. <recipe name="oldChair" count="1">
  1777. <ingredient name="nail" count="10"/>
  1778. <ingredient name="wood" count="10"/>
  1779. </recipe>
  1780.  
  1781. <recipe name="pickaxeIron" count="1">
  1782. <ingredient name="forgedIron" count="20"/>
  1783. <ingredient name="wood" count="20"/>
  1784. </recipe>
  1785.  
  1786. <recipe name="pickaxeSteel" count="1" craft_area="workbench">
  1787. <ingredient name="forgedSteel" count="20"/>
  1788. <ingredient name="wood" count="20"/>
  1789. </recipe>
  1790.  
  1791. <recipe name="pipeBomb" count="1" craft_area="workbench">
  1792. <ingredient name="yuccaFibers" count="1"/>
  1793. <ingredient name="gunPowder" count="10"/>
  1794. <ingredient name="shortMetalPipe" count="1"/>
  1795. </recipe>
  1796.  
  1797. <recipe name="plainsGround" count="1">
  1798. <ingredient name="dirtFragment" count="12"/>
  1799. </recipe>
  1800.  
  1801. <recipe name="plantFiberGloves" count="1">
  1802. <ingredient name="yuccaFibers" count="5"/>
  1803. </recipe>
  1804.  
  1805. <recipe name="plantFiberHat" count="1">
  1806. <ingredient name="yuccaFibers" count="5"/>
  1807. </recipe>
  1808.  
  1809. <recipe name="plantFiberHood" count="1">
  1810. <ingredient name="yuccaFibers" count="5"/>
  1811. </recipe>
  1812.  
  1813. <recipe name="plantFiberPants" count="1">
  1814. <ingredient name="yuccaFibers" count="10"/>
  1815. </recipe>
  1816.  
  1817. <recipe name="plantFiberShirt" count="1">
  1818. <ingredient name="yuccaFibers" count="10"/>
  1819. </recipe>
  1820.  
  1821. <recipe name="plantFiberShoes" count="1">
  1822. <ingredient name="yuccaFibers" count="5"/>
  1823. </recipe>
  1824.  
  1825. <recipe name="playerSignWood1x1" count="1">
  1826. <ingredient name="nail" count="4"/>
  1827. <ingredient name="wood" count="10"/>
  1828. </recipe>
  1829.  
  1830. <recipe name="playerSignWood1x3" count="1">
  1831. <ingredient name="nail" count="10"/>
  1832. <ingredient name="wood" count="30"/>
  1833. </recipe>
  1834.  
  1835. <recipe name="playerSignWood2x5" count="1">
  1836. <ingredient name="nail" count="20"/>
  1837. <ingredient name="wood" count="100"/>
  1838. </recipe>
  1839.  
  1840. <recipe name="potatoSeed" count="1"> <!--farmAlt1<recipe name="plantedPotato1" count="1">farmAlt2-->
  1841. <ingredient name="potato" count="1"/>
  1842. </recipe>
  1843.  
  1844. <recipe name="rScrapIronPlate" count="1">
  1845. <ingredient name="scrapIron" count="80"/>
  1846. </recipe>
  1847.  
  1848. <recipe name="rScrapIronPlateMine" count="1" craft_area="workbench">
  1849. <ingredient name="scrapIron" count="30"/>
  1850. <ingredient name="gunPowder" count="8"/>
  1851. <ingredient name="ductTape" count="1"/>
  1852. </recipe>
  1853.  
  1854. <recipe name="railingOldWoodSheet" count="1">
  1855. <ingredient name="wood" count="5"/>
  1856. </recipe>
  1857.  
  1858. <recipe name="rebarFrameBlock" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  1859. <ingredient name="unit_iron" count="5"/>
  1860. <ingredient name="unit_clay" count="1"/>
  1861. </recipe>
  1862.  
  1863. <recipe name="rebarFrameCNRInside" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  1864. <ingredient name="unit_iron" count="5"/>
  1865. <ingredient name="unit_clay" count="1"/>
  1866. </recipe>
  1867.  
  1868. <recipe name="rebarFramePillar100" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  1869. <ingredient name="unit_iron" count="5"/>
  1870. <ingredient name="unit_clay" count="1"/>
  1871. </recipe>
  1872.  
  1873. <recipe name="rebarFrameRamp" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  1874. <ingredient name="unit_iron" count="5"/>
  1875. <ingredient name="unit_clay" count="1"/>
  1876. </recipe>
  1877.  
  1878. <recipe name="redTea" count="1" craft_area="campfire" craft_tool="cookingPot">
  1879. <ingredient name="chrysanthemumPlant" count="1"/>
  1880. <ingredient name="bottledWater" count="1"/>
  1881. </recipe>
  1882.  
  1883. <recipe name="redWoodBlock" count="1">
  1884. <ingredient name="chrysanthemumPlant" count="1"/>
  1885. <ingredient name="wood" count="15"/>
  1886. </recipe>
  1887.  
  1888. <recipe name="redWoodPillar100" count="1">
  1889. <ingredient name="chrysanthemumPlant" count="1"/>
  1890. <ingredient name="wood" count="15"/>
  1891. </recipe>
  1892.  
  1893. <recipe name="redWoodStairs25" count="1">
  1894. <ingredient name="chrysanthemumPlant" count="1"/>
  1895. <ingredient name="wood" count="15"/>
  1896. </recipe>
  1897.  
  1898. <recipe name="redWoodTable" count="1">
  1899. <ingredient name="chrysanthemumPlant" count="1"/>
  1900. <ingredient name="nail" count="10"/>
  1901. <ingredient name="wood" count="15"/>
  1902. </recipe>
  1903.  
  1904. <recipe name="repairKit" count="1">
  1905. <ingredient name="forgedIron" count="1"/>
  1906. <ingredient name="oil" count="1"/>
  1907. <ingredient name="cloth" count="1"/>
  1908. <ingredient name="ductTape" count="1"/>
  1909. </recipe>
  1910.  
  1911. <recipe name="rocket" count="1" craft_area="workbench">
  1912. <ingredient name="rocketTip" count="1"/>
  1913. <ingredient name="gunPowder" count="16"/>
  1914. <ingredient name="ductTape" count="3"/>
  1915. <ingredient name="gasCan" count="100"/>
  1916. <ingredient name="rocketCasing" count="1"/>
  1917. </recipe>
  1918.  
  1919. <recipe name="rocketCasing" count="1" craft_area="forge" craft_tool="toolAndDieSet" material_based="true">
  1920. <ingredient name="unit_iron" count="50"/>
  1921. <ingredient name="unit_clay" count="30"/>
  1922. </recipe>
  1923.  
  1924. <recipe name="rocketTip" count="1" craft_area="forge" craft_tool="toolAndDieSet" material_based="true">
  1925. <ingredient name="unit_lead" count="50"/>
  1926. <ingredient name="unit_clay" count="30"/>
  1927. </recipe>
  1928.  
  1929. <recipe name="crushedSand" count="1" craft_area="cementMixer">
  1930. <ingredient name="rockSmall" count="1"/>
  1931. </recipe>
  1932.  
  1933. <recipe name="sand" count="1" craft_area="cementMixer">
  1934. <ingredient name="crushedSand" count="12"/>
  1935. </recipe>
  1936.  
  1937. <recipe name="sand" count="1">
  1938. <ingredient name="crushedSand" count="12"/>
  1939. </recipe>
  1940.  
  1941. <recipe name="sandbagsBlock" count="1">
  1942. <ingredient name="crushedSand" count="10"/>
  1943. <ingredient name="cloth" count="10"/>
  1944. </recipe>
  1945.  
  1946. <recipe name="mechanicalParts" count="1" craft_area="workbench">
  1947. <ingredient name="forgedSteel" count="2"/>
  1948. <ingredient name="ductTape" count="1"/>
  1949. </recipe>
  1950.  
  1951. <recipe name="spring" count="1" craft_area="workbench">
  1952. <ingredient name="forgedSteel" count="4"/>
  1953. <ingredient name="coal" count="4"/>
  1954. </recipe>
  1955.  
  1956. <recipe name="scrapBoots" count="1">
  1957. <ingredient name="scrapIron" count="100"/>
  1958. <ingredient name="leather" count="2"/>
  1959. <ingredient name="ductTape" count="1"/>
  1960. </recipe>
  1961.  
  1962. <recipe name="scrapChestArmor" count="1">
  1963. <ingredient name="scrapIron" count="150"/>
  1964. <ingredient name="leather" count="5"/>
  1965. <ingredient name="ductTape" count="3"/>
  1966. </recipe>
  1967.  
  1968. <recipe name="scrapGloves" count="1">
  1969. <ingredient name="scrapIron" count="100"/>
  1970. <ingredient name="leather" count="2"/>
  1971. <ingredient name="ductTape" count="1"/>
  1972. </recipe>
  1973.  
  1974. <recipe name="flashlight02" count="1" craft_area="workbench">
  1975. <ingredient name="forgedIron" count="1"/>
  1976. <ingredient name="partsNailgun_battery" count="1"/>
  1977. <ingredient name="electricParts" count="10"/>
  1978. <ingredient name="ductTape" count="4"/>
  1979. <ingredient name="scrapPlastics" count="4"/>
  1980. </recipe>
  1981.  
  1982. <recipe name="miningHelmet" count="1" craft_area="workbench">
  1983. <ingredient name="footballHelmet" count="1"/>
  1984. <ingredient name="flashlight02" count="1"/>
  1985. <ingredient name="electricParts" count="8"/>
  1986. <ingredient name="ductTape" count="5"/>
  1987. <ingredient name="scrapPlastics" count="4"/>
  1988. </recipe>
  1989.  
  1990. <recipe name="scrapHelmet" count="1">
  1991. <ingredient name="scrapIron" count="100"/>
  1992. <ingredient name="leather" count="2"/>
  1993. <ingredient name="ductTape" count="1"/>
  1994. </recipe>
  1995.  
  1996. <recipe name="scrapLegArmor" count="1">
  1997. <ingredient name="scrapIron" count="150"/>
  1998. <ingredient name="leather" count="5"/>
  1999. <ingredient name="ductTape" count="3"/>
  2000. </recipe>
  2001.  
  2002. <recipe name="scrapIronSheet" count="1">
  2003. <ingredient name="scrapIron" count="40"/>
  2004. </recipe>
  2005.  
  2006. <recipe name="scrapIronGrateSheet" count="1">
  2007. <ingredient name="scrapIron" count="40"/>
  2008. </recipe>
  2009.  
  2010. <recipe name="scrapHatch_v1" count="1">
  2011. <ingredient name="scrapIron" count="40"/>
  2012. </recipe>
  2013.  
  2014. <recipe name="scrapIronFrameBlock" count="1">
  2015. <ingredient name="scrapIron" count="15"/>
  2016. </recipe>
  2017.  
  2018. <recipe name="scrapIronFrameCNRFull" count="1">
  2019. <ingredient name="scrapIron" count="15"/>
  2020. </recipe>
  2021.  
  2022. <recipe name="scrapIronFrameCNRInside" count="1">
  2023. <ingredient name="scrapIron" count="15"/>
  2024. </recipe>
  2025.  
  2026. <recipe name="scrapIronFrameRamp" count="1">
  2027. <ingredient name="scrapIron" count="15"/>
  2028. </recipe>
  2029.  
  2030. <recipe name="scrapIronFrameWedge" count="1">
  2031. <ingredient name="scrapIron" count="15"/>
  2032. </recipe>
  2033.  
  2034. <recipe name="scrapIronFrameWedgeTip" count="1">
  2035. <ingredient name="scrapIron" count="15"/>
  2036. </recipe>
  2037.  
  2038. <recipe name="scrapIronLogSpike4" count="1">
  2039. <ingredient name="scrapIron" count="40"/>
  2040. </recipe>
  2041.  
  2042. <recipe name="scrapIronStairs25" count="1">
  2043. <ingredient name="scrapIron" count="40"/>
  2044. </recipe>
  2045.  
  2046. <recipe name="rScrapIronTable" count="1">
  2047. <ingredient name="scrapIron" count="40"/>
  2048. </recipe>
  2049.  
  2050. <recipe name="scrapIronArrowSlitHalf" count="1">
  2051. <ingredient name="scrapIron" count="40"/>
  2052. </recipe>
  2053.  
  2054. <recipe name="sectionalArm" count="1">
  2055. <ingredient name="cloth" count="5"/>
  2056. <ingredient name="nail" count="10"/>
  2057. <ingredient name="wood" count="10"/>
  2058. </recipe>
  2059.  
  2060. <recipe name="sectionalArm2" count="1">
  2061. <ingredient name="leather" count="5"/>
  2062. <ingredient name="nail" count="10"/>
  2063. <ingredient name="wood" count="10"/>
  2064. </recipe>
  2065.  
  2066. <recipe name="sectionalCorner" count="1">
  2067. <ingredient name="cloth" count="5"/>
  2068. <ingredient name="nail" count="10"/>
  2069. <ingredient name="wood" count="10"/>
  2070. </recipe>
  2071.  
  2072. <recipe name="sectionalCorner2" count="1">
  2073. <ingredient name="leather" count="5"/>
  2074. <ingredient name="nail" count="10"/>
  2075. <ingredient name="wood" count="10"/>
  2076. </recipe>
  2077.  
  2078. <recipe name="sectionalMiddle" count="1">
  2079. <ingredient name="cloth" count="5"/>
  2080. <ingredient name="nail" count="10"/>
  2081. <ingredient name="wood" count="10"/>
  2082. </recipe>
  2083.  
  2084. <recipe name="sectionalMiddle2" count="1">
  2085. <ingredient name="leather" count="5"/>
  2086. <ingredient name="nail" count="10"/>
  2087. <ingredient name="wood" count="10"/>
  2088. </recipe>
  2089.  
  2090. <recipe name="secureDoorWooden" count="1">
  2091. <ingredient name="wood" count="10"/>
  2092. </recipe>
  2093.  
  2094. <recipe name="shortMetalPipe" count="1">
  2095. <ingredient name="forgedIron" count="1"/>
  2096. </recipe>
  2097.  
  2098. <recipe name="shortMetalPipe" count="1" craft_area="forge" material_based="true">
  2099. <ingredient name="unit_iron" count="10"/>
  2100. <ingredient name="unit_clay" count="5"/>
  2101. </recipe>
  2102.  
  2103. <recipe name="shovelIron" count="1">
  2104. <ingredient name="forgedIron" count="16"/>
  2105. <ingredient name="wood" count="20"/>
  2106. </recipe>
  2107.  
  2108. <recipe name="shovelSteel" count="1" craft_area="workbench">
  2109. <ingredient name="forgedSteel" count="20"/>
  2110. <ingredient name="wood" count="20"/>
  2111. </recipe>
  2112.  
  2113. <recipe name="sledgehammer" count="1">
  2114. <ingredient name="forgedIron" count="30"/>
  2115. <ingredient name="wood" count="20"/>
  2116. </recipe>
  2117.  
  2118. <recipe name="snow" count="1" craft_exp_gain="0">
  2119. <ingredient name="snowBall" count="12"/>
  2120. </recipe>
  2121.  
  2122. <recipe name="snowberryExtract" count="1" craft_area="chemistryStation">
  2123. <ingredient name="snowberryPlant" count="1"/>
  2124. <ingredient name="cornMeal" count="1"/>
  2125. </recipe>
  2126.  
  2127. <recipe name="snowberryJuice" count="1" craft_area="campfire" craft_tool="cookingPot">
  2128. <ingredient name="snowberryExtract" count="1"/>
  2129. <ingredient name="blueberries" count="2"/>
  2130. <ingredient name="bottledWater" count="1"/>
  2131. </recipe>
  2132.  
  2133. <recipe name="sod" count="1">
  2134. <ingredient name="yuccaFibers" count="1"/>
  2135. <ingredient name="dirtFragment" count="12"/>
  2136. </recipe>
  2137.  
  2138. <recipe name="splint" count="1">
  2139. <ingredient name="cloth" count="2"/>
  2140. <ingredient name="wood" count="2"/>
  2141. </recipe>
  2142.  
  2143. <recipe name="spotlight" count="1" craft_area="workbench">
  2144. <ingredient name="headlight" count="1"/>
  2145. <ingredient name="carBattery" count="1"/>
  2146. <ingredient name="electricParts" count="8"/>
  2147. <ingredient name="ductTape" count="2"/>
  2148. <ingredient name="scrapIron" count="50"/>
  2149. </recipe>
  2150.  
  2151. <recipe name="steelArrow" count="1">
  2152. <ingredient name="steelArrowHead" count="1"/>
  2153. <ingredient name="wood" count="1"/>
  2154. <ingredient name="feather" count="1"/>
  2155. </recipe>
  2156.  
  2157. <recipe name="steelArrowHead" count="1" craft_area="forge" craft_tool="calipers" material_based="true">
  2158. <ingredient name="unit_iron" count="5"/>
  2159. <ingredient name="unit_clay" count="1"/>
  2160. </recipe>
  2161.  
  2162. <recipe name="steelCrossbowBolt" count="1">
  2163. <ingredient name="steelArrowHead" count="1"/>
  2164. <ingredient name="wood" count="1"/>
  2165. <ingredient name="feather" count="1"/>
  2166. </recipe>
  2167.  
  2168. <recipe name="stone" count="1" craft_area="cementMixer">
  2169. <ingredient name="crushedSand" count="10"/>
  2170. <ingredient name="rockSmall" count="18"/>
  2171. <ingredient name="cement" count="4"/>
  2172. </recipe>
  2173.  
  2174. <recipe name="stoneAxe" count="1">
  2175. <ingredient name="rockSmall" count="5"/>
  2176. <ingredient name="yuccaFibers" count="2"/>
  2177. <ingredient name="wood" count="2"/>
  2178. </recipe>
  2179.  
  2180. <recipe name="stoneShovel" count="1">
  2181. <ingredient name="rockSmall" count="6"/>
  2182. <ingredient name="yuccaFibers" count="3"/>
  2183. <ingredient name="wood" count="3"/>
  2184. </recipe>
  2185.  
  2186. <recipe name="storeShelving01" count="1">
  2187. <ingredient name="forgedIron" count="3"/>
  2188. </recipe>
  2189.  
  2190. <recipe name="tallow" count="1" craft_area="campfire" craft_tool="cookingPot">
  2191. <ingredient name="animalFat" count="1"/>
  2192. </recipe>
  2193.  
  2194. <recipe name="tnt" count="1" craft_area="workbench">
  2195. <ingredient name="yuccaFibers" count="1"/>
  2196. <ingredient name="gunPowder" count="20"/>
  2197. <ingredient name="ductTape" count="1"/>
  2198. <ingredient name="paper" count="10"/>
  2199. </recipe>
  2200.  
  2201. <recipe name="torch" count="1">
  2202. <ingredient name="tallow" count="1"/>
  2203. <ingredient name="cloth" count="1"/>
  2204. <ingredient name="wood" count="1"/>
  2205. </recipe>
  2206.  
  2207. <recipe name="trapSpikesNew" count="1">
  2208. <ingredient name="wood" count="100"/>
  2209. </recipe>
  2210.  
  2211. <recipe name="treePlant02" count="1">
  2212. <ingredient name="yuccaFibers" count="4"/>
  2213. <ingredient name="dirtFragment" count="3"/>
  2214. <ingredient name="clayLump" count="5"/>
  2215. </recipe>
  2216.  
  2217. <recipe name="tv" count="1" craft_area="workbench">
  2218. <ingredient name="electricParts" count="4"/>
  2219. <ingredient name="electronicParts" count="8"/>
  2220. <ingredient name="glassBusinessSheet" count="1"/>
  2221. <ingredient name="scrapPlastics" count="8"/>
  2222. </recipe>
  2223.  
  2224. <recipe name="tv_large_1" count="1" craft_area="workbench">
  2225. <ingredient name="electricParts" count="4"/>
  2226. <ingredient name="electronicParts" count="8"/>
  2227. <ingredient name="glassBusinessSheet" count="1"/>
  2228. <ingredient name="scrapPlastics" count="8"/>
  2229. </recipe>
  2230.  
  2231. <recipe name="tv_large_2" count="1" craft_area="workbench">
  2232. <ingredient name="electricParts" count="4"/>
  2233. <ingredient name="electronicParts" count="8"/>
  2234. <ingredient name="glassBusinessSheet" count="1"/>
  2235. <ingredient name="scrapPlastics" count="8"/>
  2236. </recipe>
  2237.  
  2238. <recipe name="vaultDoor01" count="1">
  2239. <ingredient name="forgedSteel" count="12"/>
  2240. <ingredient name="spring" count="2"/>
  2241. </recipe>
  2242.  
  2243. <recipe name="vaultHatch_v1" count="1">
  2244. <ingredient name="forgedSteel" count="12"/>
  2245. <ingredient name="spring" count="2"/>
  2246. </recipe>
  2247.  
  2248. <recipe name="vegetableStew" count="1" craft_area="campfire" craft_tool="cookingPot">
  2249. <ingredient name="potato" count="1"/>
  2250. <ingredient name="corn" count="1"/>
  2251. <ingredient name="mushrooms" count="1"/>
  2252. <ingredient name="bottledWater" count="1"/>
  2253. </recipe>
  2254.  
  2255. <recipe name="ventDuctBlock" count="1">
  2256. <ingredient name="scrapIron" count="15"/>
  2257. </recipe>
  2258.  
  2259. <recipe name="ventDuctRamp" count="1">
  2260. <ingredient name="scrapIron" count="15"/>
  2261. </recipe>
  2262.  
  2263. <recipe name="whitePicketFenceSheet" count="1">
  2264. <ingredient name="wood" count="5"/>
  2265. </recipe>
  2266.  
  2267. <recipe name="window03Wood" count="1">
  2268. <ingredient name="wood" count="8"/>
  2269. </recipe>
  2270.  
  2271. <recipe name="woodFenceFarmSheet" count="1">
  2272. <ingredient name="wood" count="5"/>
  2273. </recipe>
  2274.  
  2275. <recipe name="woodFenceSheet" count="1">
  2276. <ingredient name="wood" count="5"/>
  2277. </recipe>
  2278.  
  2279. <recipe name="woodFrameBlock" count="1">
  2280. <ingredient name="wood" count="5"/>
  2281. </recipe>
  2282.  
  2283. <recipe name="woodFrameCNRFull" count="1">
  2284. <ingredient name="wood" count="5"/>
  2285. </recipe>
  2286.  
  2287. <recipe name="woodFrameCNRInside" count="1">
  2288. <ingredient name="wood" count="5"/>
  2289. </recipe>
  2290.  
  2291. <recipe name="woodFrameRamp" count="1">
  2292. <ingredient name="wood" count="5"/>
  2293. </recipe>
  2294.  
  2295. <recipe name="woodFrameWedge" count="1">
  2296. <ingredient name="wood" count="5"/>
  2297. </recipe>
  2298.  
  2299. <recipe name="woodLogPillar100" count="1">
  2300. <ingredient name="wood" count="20"/>
  2301. </recipe>
  2302.  
  2303. <recipe name="woodLogSpike1" count="1">
  2304. <ingredient name="wood" count="20"/>
  2305. </recipe>
  2306.  
  2307. <recipe name="woodPillar100" count="1">
  2308. <ingredient name="wood" count="10"/>
  2309. </recipe>
  2310.  
  2311. <recipe name="woodPlate" count="1">
  2312. <ingredient name="wood" count="10"/>
  2313. </recipe>
  2314.  
  2315. <recipe name="woodPole" count="1">
  2316. <ingredient name="wood" count="10"/>
  2317. </recipe>
  2318.  
  2319. <recipe name="woodShinglesBlock" count="1">
  2320. <ingredient name="wood" count="10"/>
  2321. </recipe>
  2322.  
  2323. <recipe name="woodShinglesCNRFull" count="1">
  2324. <ingredient name="wood" count="10"/>
  2325. </recipe>
  2326.  
  2327. <recipe name="woodShinglesGable" count="1">
  2328. <ingredient name="wood" count="10"/>
  2329. </recipe>
  2330.  
  2331. <recipe name="woodShinglesPyramid" count="1">
  2332. <ingredient name="wood" count="10"/>
  2333. </recipe>
  2334.  
  2335. <recipe name="woodShinglesRamp" count="1">
  2336. <ingredient name="wood" count="10"/>
  2337. </recipe>
  2338.  
  2339. <recipe name="woodStairs25" count="1">
  2340. <ingredient name="wood" count="10"/>
  2341. </recipe>
  2342.  
  2343. <recipe name="woodSupport" count="1">
  2344. <ingredient name="wood" count="10"/>
  2345. </recipe>
  2346.  
  2347. <recipe name="woodTable" count="1">
  2348. <ingredient name="nail" count="10"/>
  2349. <ingredient name="wood" count="10"/>
  2350. </recipe>
  2351.  
  2352. <recipe name="woodenBow" count="1">
  2353. <ingredient name="wood" count="12"/>
  2354. <ingredient name="yuccaFibers" count="3"/>
  2355. </recipe>
  2356.  
  2357. <recipe name="woodArrowSlitHalf" count="1">
  2358. <ingredient name="wood" count="10"/>
  2359. </recipe>
  2360.  
  2361. <recipe name="woodHalf" count="1">
  2362. <ingredient name="wood" count="10"/>
  2363. </recipe>
  2364.  
  2365. <recipe name="woodHatch1_v1" count="1">
  2366. <ingredient name="wood" count="10"/>
  2367. </recipe>
  2368.  
  2369. <recipe name="woodCatwalk" count="1">
  2370. <ingredient name="wood" count="20"/>
  2371. </recipe>
  2372.  
  2373. <recipe name="woodCatwalkRailing" count="1">
  2374. <ingredient name="wood" count="20"/>
  2375. </recipe>
  2376.  
  2377. <recipe name="woodRailing" count="1">
  2378. <ingredient name="wood" count="5"/>
  2379. </recipe>
  2380.  
  2381. <recipe name="woodCatwalkRailingCNR" count="1">
  2382. <ingredient name="wood" count="20"/>
  2383. </recipe>
  2384.  
  2385. <recipe name="woodCatwalkWedgeRailing" count="1">
  2386. <ingredient name="wood" count="20"/>
  2387. </recipe>
  2388.  
  2389. <recipe name="woodStairsBoard" count="1">
  2390. <ingredient name="wood" count="20"/>
  2391. </recipe>
  2392.  
  2393. <recipe name="woodStairsBoardRailing" count="1">
  2394. <ingredient name="wood" count="20"/>
  2395. </recipe>
  2396.  
  2397. <recipe name="woodWedgeTip" count="1">
  2398. <ingredient name="wood" count="10"/>
  2399. </recipe>
  2400.  
  2401. <recipe name="signShopColdBeer" count="1">
  2402. <ingredient name="nail" count="4"/>
  2403. <ingredient name="wood" count="5"/>
  2404. </recipe>
  2405.  
  2406. <recipe name="workbench" count="1">
  2407. <ingredient name="forgedIron" count="25"/>
  2408. <ingredient name="mechanicalParts" count="20"/>
  2409. <ingredient name="wrench" count="1"/>
  2410. <ingredient name="clawHammer" count="1"/>
  2411. <ingredient name="wood" count="50"/>
  2412. </recipe>
  2413.  
  2414. <recipe name="wrench" count="1" craft_area="workbench">
  2415. <ingredient name="forgedSteel" count="12"/>
  2416. <ingredient name="mechanicalParts" count="4"/>
  2417. </recipe>
  2418.  
  2419. <recipe name="wroughtIronFenceSheet" count="1" craft_area="forge" craft_tool="anvil" material_based="true">
  2420. <ingredient name="unit_iron" count="15"/>
  2421. <ingredient name="unit_clay" count="1"/>
  2422. </recipe>
  2423.  
  2424. <recipe name="yuccaSeed" count="1" craft_time="1"> <!--farmAlt1<recipe name="plantedYucca1" count="1">farmAlt2-->
  2425. <ingredient name="foodYuccaFruit" count="1"/>
  2426. </recipe>
  2427.  
  2428. <recipe name="porchLight01Switch" count="1" craft_area="workbench">
  2429. <ingredient name="forgedIron" count="2"/>
  2430. <ingredient name="electricParts" count="7"/>
  2431. </recipe>
  2432.  
  2433. <recipe name="ceilingLight02Switch" count="1" craft_area="workbench">
  2434. <ingredient name="forgedIron" count="2"/>
  2435. <ingredient name="electricParts" count="7"/>
  2436. </recipe>
  2437.  
  2438. <recipe name="ceilingLight07Switch" count="1" craft_area="workbench">
  2439. <ingredient name="forgedIron" count="2"/>
  2440. <ingredient name="electricParts" count="5"/>
  2441. <ingredient name="electronicParts" count="3"/>
  2442. <ingredient name="scrapPlastics" count="3"/>
  2443. </recipe>
  2444.  
  2445. <recipe name="industrialLight01Switch" count="1" craft_area="workbench">
  2446. <ingredient name="forgedIron" count="2"/>
  2447. <ingredient name="electricParts" count="5"/>
  2448. <ingredient name="electronicParts" count="3"/>
  2449. </recipe>
  2450.  
  2451. <recipe name="streetLight01Switch" count="1" craft_area="workbench">
  2452. <ingredient name="forgedSteel" count="5"/>
  2453. <ingredient name="electricParts" count="13"/>
  2454. </recipe>
  2455.  
  2456. <recipe name="DoubleBarrel" count="1" craft_area="assembly">
  2457. <ingredient name="flashlight02" count="0" />
  2458. <ingredient name="partsDoubleBarrel_receiver" count="1" />
  2459. <ingredient name="partsDoubleBarrel_parts" count="1" />
  2460. <ingredient name="partsDoubleBarrel_barrel" count="1" />
  2461. <ingredient name="partsPumpShotgun_stock" count="1" />
  2462. </recipe>
  2463.  
  2464. </recipes>
  2465. <!-- To do (maybe / later)
  2466.  
  2467. <recipe name="homelyFurRug" count="1">
  2468. <ingredient name="animalHide" count="20" />
  2469. <ingredient name="wood" count="10"/>
  2470. </recipe>
  2471. <recipe name="book" count="1">
  2472. <ingredient name="paper" count="64"/>
  2473. </recipe>
  2474.  
  2475. <recipe name="wood" count="4">
  2476. <ingredient name="woodDebris" count="1"/>
  2477. </recipe>
  2478. <recipe name="morticianDrawer" count="1" craft_area="workbench">
  2479. <ingredient name="forgedSteel" count="12"/>
  2480. <ingredient name="mechanicalParts" count="8"/>
  2481. </recipe>
  2482. <recipe name="furnaceDrawer" count="1" craft_area="workbench">
  2483. <ingredient name="forgedIron" count="12"/>
  2484. <ingredient name="mechanicalParts" count="8"/>
  2485. </recipe>
  2486.  
  2487.  
  2488. awningGreenBlock
  2489. awningGreenCNRFull
  2490. awningGreenCNRInside
  2491. awningGreenCNRRound
  2492. awningGreenCNRRoundTop
  2493. awningGreenGable
  2494. awningGreenPyramid
  2495. awningGreenRamp
  2496. awningTanBlock
  2497. awningTanCNRFull
  2498. awningTanCNRInside
  2499. awningTanCNRRound
  2500. awningTanCNRRoundTop
  2501. awningTanGable
  2502. awningTanPyramid
  2503. awningTanRamp
  2504. mattress?
  2505. boardedWindowsSheet4
  2506. window02
  2507. window03
  2508. storeShelving01Double
  2509. storeShelving01Top
  2510. storeShelving01TopDouble
  2511. The redwood fence blocks.
  2512. Bookcases
  2513. black iron railings.
  2514. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement