end_rod.json 278 B

12345678910111213141516171819
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "/",
  5. "#"
  6. ],
  7. "key": {
  8. "#": {
  9. "item": "minecraft:popped_chorus_fruit"
  10. },
  11. "/": {
  12. "item": "minecraft:blaze_rod"
  13. }
  14. },
  15. "result": {
  16. "item": "minecraft:end_rod",
  17. "count": 4
  18. }
  19. }