Create/Update assets for version 1.16.5

This commit is contained in:
InventiveBot
2021-01-20 20:01:36 +00:00
parent 01f27a344b
commit e3ecd4b108
5805 changed files with 395857 additions and 93420 deletions

View File

@@ -0,0 +1,47 @@
{
"parent": "minecraft:adventure/shoot_arrow",
"display": {
"icon": {
"item": "minecraft:target"
},
"title": {
"translate": "advancements.adventure.bullseye.title"
},
"description": {
"translate": "advancements.adventure.bullseye.description"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"rewards": {
"experience": 50
},
"criteria": {
"bullseye": {
"trigger": "minecraft:target_hit",
"conditions": {
"signal_strength": 15,
"projectile": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"distance": {
"horizontal": {
"min": 30.0
}
}
},
"entity": "this"
}
]
}
}
},
"requirements": [
[
"bullseye"
]
]
}