fletching_table.json 264 B

12345678910111213141516171819
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "@@",
  5. "##",
  6. "##"
  7. ],
  8. "key": {
  9. "#": {
  10. "tag": "minecraft:planks"
  11. },
  12. "@": {
  13. "item": "minecraft:flint"
  14. }
  15. },
  16. "result": {
  17. "item": "minecraft:fletching_table"
  18. }
  19. }