lightning_rod_with_villager_no_fire.json
0 B
Empty File
{
"parent": "minecraft:adventure/root",
"display": {
"icon": {
"item": "minecraft:lightning_rod"
},
"title": {
"translate": "advancements.adventure.lightning_rod_with_villager_no_fire.title"
},
"description": {
"translate": "advancements.adventure.lightning_rod_with_villager_no_fire.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"lightning_rod_with_villager_no_fire": {
"trigger": "minecraft:lightning_strike",
"conditions": {
"lightning": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"distance": {
"absolute": {
"max": 30.0
}
},
"lightning_bolt": {
"blocks_set_on_fire": 0
}
},
"entity": "this"
}
],
"bystander": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:villager"
},
"entity": "this"
}
]
}
}
},
"requirements": [
[
"lightning_rod_with_villager_no_fire"
]
]
}