69 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			69 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |   "roll": { | ||
|  |     "type": "constant", | ||
|  |     "count": 1 | ||
|  |   }, | ||
|  |   "input1": { | ||
|  |     "filter": "minecraft:emerald", | ||
|  |     "count": { | ||
|  |       "type": "constant", | ||
|  |       "count": 10 | ||
|  |     } | ||
|  |   }, | ||
|  |   "input2": { | ||
|  |     "filter": "minecraft:diamond", | ||
|  |     "count": { | ||
|  |       "type": "constant", | ||
|  |       "count": 10 | ||
|  |     } | ||
|  |   }, | ||
|  |   "input3": { | ||
|  |     "filter": "minecraft:iron_ingot", | ||
|  |     "count": { | ||
|  |       "type": "constant", | ||
|  |       "count": 10 | ||
|  |     } | ||
|  |   }, | ||
|  |   "output": [ | ||
|  |     { | ||
|  |       "item": "wheat_seeds", | ||
|  |       "count": { | ||
|  |         "type": "constant", | ||
|  |         "count": 1 | ||
|  |       }, | ||
|  |       "weight": 1.0 | ||
|  |     }, | ||
|  |     { | ||
|  |       "item": "pumpkin_seeds", | ||
|  |       "count": { | ||
|  |         "type": "constant", | ||
|  |         "count": 1 | ||
|  |       }, | ||
|  |       "weight": 1.0 | ||
|  |     }, | ||
|  |     { | ||
|  |       "item": "melon_seeds", | ||
|  |       "count": { | ||
|  |         "type": "constant", | ||
|  |         "count": 1 | ||
|  |       }, | ||
|  |       "weight": 1.0 | ||
|  |     }, | ||
|  |     { | ||
|  |       "item": "torchflower_seeds", | ||
|  |       "count": { | ||
|  |         "type": "constant", | ||
|  |         "count": 1 | ||
|  |       }, | ||
|  |       "weight": 1.0 | ||
|  |     }, | ||
|  |     { | ||
|  |       "item": "beetroot_seeds", | ||
|  |       "count": { | ||
|  |         "type": "constant", | ||
|  |         "count": 1 | ||
|  |       }, | ||
|  |       "weight": 1.0 | ||
|  |     } | ||
|  |   ] | ||
|  | } |