You've already forked minecraft-assets
21 lines
552 B
JSON
21 lines
552 B
JSON
{
|
|
"display": {
|
|
"icon": "minecraft:shield",
|
|
"title": "Not Today, Thank You",
|
|
"description": "Deflect an arrow with a shield"
|
|
},
|
|
"parent": "minecraft:story/obtain_armor",
|
|
"criteria": {
|
|
"deflected_projectile": {
|
|
"trigger": "minecraft:entity_hurt_player",
|
|
"conditions": {
|
|
"damage": {
|
|
"type": {
|
|
"is_projectile": true
|
|
},
|
|
"blocked": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |