32 lines
		
	
	
		
			No EOL
		
	
	
		
			581 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			No EOL
		
	
	
		
			581 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "parent": "minecraft:recipes/root",
 | |
|   "criteria": {
 | |
|     "has_dried_ghast": {
 | |
|       "conditions": {
 | |
|         "items": [
 | |
|           {
 | |
|             "items": "minecraft:dried_ghast"
 | |
|           }
 | |
|         ]
 | |
|       },
 | |
|       "trigger": "minecraft:inventory_changed"
 | |
|     },
 | |
|     "has_the_recipe": {
 | |
|       "conditions": {
 | |
|         "recipe": "minecraft:purple_harness"
 | |
|       },
 | |
|       "trigger": "minecraft:recipe_unlocked"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "has_the_recipe",
 | |
|       "has_dried_ghast"
 | |
|     ]
 | |
|   ],
 | |
|   "rewards": {
 | |
|     "recipes": [
 | |
|       "minecraft:purple_harness"
 | |
|     ]
 | |
|   }
 | |
| } |