You've already forked minecraft-assets
Create/Update assets for version 17w14a
This commit is contained in:
19
assets/minecraft/advancements/adventure/shoot_arrow.json
Normal file
19
assets/minecraft/advancements/adventure/shoot_arrow.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:bow",
|
||||
"title": "Shoot something"
|
||||
},
|
||||
"parent": "adventure/kill_a_mob",
|
||||
"criteria": {
|
||||
"shot_arrow": {
|
||||
"trigger": "minecraft:player_hurt_entity",
|
||||
"conditions": {
|
||||
"damage": {
|
||||
"type": {
|
||||
"is_projectile": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user