beehive.json 263 B

12345678910111213141516171819
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "PPP",
  5. "HHH",
  6. "PPP"
  7. ],
  8. "key": {
  9. "P": {
  10. "tag": "minecraft:planks"
  11. },
  12. "H": {
  13. "item": "minecraft:honeycomb"
  14. }
  15. },
  16. "result": {
  17. "item": "minecraft:beehive"
  18. }
  19. }