Advertisement
frightfulactions

Working Electric Lights Recipes

Dec 14th, 2015
2,930
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.91 KB | None | 0 0
  1.    <!-- Working Lights -->
  2. <recipe name="lightPorchBrass" count="1" >
  3.     <ingredient name="scrapBrass" count="7" />
  4.     <ingredient name="scrapPlastics" count="3"/>
  5.     <ingredient name="electricParts" count="5"/>
  6.     <ingredient name="electronicParts" count="3"/>
  7. </recipe>
  8. <recipe name="lightPorch" count="1" >
  9.     <ingredient name="scrapPlastics" count="3"/>
  10.     <ingredient name="forgedIron" count="2"/>
  11.     <ingredient name="electricParts" count="5"/>
  12.     <ingredient name="electronicParts" count="3"/>
  13. </recipe>
  14. <recipe name="lightCeiling" count="1" >
  15.     <ingredient name="scrapPlastics" count="3"/>
  16.     <ingredient name="forgedIron" count="2"/>
  17.     <ingredient name="electricParts" count="5"/>
  18.     <ingredient name="electronicParts" count="3"/>
  19. </recipe>
  20. <recipe name="lightCeilingBrass" count="1" >
  21.     <ingredient name="scrapBrass" count="7" />
  22.     <ingredient name="scrapPlastics" count="3"/>
  23.     <ingredient name="electricParts" count="5"/>
  24.     <ingredient name="electronicParts" count="3"/>
  25. </recipe>
  26. <recipe name="lightCeiling2" count="1" >
  27.     <ingredient name="scrapPlastics" count="3"/>
  28.     <ingredient name="forgedIron" count="2"/>
  29.     <ingredient name="electricParts" count="5"/>
  30.     <ingredient name="electronicParts" count="3"/>
  31. </recipe>
  32. <recipe name="lightCeiling3" count="1" >
  33.     <ingredient name="scrapPlastics" count="3"/>
  34.     <ingredient name="scrapBrass" count="7" />
  35.     <ingredient name="electricParts" count="5"/>
  36.     <ingredient name="electronicParts" count="3"/>
  37. </recipe>
  38. <recipe name="lightCeilingDomeBrass" count="1" >
  39.     <ingredient name="scrapPlastics" count="3"/>
  40.     <ingredient name="forgedIron" count="2"/>
  41.     <ingredient name="electricParts" count="5"/>
  42.     <ingredient name="electronicParts" count="3"/>
  43. </recipe>
  44. <recipe name="lightWall" count="1" >
  45.     <ingredient name="scrapPlastics" count="3"/>
  46.     <ingredient name="forgedIron" count="2"/>
  47.     <ingredient name="electricParts" count="5"/>
  48.     <ingredient name="electronicParts" count="3"/>
  49. </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement