You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
21
assets/minecraft/advancements/story/deflect_arrow.json
Normal file
21
assets/minecraft/advancements/story/deflect_arrow.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user