crafting.lua.diff 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. 81c81
  2. < {'group:stick'},
  3. ---
  4. > {'group:wood'},
  5. 89,90c89,90
  6. < {'', 'group:stick', ''},
  7. < {'', 'group:stick', ''},
  8. ---
  9. > {'', 'group:wood', ''},
  10. > {'', 'group:wood', ''},
  11. 98,99c98,99
  12. < {'', 'group:stick', ''},
  13. < {'', 'group:stick', ''},
  14. ---
  15. > {'', 'group:wood', ''},
  16. > {'', 'group:wood', ''},
  17. 107,108c107,108
  18. < {'', 'group:stick', ''},
  19. < {'', 'group:stick', ''},
  20. ---
  21. > {'', 'group:wood', ''},
  22. > {'', 'group:wood', ''},
  23. 116,117c116,117
  24. < {'', 'group:stick', ''},
  25. < {'', 'group:stick', ''},
  26. ---
  27. > {'', 'group:wood', ''},
  28. > {'', 'group:wood', ''},
  29. 125,126c125,126
  30. < {'', 'group:stick', ''},
  31. < {'', 'group:stick', ''},
  32. ---
  33. > {'', 'group:wood', ''},
  34. > {'', 'group:wood', ''},
  35. 134,135c134,135
  36. < {'', 'group:stick', ''},
  37. < {'', 'group:stick', ''},
  38. ---
  39. > {'', 'group:wood', ''},
  40. > {'', 'group:wood', ''},
  41. 143,144c143,144
  42. < {'group:stick'},
  43. < {'group:stick'},
  44. ---
  45. > {'group:wood'},
  46. > {'group:wood'},
  47. 152,153c152,153
  48. < {'group:stick'},
  49. < {'group:stick'},
  50. ---
  51. > {'group:wood'},
  52. > {'group:wood'},
  53. 161,162c161,162
  54. < {'group:stick'},
  55. < {'group:stick'},
  56. ---
  57. > {'group:wood'},
  58. > {'group:wood'},
  59. 170,171c170,171
  60. < {'group:stick'},
  61. < {'group:stick'},
  62. ---
  63. > {'group:wood'},
  64. > {'group:wood'},
  65. 179,180c179,180
  66. < {'group:stick'},
  67. < {'group:stick'},
  68. ---
  69. > {'group:wood'},
  70. > {'group:wood'},
  71. 188,234c188,189
  72. < {'group:stick'},
  73. < {'group:stick'},
  74. < }
  75. < })
  76. <
  77. < minetest.register_craft({
  78. < output = 'default:axe_wood',
  79. < recipe = {
  80. < {'group:wood', 'group:wood'},
  81. < {'group:wood', 'group:stick'},
  82. < {'', 'group:stick'},
  83. < }
  84. < })
  85. <
  86. < minetest.register_craft({
  87. < output = 'default:axe_stone',
  88. < recipe = {
  89. < {'group:stone', 'group:stone'},
  90. < {'group:stone', 'group:stick'},
  91. < {'', 'group:stick'},
  92. < }
  93. < })
  94. <
  95. < minetest.register_craft({
  96. < output = 'default:axe_steel',
  97. < recipe = {
  98. < {'default:steel_ingot', 'default:steel_ingot'},
  99. < {'default:steel_ingot', 'group:stick'},
  100. < {'', 'group:stick'},
  101. < }
  102. < })
  103. <
  104. < minetest.register_craft({
  105. < output = 'default:axe_bronze',
  106. < recipe = {
  107. < {'default:bronze_ingot', 'default:bronze_ingot'},
  108. < {'default:bronze_ingot', 'group:stick'},
  109. < {'', 'group:stick'},
  110. < }
  111. < })
  112. <
  113. < minetest.register_craft({
  114. < output = 'default:axe_mese',
  115. < recipe = {
  116. < {'default:mese_crystal', 'default:mese_crystal'},
  117. < {'default:mese_crystal', 'group:stick'},
  118. < {'', 'group:stick'},
  119. ---
  120. > {'group:wood'},
  121. > {'group:wood'},
  122. 238,245c193,194
  123. < minetest.register_craft({
  124. < output = 'default:axe_diamond',
  125. < recipe = {
  126. < {'default:diamond', 'default:diamond'},
  127. < {'default:diamond', 'group:stick'},
  128. < {'', 'group:stick'},
  129. < }
  130. < })
  131. ---
  132. > -- Axes
  133. > -- Recipes face left to match appearence in textures and inventory
  134. 251,252c200,201
  135. < {'group:stick', 'group:wood'},
  136. < {'group:stick',''},
  137. ---
  138. > {'group:wood', 'group:wood'},
  139. > {'', 'group:wood'},
  140. 260,261c209,210
  141. < {'group:stick', 'group:stone'},
  142. < {'group:stick', ''},
  143. ---
  144. > {'group:stone', 'group:wood'},
  145. > {'', 'group:wood'},
  146. 269,270c218,219
  147. < {'group:stick', 'default:steel_ingot'},
  148. < {'group:stick', ''},
  149. ---
  150. > {'default:steel_ingot', 'group:wood'},
  151. > {'', 'group:wood'},
  152. 278,279c227,228
  153. < {'group:stick', 'default:bronze_ingot'},
  154. < {'group:stick', ''},
  155. ---
  156. > {'default:bronze_ingot', 'group:wood'},
  157. > {'', 'group:wood'},
  158. 287,288c236,237
  159. < {'group:stick', 'default:mese_crystal'},
  160. < {'group:stick', ''},
  161. ---
  162. > {'default:mese_crystal', 'group:wood'},
  163. > {'', 'group:wood'},
  164. 296,297c245,246
  165. < {'group:stick', 'default:diamond'},
  166. < {'group:stick', ''},
  167. ---
  168. > {'default:diamond', 'group:wood'},
  169. > {'', 'group:wood'},
  170. 306c255
  171. < {'group:stick'},
  172. ---
  173. > {'group:wood'},
  174. 315c264
  175. < {'group:stick'},
  176. ---
  177. > {'group:wood'},
  178. 324c273
  179. < {'group:stick'},
  180. ---
  181. > {'group:wood'},
  182. 333c282
  183. < {'group:stick'},
  184. ---
  185. > {'group:wood'},
  186. 342c291
  187. < {'group:stick'},
  188. ---
  189. > {'group:wood'},
  190. 351c300
  191. < {'group:stick'},
  192. ---
  193. > {'group:wood'},