honey_bottle.json 398 B

123456789101112131415161718192021222324
  1. {
  2. "type": "minecraft:crafting_shapeless",
  3. "ingredients": [
  4. {
  5. "item": "minecraft:honey_block"
  6. },
  7. {
  8. "item": "minecraft:glass_bottle"
  9. },
  10. {
  11. "item": "minecraft:glass_bottle"
  12. },
  13. {
  14. "item": "minecraft:glass_bottle"
  15. },
  16. {
  17. "item": "minecraft:glass_bottle"
  18. }
  19. ],
  20. "result": {
  21. "item": "minecraft:honey_bottle",
  22. "count": 4
  23. }
  24. }