Advertisement
frightfulactions

Workstations (OneStation) - Recipes

Jan 2nd, 2016
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 11.44 KB | None | 0 0
  1.         <!-- Workstations Mod -->
  2.     <recipe name="Crafting_Workbench" count="1" scrapable="False" >
  3.         <ingredient name="wood" count="10"/>
  4.     </recipe>
  5.  
  6.     <recipe name="barbedFence" count="1" scrapable="True" craft_area="Crafting_Workbench">
  7.         <ingredient name="wood" count="2"/>
  8.         <ingredient name="forgedIron" count="1"/>
  9.     </recipe>
  10.     <recipe name="bed01" count="1" scrapable="False" craft_area="Crafting_Workbench">
  11.         <ingredient name="cloth" count="20"/>
  12.         <ingredient name="cotton" count="20"/>
  13.         <ingredient name="spring" count="10"/>
  14.         <ingredient name="shortMetalPipe" count="20"/>
  15.     </recipe>
  16.     <recipe name="desk02" count="1" scrapable="False" craft_area="Crafting_Workbench">
  17.         <ingredient name="forgedIron" count="15"/>
  18.         <ingredient name="spring" count="4" />
  19.     </recipe>  
  20.     <recipe name="deskSafe" count="1" scrapable="False" craft_area="Crafting_Workbench">
  21.         <ingredient name="forgedIron" count="5"/>
  22.     </recipe>  
  23.     <recipe name="scrapStairs" count="1" scrapable="False" craft_area="Crafting_Workbench">
  24.         <ingredient name="scrapIron" count="5"/>
  25.     </recipe>
  26.     <recipe name="ladderMetal" count="3" scrapable="False" craft_area="Crafting_Workbench">
  27.         <ingredient name="forgedIron" count="10"/>
  28.     </recipe>
  29.     <recipe name="metalTrussing" count="3" scrapable="False" craft_area="Crafting_Workbench">
  30.         <ingredient name="shortMetalPipe" count="10"/>
  31.     </recipe>
  32.     <recipe name="oilBarrel" count="1" scrapable="False" craft_area="Crafting_Workbench">
  33.         <ingredient name="gasCan" count="600"/>
  34.     </recipe>
  35.     <recipe name="storeShelving01" count="1" scrapable="False" craft_area="Crafting_Workbench">
  36.         <ingredient name="forgedIron" count="10"/>
  37.     </recipe>
  38.     <recipe name="reinforcedMetalSiding" count="1" scrapable="False" craft_area="Crafting_Workbench">
  39.         <ingredient name="scrapIron" count="5"/>
  40.     </recipe>
  41.     <recipe name="scrapIronFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  42.         <ingredient name="scrapIron" count="10"/>
  43.     </recipe>
  44.     <recipe name="scrapIronInsideCornerFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  45.         <ingredient name="scrapIron" count="10"/>
  46.     </recipe>
  47.     <recipe name="scrapIronOutsideCornerFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  48.         <ingredient name="scrapIron" count="10"/>
  49.     </recipe>
  50.     <recipe name="scrapIronRampFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  51.         <ingredient name="scrapIron" count="10"/>
  52.     </recipe>
  53.     <recipe name="secureGunSafe" count="1" scrapable="False" craft_area="Crafting_Workbench">
  54.         <ingredient name="forgedIron" count="15"/>
  55.         <ingredient name="spring" count="5"/>
  56.     </recipe>
  57.     <recipe name="tableScrapIron" count="1" scrapable="False" craft_area="Crafting_Workbench">
  58.         <ingredient name="scrapIron" count="10"/>
  59.     </recipe>
  60.     <recipe name="tableIron" count="1" scrapable="False" craft_area="Crafting_Workbench">
  61.         <ingredient name="forgedIron" count="7"/>
  62.     </recipe>
  63.  
  64.     <recipe name="barnWood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  65.         <ingredient name="wood" count="20"/>
  66.         <ingredient name="plantChrysanthemum" count="1"/>
  67.     </recipe>  
  68.     <recipe name="bed02" count="1" scrapable="False" craft_area="Crafting_Workbench">
  69.         <ingredient name="cloth" count="40"/>
  70.         <ingredient name="cotton" count="40"/>
  71.         <ingredient name="shortMetalPipe" count="20"/>
  72.         <ingredient name="wood" count="20"/>
  73.         <ingredient name="spring" count="20"/>
  74.     </recipe>  
  75.     <recipe name="cabinetTop" count="1" scrapable="False" craft_area="Crafting_Workbench">
  76.         <ingredient name="wood" count="10"/>
  77.     </recipe>
  78.     <recipe name="desk01" count="1" scrapable="False" craft_area="Crafting_Workbench">
  79.         <ingredient name="wood" count="15"/>
  80.     </recipe>
  81.     <recipe name="nightstand" count="1" scrapable="False" craft_area="Crafting_Workbench">
  82.         <ingredient name="wood" count="20"/>
  83.         <ingredient name="nail" count="10"/>
  84.     </recipe>
  85.     <recipe name="oldChair" count="1" scrapable="False" craft_area="Crafting_Workbench">
  86.         <ingredient name="wood" count="10"/>
  87.         <ingredient name="nail" count="10"/>
  88.     </recipe>
  89.     <recipe name="officeChair01" count="1" scrapable="False" craft_area="Crafting_Workbench">
  90.         <ingredient name="wood" count="10"/>
  91.         <ingredient name="cotton" count="10"/>
  92.         <ingredient name="leather" count="5"/>
  93.     </recipe>  
  94.     <recipe name="woodPillar" count="1" scrapable="False" craft_area="Crafting_Workbench">
  95.         <ingredient name="wood" count="10"/>
  96.     </recipe>
  97.     <recipe name="sectionalArm" count="1" scrapable="False" craft_area="Crafting_Workbench">
  98.         <ingredient name="cloth" count="5"/>
  99.         <ingredient name="wood" count="10"/>
  100.         <ingredient name="nail" count="10"/>
  101.     </recipe>
  102.     <recipe name="sectionalArm2" count="1" scrapable="False" craft_area="Crafting_Workbench">
  103.         <ingredient name="leather" count="5"/>
  104.         <ingredient name="wood" count="10"/>
  105.         <ingredient name="nail" count="10"/>
  106.     </recipe>
  107.     <recipe name="sectionalCorner" count="1" scrapable="False" craft_area="Crafting_Workbench">
  108.         <ingredient name="wood" count="10"/>
  109.         <ingredient name="cloth" count="5"/>
  110.         <ingredient name="nail" count="10"/>
  111.     </recipe>
  112.     <recipe name="sectionalCorner2" count="1" scrapable="False" craft_area="Crafting_Workbench">
  113.         <ingredient name="wood" count="10"/>
  114.         <ingredient name="leather" count="5"/>
  115.         <ingredient name="nail" count="10"/>
  116.     </recipe>
  117.     <recipe name="sectionalMiddle" count="1" scrapable="False" craft_area="Crafting_Workbench">
  118.         <ingredient name="cloth" count="5"/>
  119.         <ingredient name="wood" count="10"/>
  120.         <ingredient name="nail" count="10"/>
  121.     </recipe>
  122.     <recipe name="sectionalMiddle2" count="1" scrapable="False" craft_area="Crafting_Workbench">
  123.         <ingredient name="leather" count="5"/>
  124.         <ingredient name="wood" count="10"/>
  125.         <ingredient name="nail" count="10"/>
  126.     </recipe>
  127.     <recipe name="shinglesWood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  128.         <ingredient name="wood" count="20"/>
  129.     </recipe>  
  130.     <recipe name="stairsSmallRichwood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  131.         <ingredient name="wood" count="10"/>
  132.     </recipe>
  133.     <recipe name="tableRedwood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  134.         <ingredient name="plantChrysanthemum" count="1"/>
  135.         <ingredient name="wood" count="10"/>
  136.         <ingredient name="nail" count="10"/>
  137.     </recipe>
  138.     <recipe name="tableWood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  139.         <ingredient name="wood" count="10"/>
  140.         <ingredient name="nail" count="10"/>
  141.     </recipe>
  142.     <recipe name="wedgeWoodShingles" count="1" scrapable="False" craft_area="Crafting_Workbench">
  143.         <ingredient name="wood" count="20"/>
  144.     </recipe>
  145.     <recipe name="window03Wood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  146.         <ingredient name="wood" count="8"/>
  147.     </recipe>
  148.     <recipe name="woodenStairs" count="1" scrapable="False" craft_area="Crafting_Workbench">
  149.         <ingredient name="wood" count="10"/>
  150.     </recipe>
  151.     <recipe name="woodFence" count="1" scrapable="False" craft_area="Crafting_Workbench">
  152.         <ingredient name="wood" count="9"/>
  153.     </recipe>
  154.     <recipe name="woodFenceOldFarm" count="1" scrapable="False" craft_area="Crafting_Workbench">
  155.         <ingredient name="wood" count="5"/>
  156.     </recipe>
  157.     <recipe name="woodFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  158.         <ingredient name="wood" count="10"/>
  159.     </recipe>
  160.     <recipe name="woodInsideCornerFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  161.         <ingredient name="wood" count="10"/>
  162.     </recipe>
  163.     <recipe name="woodOutsideCornerFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  164.         <ingredient name="wood" count="10"/>
  165.     </recipe>
  166.     <recipe name="woodRampFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  167.         <ingredient name="wood" count="5"/>
  168.     </recipe>
  169.     <recipe name="woodShinglesCorner" count="2" scrapable="False" craft_area="Crafting_Workbench">
  170.         <ingredient name="wood" count="20"/>
  171.     </recipe>
  172.  
  173.     <recipe name="adobeTan" count="1" scrapable="False" craft_area="Crafting_Workbench">
  174.         <ingredient name="cement" count="1"/>
  175.         <ingredient name="crushedSand" count="10"/>
  176.     </recipe>
  177.     <recipe name="cabinet" count="1" scrapable="False" craft_area="Crafting_Workbench">
  178.         <ingredient name="cobblestones" count="5"/>
  179.         <ingredient name="cabinetTop" count="1"/>
  180.     </recipe>
  181.     <recipe name="cobblestoneFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  182.         <ingredient name="wood" count="5"/>
  183.         <ingredient name="yuccaFibers" count="1"/>
  184.     </recipe>
  185.     <recipe name="cobblestoneRampFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  186.         <ingredient name="wood" count="5"/>
  187.         <ingredient name="yuccaFibers" count="1"/>
  188.     </recipe>
  189.     <recipe name="concrete" count="1" scrapable="False" craft_area="Crafting_Workbench">
  190.         <ingredient name="concreteMix" count="5"/>
  191.     </recipe>
  192.     <recipe name="concreteSlope" count="6" scrapable="False" craft_area="Crafting_Workbench">
  193.         <ingredient name="concrete" count="3"/>
  194.     </recipe>
  195.     <recipe name="flagstone" count="1" scrapable="False" craft_area="Crafting_Workbench">
  196.         <ingredient name="cement" count="1"/>
  197.         <ingredient name="rockSmall" count="10"/>
  198.     </recipe>
  199.     <recipe name="flagstoneStairs" count="1" scrapable="False" craft_area="Crafting_Workbench">
  200.         <ingredient name="cement" count="1"/>
  201.         <ingredient name="rockSmall" count="10"/>
  202.     </recipe>
  203.     <recipe name="halfBlockConcrete" count="2" scrapable="False" craft_area="Crafting_Workbench">
  204.         <ingredient name="concrete" count="1"/>
  205.     </recipe>
  206.     <recipe name="poleBlockOldWood" count="4" scrapable="False" craft_area="Crafting_Workbench">
  207.         <ingredient name="wood" count="3"/>
  208.     </recipe>
  209.     <recipe name="pyramidShinglesWood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  210.         <ingredient name="wood" count="20"/>
  211.     </recipe>
  212.     <recipe name="railingOldWood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  213.         <ingredient name="wood" count="4"/>
  214.     </recipe>
  215.     <recipe name="redWoodPillar" count="1" scrapable="False" craft_area="Crafting_Workbench">
  216.         <ingredient name="wood" count="10"/>
  217.         <ingredient name="plantChrysanthemum" count="1"/>
  218.     </recipe>
  219.     <recipe name="stairsConcrete" count="4" scrapable="False" craft_area="Crafting_Workbench">
  220.         <ingredient name="concrete" count="4"/>
  221.     </recipe>
  222.     <recipe name="stairsStone" count="1" scrapable="False" craft_area="Crafting_Workbench">
  223.         <ingredient name="cobblestones" count="4"/>
  224.     </recipe>
  225.     <recipe name="tubeConcrete" count="3" scrapable="False" craft_area="Crafting_Workbench">
  226.         <ingredient name="concrete" count="3"/>
  227.     </recipe>
  228.     <recipe name="wedgeCabinFlagstone" count="1" scrapable="False" craft_area="Crafting_Workbench">
  229.         <ingredient name="cement" count="1"/>
  230.         <ingredient name="rockSmall" count="10"/>
  231.     </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement