Advertisement
h0tr0d

Untitled

Oct 15th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. <recipe name="fridgeTop" count="1" scrapable="False" craft_time="15">
  2. <ingredient name="forgedIron" count="1" grid="0, 0" />
  3. <ingredient name="forgedIron" count="1" grid="-1, -2" />
  4. <ingredient name="forgedIron" count="1" grid="0, -2" />
  5. <ingredient name="forgedIron" count="1" grid="1, -2" />
  6. <ingredient name="forgedIron" count="1" grid="1, -1" />
  7. <ingredient name="forgedIron" count="1" grid="0, -1" />
  8. <ingredient name="forgedIron" count="1" grid="-1, -1" />
  9. <ingredient name="forgedIron" count="1" grid="1, 0" />
  10. <ingredient name="forgedIron" count="1" grid="-1, 0" />
  11. </recipe>
  12.  
  13. <recipe name="flagstone" count="1" scrapable="False" craft_time="3">
  14. <ingredient name="destroyedStone" count="1" grid="0, 0" />
  15. <ingredient name="destroyedStone" count="1" grid="-1, 0" />
  16. <ingredient name="destroyedStone" count="1" grid="-1, -1" />
  17. <ingredient name="destroyedStone" count="1" grid="0, -1" />
  18. </recipe>
  19.  
  20. <recipe name="wedgeCabinFlagstone" count="1" scrapable="False" craft_time="5">
  21. <ingredient name="destroyedStone" count="1" grid="0, 0" />
  22. <ingredient name="destroyedStone" count="1" grid="0, -1" />
  23. <ingredient name="destroyedStone" count="1" grid="-1, -1" />
  24. <ingredient name="woodRampFrame" count="1" grid="-1, 0" />
  25. </recipe>
  26.  
  27. <recipe name="flagstoneDrywallBaseboard" count="1" scrapable="False" craft_time="5">
  28. <ingredient name="clayLump" count="1" grid="1, 0" />
  29. <ingredient name="crushedSand" count="1" grid="1, -1" />
  30. <ingredient name="destroyedStone" count="1" grid="-1, -1" />
  31. <ingredient name="destroyedStone" count="1" grid="-1, 0" />
  32. <ingredient name="destroyedStone" count="1" grid="0, 0" />
  33. <ingredient name="destroyedStone" count="1" grid="0, -1" />
  34. <ingredient name="woodPlank" count="1" grid="0, 1" />
  35. </recipe>
  36.  
  37. <recipe name="flagstoneDrywall" count="1" scrapable="False" craft_time="5">
  38. <ingredient name="destroyedStone" count="1" grid="0, 0" />
  39. <ingredient name="destroyedStone" count="1" grid="-1, 0" />
  40. <ingredient name="destroyedStone" count="1" grid="-1, -1" />
  41. <ingredient name="destroyedStone" count="1" grid="0, -1" />
  42. <ingredient name="clayLump" count="1" grid="1, 0" />
  43. <ingredient name="crushedSand" count="1" grid="1, -1" />
  44. </recipe>
  45.  
  46. <recipe name="wedgeFlagstoneShingles" count="1" scrapable="False" craft_time="5">
  47. <ingredient name="destroyedStone" count="1" grid="0, 0" />
  48. <ingredient name="destroyedStone" count="1" grid="-1, 0" />
  49. <ingredient name="destroyedStone" count="1" grid="-1, -1" />
  50. <ingredient name="shinglesWood" count="1" grid="0, -1" />
  51. </recipe>
  52.  
  53. <recipe name="gableFlagstone" count="1" scrapable="False" craft_time="1">
  54. <ingredient name="destroyedStone" count="1" grid="0, 0" />
  55. <ingredient name="shinglesWood" count="1" grid="0, -1" />
  56. </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement