47 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "type": "minecraft:block",
 | |
|   "pools": [
 | |
|     {
 | |
|       "bonus_rolls": 0.0,
 | |
|       "entries": [
 | |
|         {
 | |
|           "type": "minecraft:alternatives",
 | |
|           "children": [
 | |
|             {
 | |
|               "type": "minecraft:item",
 | |
|               "conditions": [
 | |
|                 {
 | |
|                   "condition": "minecraft:match_tool",
 | |
|                   "predicate": {
 | |
|                     "items": "minecraft:shears"
 | |
|                   }
 | |
|                 }
 | |
|               ],
 | |
|               "name": "minecraft:dead_bush"
 | |
|             },
 | |
|             {
 | |
|               "type": "minecraft:item",
 | |
|               "functions": [
 | |
|                 {
 | |
|                   "add": false,
 | |
|                   "count": {
 | |
|                     "type": "minecraft:uniform",
 | |
|                     "max": 2.0,
 | |
|                     "min": 0.0
 | |
|                   },
 | |
|                   "function": "minecraft:set_count"
 | |
|                 },
 | |
|                 {
 | |
|                   "function": "minecraft:explosion_decay"
 | |
|                 }
 | |
|               ],
 | |
|               "name": "minecraft:stick"
 | |
|             }
 | |
|           ]
 | |
|         }
 | |
|       ],
 | |
|       "rolls": 1.0
 | |
|     }
 | |
|   ],
 | |
|   "random_sequence": "minecraft:blocks/dead_bush"
 | |
| } |