1
0

honeycomb_block.json 208 B

123456789101112131415
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "HH",
  5. "HH"
  6. ],
  7. "key": {
  8. "H": {
  9. "item": "minecraft:honeycomb"
  10. }
  11. },
  12. "result": {
  13. "item": "minecraft:honeycomb_block"
  14. }
  15. }