MCMinecraft Assets Explorer

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

whos_the_pillager_now.json0 B

Empty File
{
  "parent": "minecraft:adventure/ol_betsy",
  "display": {
    "icon": {
      "item": "minecraft:crossbow",
      "nbt": "{Damage:0}"
    },
    "title": {
      "translate": "advancements.adventure.whos_the_pillager_now.title"
    },
    "description": {
      "translate": "advancements.adventure.whos_the_pillager_now.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "kill_pillager": {
      "trigger": "minecraft:killed_by_crossbow",
      "conditions": {
        "victims": [
          [
            {
              "condition": "minecraft:entity_properties",
              "predicate": {
                "type": "minecraft:pillager"
              },
              "entity": "this"
            }
          ]
        ]
      }
    }
  },
  "requirements": [
    [
      "kill_pillager"
    ]
  ]
}