MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

lightning_rod_with_villager_no_fire.json0 B

Empty File
{
  "parent": "minecraft:adventure/root",
  "criteria": {
    "lightning_rod_with_villager_no_fire": {
      "conditions": {
        "bystander": [
          {
            "condition": "minecraft:entity_properties",
            "entity": "this",
            "predicate": {
              "type": "minecraft:villager"
            }
          }
        ],
        "lightning": [
          {
            "condition": "minecraft:entity_properties",
            "entity": "this",
            "predicate": {
              "distance": {
                "absolute": {
                  "max": 30.0
                }
              },
              "type_specific": {
                "type": "minecraft:lightning",
                "blocks_set_on_fire": 0
              }
            }
          }
        ]
      },
      "trigger": "minecraft:lightning_strike"
    }
  },
  "display": {
    "description": {
      "translate": "advancements.adventure.lightning_rod_with_villager_no_fire.description"
    },
    "icon": {
      "count": 1,
      "id": "minecraft:lightning_rod"
    },
    "title": {
      "translate": "advancements.adventure.lightning_rod_with_villager_no_fire.title"
    }
  },
  "requirements": [
    [
      "lightning_rod_with_villager_no_fire"
    ]
  ],
  "sends_telemetry_event": true
}