| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "type": "minecraft:block",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:alternatives",
- "children": [
- {
- "type": "minecraft:item",
- "conditions": [
- {
- "condition": "minecraft:match_tool",
- "predicate": {
- "enchantments": [
- {
- "enchantment": "minecraft:silk_touch",
- "levels": {
- "min": 1
- }
- }
- ]
- }
- }
- ],
- "name": "minecraft:brown_mushroom_block"
- },
- {
- "type": "minecraft:item",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": {
- "min": -6.0,
- "max": 2.0,
- "type": "minecraft:uniform"
- }
- },
- {
- "function": "minecraft:limit_count",
- "limit": {
- "min": 0
- }
- },
- {
- "function": "minecraft:explosion_decay"
- }
- ],
- "name": "minecraft:brown_mushroom"
- }
- ]
- }
- ]
- }
- ]
- }
|