Advertisement
h0tr0d

Untitled

Oct 23rd, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. <recipe name="wedgeBrick" count="3" scrapable="False" craft_time="5">
  2. <ingredient name="clay" count="1" grid="0, 0" />
  3. <ingredient name="clay" count="1" grid="-1, -1" />
  4. <ingredient name="clay" count="1" grid="-1, 0" />
  5. </recipe>
  6.  
  7. <recipe name="brickDecayedSlope" count="2" scrapable="False" craft_time="5">
  8. <ingredient name="wedgeBrick" count="1" grid="0, 0" />
  9. <ingredient name="fertileDirt" count="1" grid="0, -1" />
  10. </recipe>
  11.  
  12. <recipe name="brickAsphalt" count="6" scrapable="False" craft_time="5">
  13. <ingredient name="clay" count="1" grid="0, 0" />
  14. <ingredient name="cement" count="1" grid="0, -1" />
  15. <ingredient name="clay" count="1" grid="-1, 0" />
  16. <ingredient name="clay" count="1" grid="-1, 1" />
  17. <ingredient name="clay" count="1" grid="0, 1" />
  18. <ingredient name="clay" count="1" grid="1, 0" />
  19. <ingredient name="clay" count="1" grid="1, 1" />
  20. <ingredient name="gravel" count="1" grid="-1, -1" />
  21. <ingredient name="gravel" count="1" grid="1, -1" />
  22. </recipe>
  23.  
  24. <recipe name="asphalt" count="1" scrapable="False" craft_time="5">
  25. <ingredient name="gravel" count="1" grid="0, -1" />
  26. <ingredient name="cement" count="1" grid="0, 0" />
  27. </recipe>
  28.  
  29. <recipe name="tileIndustrialDecayedBrick" count="2" scrapable="False" craft_time="5">
  30. <ingredient name="brick" count="1" grid="0, 0" />
  31. <ingredient name="fertileDirt" count="1" grid="0, -1" />
  32. <ingredient name="clay" count="1" grid="0, -2" />
  33. </recipe>
  34.  
  35. <recipe name="brickDecayedAsphalt" count="3" scrapable="False" craft_time="5">
  36. <ingredient name="brick" count="1" grid="0, 0" />
  37. <ingredient name="fertileDirt" count="1" grid="0, -1" />
  38. <ingredient name="gravel" count="1" grid="1, -2" />
  39. <ingredient name="gravel" count="1" grid="-1, -2" />
  40. <ingredient name="cement" count="1" grid="0, -2" />
  41. </recipe>
  42.  
  43. <recipe name="halfBlockBrickMetal" count="2" scrapable="False" craft_time="5">
  44. <ingredient name="brick" count="1" grid="0, 0" />
  45. <ingredient name="scrapIron" count="1" grid="0, -1" />
  46. </recipe>
  47.  
  48. <recipe name="wedge60TipBrickMetal" count="2" scrapable="False" craft_time="3">
  49. <ingredient name="halfBlockBrickMetal" count="1" grid="0, 0" />
  50. <ingredient name="scrapIron" count="1" grid="0, -1" />
  51. </recipe>
  52.  
  53. <recipe name="wedge60EndBrickMetal" count="2" scrapable="False" craft_time="5">
  54. <ingredient name="wedgeBrick" count="1" grid="0, -1" />
  55. <ingredient name="wedgeBrick" count="1" grid="1, 0" />
  56. <ingredient name="brick" count="1" grid="0, 0" />
  57. <ingredient name="scrapIron" count="1" grid="1, -1" />
  58. </recipe>
  59.  
  60. <recipe name="brickOldWood" count="1" scrapable="False" craft_time="2">
  61. <ingredient name="brick" count="1" grid="0, 0" />
  62. <ingredient name="woodPlank" count="1" grid="1, 0" />
  63. </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement