47 lines
		
	
	
		
			No EOL
		
	
	
		
			1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			No EOL
		
	
	
		
			1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "parent": "minecraft:nether/obtain_crying_obsidian",
 | |
|   "criteria": {
 | |
|     "charge_respawn_anchor": {
 | |
|       "conditions": {
 | |
|         "location": [
 | |
|           {
 | |
|             "condition": "minecraft:location_check",
 | |
|             "predicate": {
 | |
|               "block": {
 | |
|                 "blocks": "minecraft:respawn_anchor",
 | |
|                 "state": {
 | |
|                   "charges": "4"
 | |
|                 }
 | |
|               }
 | |
|             }
 | |
|           },
 | |
|           {
 | |
|             "condition": "minecraft:match_tool",
 | |
|             "predicate": {
 | |
|               "items": "minecraft:glowstone"
 | |
|             }
 | |
|           }
 | |
|         ]
 | |
|       },
 | |
|       "trigger": "minecraft:item_used_on_block"
 | |
|     }
 | |
|   },
 | |
|   "display": {
 | |
|     "description": {
 | |
|       "translate": "advancements.nether.charge_respawn_anchor.description"
 | |
|     },
 | |
|     "icon": {
 | |
|       "count": 1,
 | |
|       "id": "minecraft:respawn_anchor"
 | |
|     },
 | |
|     "title": {
 | |
|       "translate": "advancements.nether.charge_respawn_anchor.title"
 | |
|     }
 | |
|   },
 | |
|   "requirements": [
 | |
|     [
 | |
|       "charge_respawn_anchor"
 | |
|     ]
 | |
|   ],
 | |
|   "sends_telemetry_event": true
 | |
| } |