61 lines
		
	
	
		
			No EOL
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			No EOL
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "type": "minecraft:block",
 | |
|   "pools": [
 | |
|     {
 | |
|       "bonus_rolls": 0.0,
 | |
|       "entries": [
 | |
|         {
 | |
|           "type": "minecraft:alternatives",
 | |
|           "children": [
 | |
|             {
 | |
|               "type": "minecraft:item",
 | |
|               "conditions": [
 | |
|                 {
 | |
|                   "condition": "minecraft:match_tool",
 | |
|                   "predicate": {
 | |
|                     "predicates": {
 | |
|                       "minecraft:enchantments": [
 | |
|                         {
 | |
|                           "enchantments": "minecraft:silk_touch",
 | |
|                           "levels": {
 | |
|                             "min": 1
 | |
|                           }
 | |
|                         }
 | |
|                       ]
 | |
|                     }
 | |
|                   }
 | |
|                 }
 | |
|               ],
 | |
|               "name": "minecraft:copper_ore"
 | |
|             },
 | |
|             {
 | |
|               "type": "minecraft:item",
 | |
|               "functions": [
 | |
|                 {
 | |
|                   "add": false,
 | |
|                   "count": {
 | |
|                     "type": "minecraft:uniform",
 | |
|                     "max": 5.0,
 | |
|                     "min": 2.0
 | |
|                   },
 | |
|                   "function": "minecraft:set_count"
 | |
|                 },
 | |
|                 {
 | |
|                   "enchantment": "minecraft:fortune",
 | |
|                   "formula": "minecraft:ore_drops",
 | |
|                   "function": "minecraft:apply_bonus"
 | |
|                 },
 | |
|                 {
 | |
|                   "function": "minecraft:explosion_decay"
 | |
|                 }
 | |
|               ],
 | |
|               "name": "minecraft:raw_copper"
 | |
|             }
 | |
|           ]
 | |
|         }
 | |
|       ],
 | |
|       "rolls": 1.0
 | |
|     }
 | |
|   ],
 | |
|   "random_sequence": "minecraft:blocks/copper_ore"
 | |
| } |