87 lines
		
	
	
		
			No EOL
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			87 lines
		
	
	
		
			No EOL
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "type": "minecraft:block",
 | |
|   "functions": [
 | |
|     {
 | |
|       "function": "minecraft:explosion_decay"
 | |
|     }
 | |
|   ],
 | |
|   "pools": [
 | |
|     {
 | |
|       "bonus_rolls": 0.0,
 | |
|       "conditions": [
 | |
|         {
 | |
|           "block": "minecraft:sweet_berry_bush",
 | |
|           "condition": "minecraft:block_state_property",
 | |
|           "properties": {
 | |
|             "age": "3"
 | |
|           }
 | |
|         }
 | |
|       ],
 | |
|       "entries": [
 | |
|         {
 | |
|           "type": "minecraft:item",
 | |
|           "name": "minecraft:sweet_berries"
 | |
|         }
 | |
|       ],
 | |
|       "functions": [
 | |
|         {
 | |
|           "add": false,
 | |
|           "count": {
 | |
|             "type": "minecraft:uniform",
 | |
|             "max": 3.0,
 | |
|             "min": 2.0
 | |
|           },
 | |
|           "function": "minecraft:set_count"
 | |
|         },
 | |
|         {
 | |
|           "enchantment": "minecraft:fortune",
 | |
|           "formula": "minecraft:uniform_bonus_count",
 | |
|           "function": "minecraft:apply_bonus",
 | |
|           "parameters": {
 | |
|             "bonusMultiplier": 1
 | |
|           }
 | |
|         }
 | |
|       ],
 | |
|       "rolls": 1.0
 | |
|     },
 | |
|     {
 | |
|       "bonus_rolls": 0.0,
 | |
|       "conditions": [
 | |
|         {
 | |
|           "block": "minecraft:sweet_berry_bush",
 | |
|           "condition": "minecraft:block_state_property",
 | |
|           "properties": {
 | |
|             "age": "2"
 | |
|           }
 | |
|         }
 | |
|       ],
 | |
|       "entries": [
 | |
|         {
 | |
|           "type": "minecraft:item",
 | |
|           "name": "minecraft:sweet_berries"
 | |
|         }
 | |
|       ],
 | |
|       "functions": [
 | |
|         {
 | |
|           "add": false,
 | |
|           "count": {
 | |
|             "type": "minecraft:uniform",
 | |
|             "max": 2.0,
 | |
|             "min": 1.0
 | |
|           },
 | |
|           "function": "minecraft:set_count"
 | |
|         },
 | |
|         {
 | |
|           "enchantment": "minecraft:fortune",
 | |
|           "formula": "minecraft:uniform_bonus_count",
 | |
|           "function": "minecraft:apply_bonus",
 | |
|           "parameters": {
 | |
|             "bonusMultiplier": 1
 | |
|           }
 | |
|         }
 | |
|       ],
 | |
|       "rolls": 1.0
 | |
|     }
 | |
|   ],
 | |
|   "random_sequence": "minecraft:blocks/sweet_berry_bush"
 | |
| } |