37 lines
		
	
	
		
			No EOL
		
	
	
		
			826 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			No EOL
		
	
	
		
			826 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "parent": "minecraft:husbandry/root",
 | |
|   "criteria": {
 | |
|     "place_dried_ghast_in_water": {
 | |
|       "conditions": {
 | |
|         "location": [
 | |
|           {
 | |
|             "block": "minecraft:dried_ghast",
 | |
|             "condition": "minecraft:block_state_property",
 | |
|             "properties": {
 | |
|               "waterlogged": "true"
 | |
|             }
 | |
|           }
 | |
|         ]
 | |
|       },
 | |
|       "trigger": "minecraft:placed_block"
 | |
|     }
 | |
|   },
 | |
|   "display": {
 | |
|     "description": {
 | |
|       "translate": "advancements.husbandry.place_dried_ghast_in_water.description"
 | |
|     },
 | |
|     "icon": {
 | |
|       "count": 1,
 | |
|       "id": "minecraft:dried_ghast"
 | |
|     },
 | |
|     "title": {
 | |
|       "translate": "advancements.husbandry.place_dried_ghast_in_water.title"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "place_dried_ghast_in_water"
 | |
|     ]
 | |
|   ],
 | |
|   "sends_telemetry_event": true
 | |
| } |