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