MCMinecraft Assets Explorer

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

overoverkill.json0 B

Empty File
{
  "parent": "minecraft:adventure/minecraft_trials_edition",
  "criteria": {
    "overoverkill": {
      "conditions": {
        "damage": {
          "type": {
            "direct_entity": {
              "type": "minecraft:player",
              "equipment": {
                "mainhand": {
                  "items": "minecraft:mace"
                }
              }
            },
            "tags": [
              {
                "expected": true,
                "id": "minecraft:mace_smash"
              }
            ]
          },
          "dealt": {
            "min": 100.0
          }
        }
      },
      "trigger": "minecraft:player_hurt_entity"
    }
  },
  "display": {
    "description": {
      "translate": "advancements.adventure.overoverkill.description"
    },
    "frame": "challenge",
    "icon": {
      "count": 1,
      "id": "minecraft:mace"
    },
    "title": {
      "translate": "advancements.adventure.overoverkill.title"
    }
  },
  "requirements": [
    [
      "overoverkill"
    ]
  ],
  "rewards": {
    "experience": 50
  },
  "sends_telemetry_event": true
}