58 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "parent": "minecraft:husbandry/root",
 | |
|   "criteria": {
 | |
|     "cod": {
 | |
|       "conditions": {
 | |
|         "item": {
 | |
|           "items": "minecraft:cod"
 | |
|         }
 | |
|       },
 | |
|       "trigger": "minecraft:fishing_rod_hooked"
 | |
|     },
 | |
|     "pufferfish": {
 | |
|       "conditions": {
 | |
|         "item": {
 | |
|           "items": "minecraft:pufferfish"
 | |
|         }
 | |
|       },
 | |
|       "trigger": "minecraft:fishing_rod_hooked"
 | |
|     },
 | |
|     "salmon": {
 | |
|       "conditions": {
 | |
|         "item": {
 | |
|           "items": "minecraft:salmon"
 | |
|         }
 | |
|       },
 | |
|       "trigger": "minecraft:fishing_rod_hooked"
 | |
|     },
 | |
|     "tropical_fish": {
 | |
|       "conditions": {
 | |
|         "item": {
 | |
|           "items": "minecraft:tropical_fish"
 | |
|         }
 | |
|       },
 | |
|       "trigger": "minecraft:fishing_rod_hooked"
 | |
|     }
 | |
|   },
 | |
|   "display": {
 | |
|     "description": {
 | |
|       "translate": "advancements.husbandry.fishy_business.description"
 | |
|     },
 | |
|     "icon": {
 | |
|       "count": 1,
 | |
|       "id": "minecraft:fishing_rod"
 | |
|     },
 | |
|     "title": {
 | |
|       "translate": "advancements.husbandry.fishy_business.title"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "cod",
 | |
|       "tropical_fish",
 | |
|       "pufferfish",
 | |
|       "salmon"
 | |
|     ]
 | |
|   ],
 | |
|   "sends_telemetry_event": true
 | |
| } |