69 lines
		
	
	
		
			No EOL
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			No EOL
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "type": "minecraft:block",
 | |
|   "functions": [
 | |
|     {
 | |
|       "function": "minecraft:explosion_decay"
 | |
|     }
 | |
|   ],
 | |
|   "pools": [
 | |
|     {
 | |
|       "bonus_rolls": 0.0,
 | |
|       "entries": [
 | |
|         {
 | |
|           "type": "minecraft:alternatives",
 | |
|           "children": [
 | |
|             {
 | |
|               "type": "minecraft:item",
 | |
|               "conditions": [
 | |
|                 {
 | |
|                   "block": "minecraft:beetroots",
 | |
|                   "condition": "minecraft:block_state_property",
 | |
|                   "properties": {
 | |
|                     "age": "3"
 | |
|                   }
 | |
|                 }
 | |
|               ],
 | |
|               "name": "minecraft:beetroot"
 | |
|             },
 | |
|             {
 | |
|               "type": "minecraft:item",
 | |
|               "name": "minecraft:beetroot_seeds"
 | |
|             }
 | |
|           ]
 | |
|         }
 | |
|       ],
 | |
|       "rolls": 1.0
 | |
|     },
 | |
|     {
 | |
|       "bonus_rolls": 0.0,
 | |
|       "conditions": [
 | |
|         {
 | |
|           "block": "minecraft:beetroots",
 | |
|           "condition": "minecraft:block_state_property",
 | |
|           "properties": {
 | |
|             "age": "3"
 | |
|           }
 | |
|         }
 | |
|       ],
 | |
|       "entries": [
 | |
|         {
 | |
|           "type": "minecraft:item",
 | |
|           "functions": [
 | |
|             {
 | |
|               "enchantment": "minecraft:fortune",
 | |
|               "formula": "minecraft:binomial_with_bonus_count",
 | |
|               "function": "minecraft:apply_bonus",
 | |
|               "parameters": {
 | |
|                 "extra": 3,
 | |
|                 "probability": 0.5714286
 | |
|               }
 | |
|             }
 | |
|           ],
 | |
|           "name": "minecraft:beetroot_seeds"
 | |
|         }
 | |
|       ],
 | |
|       "rolls": 1.0
 | |
|     }
 | |
|   ],
 | |
|   "random_sequence": "minecraft:blocks/beetroots"
 | |
| } |