| 123456789101112131415161718192021222324252627 |
- {
- "type": "minecraft:block",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": 0.0,
- "max": 1.0,
- "type": "minecraft:uniform"
- }
- },
- {
- "function": "minecraft:explosion_decay"
- }
- ],
- "name": "minecraft:chorus_fruit"
- }
- ]
- }
- ]
- }
|