You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
47
data/minecraft/advancements/adventure/bullseye.json
Normal file
47
data/minecraft/advancements/adventure/bullseye.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/shoot_arrow",
|
||||
"criteria": {
|
||||
"bullseye": {
|
||||
"conditions": {
|
||||
"projectile": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"distance": {
|
||||
"horizontal": {
|
||||
"min": 30.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"signal_strength": 15
|
||||
},
|
||||
"trigger": "minecraft:target_hit"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.adventure.bullseye.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:target"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.adventure.bullseye.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"bullseye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"experience": 50
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user