1
0

stick.json 229 B

1234567891011121314151617
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "group": "sticks",
  4. "pattern": [
  5. "#",
  6. "#"
  7. ],
  8. "key": {
  9. "#": {
  10. "tag": "minecraft:planks"
  11. }
  12. },
  13. "result": {
  14. "item": "minecraft:stick",
  15. "count": 4
  16. }
  17. }