brewing_stand.json 264 B

123456789101112131415161718
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. " B ",
  5. "###"
  6. ],
  7. "key": {
  8. "B": {
  9. "item": "minecraft:blaze_rod"
  10. },
  11. "#": {
  12. "item": "minecraft:cobblestone"
  13. }
  14. },
  15. "result": {
  16. "item": "minecraft:brewing_stand"
  17. }
  18. }