Advertisement
Guest User

Untitled

a guest
Jul 27th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.45 KB | None | 0 0
  1. <recipe name="blueberryPie" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30" learn_exp_gain="20" craft_exp_gain="20" >
  2. <ingredient name="egg" count="1"/>
  3. <ingredient name="cornMeal" count="1"/>
  4. <ingredient name="bottledWater" count="1"/>
  5. <ingredient name="blueberries" count="1"/>
  6. </recipe>
  7.  
  8. <recipe name="cornBread" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="15" learn_exp_gain="20" craft_exp_gain="10" >
  9. <ingredient name="cornMeal" count="1"/>
  10. <ingredient name="bottledWater" count="1"/>
  11. </recipe>
  12.  
  13. <recipe name="cornOnTheCob" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="5" learn_exp_gain="20" craft_exp_gain="10" >
  14. <ingredient name="corn" count="1"/>
  15. <ingredient name="bottledWater" count="1"/>
  16. </recipe>
  17.  
  18. <recipe name="eggboiled" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="5" learn_exp_gain="20" craft_exp_gain="10" >
  19. <ingredient name="egg" count="1"/>
  20. <ingredient name="bottledWater" count="1"/>
  21. </recipe>
  22.  
  23. <recipe name="rabbitBoiled" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="20" learn_exp_gain="20" craft_exp_gain="10" >
  24. <ingredient name="bottledWater" count="1"/>
  25. <ingredient name="rabbit" count="1"/>
  26. </recipe>
  27.  
  28. <recipe name="rabbitStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30" learn_exp_gain="20" craft_exp_gain="20" >
  29. <ingredient name="rabbit" count="1"/>
  30. <ingredient name="bottledWater" count="1"/>
  31. <ingredient name="potato" count="1"/>
  32. <ingredient name="corn" count="1"/>
  33. </recipe>
  34.  
  35. <recipe name="venisonBoiled" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="20" learn_exp_gain="20" craft_exp_gain="10" >
  36. <ingredient name="venison" count="1"/>
  37. <ingredient name="bottledWater" count="1"/>
  38. </recipe>
  39.  
  40. <recipe name="bearBoiled" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="20" learn_exp_gain="20" craft_exp_gain="10" >
  41. <ingredient name="bearMeat" count="1"/>
  42. <ingredient name="bottledWater" count="1"/>
  43. </recipe>
  44.  
  45. <recipe name="vegetableStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30" learn_exp_gain="30" craft_exp_gain="15" >
  46. <ingredient name="bottledWater" count="1"/>
  47. <ingredient name="potato" count="1"/>
  48. <ingredient name="corn" count="1"/>
  49. <ingredient name="mushrooms" count="1"/>
  50. </recipe>
  51.  
  52. <recipe name="venisonStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30" learn_exp_gain="40" craft_exp_gain="20" >
  53. <ingredient name="bottledWater" count="1"/>
  54. <ingredient name="venison" count="1"/>
  55. <ingredient name="potato" count="1"/>
  56. <ingredient name="corn" count="1"/>
  57. </recipe>
  58.  
  59. <recipe name="bearStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="60" learn_exp_gain="50" craft_exp_gain="25" >
  60. <ingredient name="bottledWater" count="1"/>
  61. <ingredient name="bearMeat" count="1"/>
  62. <ingredient name="potato" count="1"/>
  63. <ingredient name="corn" count="1"/>
  64. </recipe>
  65.  
  66. <recipe name="sandStone" count="9" scrapable="False" craft_time="5" learn_exp_gain="20" craft_exp_gain="10" >
  67. <ingredient name="bottledWater" count="1" grid="-1, -1"/>
  68. <ingredient name="sand" count="1" grid="0, -1"/>
  69. <ingredient name="bottledWater" count="1" grid="1, -1"/>
  70. <ingredient name="sand" count="1" grid="-1, 0"/>
  71. <ingredient name="bottledWater" count="1" grid="0, 0"/>
  72. <ingredient name="sand" count="1" grid="1, 0"/>
  73. <ingredient name="bottledWater" count="1" grid="-1, 1"/>
  74. <ingredient name="sand" count="1" grid="0, 1"/>
  75. <ingredient name="bottledWater" count="1" grid="1, 1"/>
  76. </recipe>
  77.  
  78.  
  79.  
  80.  
  81. <recipe name="bearStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="60" learn_exp_gain="50" craft_exp_gain="25" >
  82. <ingredient name="Bowl of Water" count="1"/>
  83. <ingredient name="bearMeat" count="1"/>
  84. <ingredient name="potato" count="1"/>
  85. <ingredient name="corn" count="1"/>
  86. </recipe>
  87.  
  88. <recipe name="rabbitStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30" craft_exp_gain="2" learn_exp_gain="20">
  89. <ingredient name="rabbit" count="1" />
  90. <ingredient name="Bowl of Water" count="1" />
  91. <ingredient name="potato" count="1" />
  92. <ingredient name="corn" count="1" />
  93. </recipe>
  94.  
  95. <recipe name="vegetableStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30" craft_exp_gain="2" learn_exp_gain="20">
  96. <ingredient name="Bowl of Water" count="1" />
  97. <ingredient name="potato" count="1" />
  98. <ingredient name="corn" count="1" />
  99. </recipe>
  100. <recipe name="venisonStew" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30" craft_exp_gain="2" learn_exp_gain="20">
  101. <ingredient name="Bowl of Water" count="1" />
  102. <ingredient name="venison" count="1" />
  103. <ingredient name="potato" count="1" />
  104. <ingredient name="corn" count="1" />
  105. </recipe>
  106.  
  107. <recipe name="cornBread" count="1" scrapable="False" craft_area="campfire" craft_tool="Bowl of Water" craft_time="15" learn_exp_gain="20" craft_exp_gain="10" >
  108. <ingredient name="cornMeal" count="1"/>
  109. </recipe>
  110.  
  111. <recipe name="cornOnTheCob" count="1" scrapable="False" craft_area="campfire" craft_tool="Bowl of Water" craft_time="5" learn_exp_gain="20" craft_exp_gain="10" >
  112. <ingredient name="corn" count="1"/>
  113. </recipe>
  114.  
  115. <recipe name="eggboiled" count="1" scrapable="False" craft_area="campfire" craft_tool="Bowl of Water" craft_time="5" learn_exp_gain="20" craft_exp_gain="10" >
  116. <ingredient name="egg" count="1"/>
  117. </recipe>
  118.  
  119. <recipe name="porkBoiled" count="1" scrapable="False" craft_area="campfire" craft_tool="Bowl of Water" craft_time="20" learn_exp_gain="20" craft_exp_gain="10" >
  120. <ingredient name="pork" count="1"/>
  121. </recipe>
  122.  
  123. <recipe name="rabbitBoiled" count="1" scrapable="False" craft_area="campfire" craft_tool="Bowl of Water" craft_time="20" learn_exp_gain="20" craft_exp_gain="10" >
  124. <ingredient name="rabbit" count="1"/>
  125. </recipe>
  126.  
  127. <recipe name="venisonBoiled" count="1" scrapable="False" craft_area="campfire" craft_tool="Bowl of Water" craft_time="20" learn_exp_gain="20" craft_exp_gain="10" >
  128. <ingredient name="venison" count="1"/>
  129. </recipe>
  130.  
  131. <recipe name="bearBoiled" count="1" scrapable="False" craft_area="campfire" craft_tool="Bowl of Water" craft_time="20" learn_exp_gain="20" craft_exp_gain="10" >
  132. <ingredient name="bearMeat" count="1"/>
  133. </recipe>
  134.  
  135. <recipe name="blueberryPie" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30" craft_exp_gain="2" learn_exp_gain="20">
  136. <ingredient name="egg" count="1" />
  137. <ingredient name="cornMeal" count="1" />
  138. <ingredient name="Bowl of Water" count="1" />
  139. <ingredient name="blueberries" count="1" />
  140. </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement