| 12345678910111213141516171819202122 |
- {
- "type": "minecraft:block",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:seagrass"
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:match_tool",
- "predicate": {
- "item": "minecraft:shears"
- }
- }
- ]
- }
- ]
- }
|