seagrass.json 375 B

12345678910111213141516171819202122
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "name": "minecraft:seagrass"
  10. }
  11. ],
  12. "conditions": [
  13. {
  14. "condition": "minecraft:match_tool",
  15. "predicate": {
  16. "item": "minecraft:shears"
  17. }
  18. }
  19. ]
  20. }
  21. ]
  22. }