44 lines
		
	
	
		
			No EOL
		
	
	
		
			1,004 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			No EOL
		
	
	
		
			1,004 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "type": "minecraft:block",
 | |
|   "pools": [
 | |
|     {
 | |
|       "bonus_rolls": 0.0,
 | |
|       "conditions": [
 | |
|         {
 | |
|           "condition": "minecraft:any_of",
 | |
|           "terms": [
 | |
|             {
 | |
|               "condition": "minecraft:match_tool",
 | |
|               "predicate": {
 | |
|                 "items": "minecraft:shears"
 | |
|               }
 | |
|             },
 | |
|             {
 | |
|               "condition": "minecraft:match_tool",
 | |
|               "predicate": {
 | |
|                 "predicates": {
 | |
|                   "minecraft:enchantments": [
 | |
|                     {
 | |
|                       "enchantments": "minecraft:silk_touch",
 | |
|                       "levels": {
 | |
|                         "min": 1
 | |
|                       }
 | |
|                     }
 | |
|                   ]
 | |
|                 }
 | |
|               }
 | |
|             }
 | |
|           ]
 | |
|         }
 | |
|       ],
 | |
|       "entries": [
 | |
|         {
 | |
|           "type": "minecraft:item",
 | |
|           "name": "minecraft:bush"
 | |
|         }
 | |
|       ],
 | |
|       "rolls": 1.0
 | |
|     }
 | |
|   ],
 | |
|   "random_sequence": "minecraft:blocks/bush"
 | |
| } |