andesite.json 233 B

123456789101112131415
  1. {
  2. "type": "minecraft:crafting_shapeless",
  3. "ingredients": [
  4. {
  5. "item": "minecraft:diorite"
  6. },
  7. {
  8. "item": "minecraft:cobblestone"
  9. }
  10. ],
  11. "result": {
  12. "item": "minecraft:andesite",
  13. "count": 2
  14. }
  15. }