tools.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. [
  2. {
  3. "type": "shaped",
  4. "group": "inventory",
  5. "width": 1,
  6. "height": 2,
  7. "inputs": [
  8. {
  9. "x": 0,
  10. "y": 0,
  11. "filter": {
  12. "itemType": "Cobble"
  13. }
  14. },
  15. {
  16. "x": 0,
  17. "y": 1,
  18. "filter": {
  19. "itemType": "Cobble"
  20. }
  21. }
  22. ],
  23. "output": {
  24. "itemType": "StoneTool"
  25. }
  26. },
  27. {
  28. "type": "shaped",
  29. "group": "inventory",
  30. "width": 1,
  31. "height": 2,
  32. "inputs": [
  33. {
  34. "x": 0,
  35. "y": 0,
  36. "filter": {
  37. "itemType": "StoneTool"
  38. },
  39. "modifiers": [
  40. {
  41. "attribute": "hp",
  42. "value": "-=0.1"
  43. }
  44. ]
  45. },
  46. {
  47. "x": 0,
  48. "y": 1,
  49. "filter": {
  50. "itemType": "Stone"
  51. }
  52. }
  53. ],
  54. "output": {
  55. "itemType": "Cobble"
  56. }
  57. },
  58. {
  59. "type": "shaped",
  60. "group": "inventory",
  61. "width": 1,
  62. "height": 2,
  63. "inputs": [
  64. {
  65. "x": 0,
  66. "y": 0,
  67. "filter": {
  68. "itemType": "StoneTool"
  69. },
  70. "modifiers": [
  71. {
  72. "attribute": "hp",
  73. "value": "-=0.1"
  74. }
  75. ]
  76. },
  77. {
  78. "x": 0,
  79. "y": 1,
  80. "filter": {
  81. "itemType": "Oak"
  82. }
  83. }
  84. ],
  85. "output": {
  86. "itemType": "WoodenStick"
  87. }
  88. },
  89. {
  90. "type": "shaped",
  91. "group": "inventory",
  92. "width": 1,
  93. "height": 2,
  94. "inputs": [
  95. {
  96. "x": 0,
  97. "y": 0,
  98. "filter": {
  99. "itemType": "StoneTool"
  100. },
  101. "modifiers": [
  102. {
  103. "attribute": "hp",
  104. "value": "-=0.1"
  105. }
  106. ]
  107. },
  108. {
  109. "x": 0,
  110. "y": 1,
  111. "filter": {
  112. "itemType": "Birch"
  113. }
  114. }
  115. ],
  116. "output": {
  117. "itemType": "WoodenStick"
  118. }
  119. },
  120. {
  121. "type": "shaped",
  122. "group": "inventory",
  123. "width": 1,
  124. "height": 2,
  125. "inputs": [
  126. {
  127. "x": 0,
  128. "y": 0,
  129. "filter": {
  130. "itemType": "StoneTool"
  131. },
  132. "modifiers": [
  133. {
  134. "attribute": "hp",
  135. "value": "-=0.1"
  136. }
  137. ]
  138. },
  139. {
  140. "x": 0,
  141. "y": 1,
  142. "filter": {
  143. "itemType": "Beech"
  144. }
  145. }
  146. ],
  147. "output": {
  148. "itemType": "WoodenStick"
  149. }
  150. },
  151. {
  152. "type": "shaped",
  153. "group": "inventory",
  154. "width": 1,
  155. "height": 2,
  156. "inputs": [
  157. {
  158. "x": 0,
  159. "y": 0,
  160. "filter": {
  161. "itemType": "StoneTool"
  162. },
  163. "modifiers": [
  164. {
  165. "attribute": "hp",
  166. "value": "-=0.1"
  167. }
  168. ]
  169. },
  170. {
  171. "x": 0,
  172. "y": 1,
  173. "filter": {
  174. "itemType": "Pine"
  175. }
  176. }
  177. ],
  178. "output": {
  179. "itemType": "Resin"
  180. }
  181. },
  182. {
  183. "type": "shaped",
  184. "group": "inventory",
  185. "width": 1,
  186. "height": 2,
  187. "inputs": [
  188. {
  189. "x": 0,
  190. "y": 0,
  191. "filter": {
  192. "itemType": "Resin"
  193. }
  194. },
  195. {
  196. "x": 0,
  197. "y": 1,
  198. "filter": {
  199. "itemType": "WoodenStick"
  200. }
  201. }
  202. ],
  203. "output": {
  204. "itemType": "Torch"
  205. }
  206. }
  207. ]