You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/ol_betsy",
|
||||
"criteria": {
|
||||
"two_birds": {
|
||||
"conditions": {
|
||||
"victims": [
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:phantom"
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:phantom"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:killed_by_crossbow"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.adventure.two_birds_one_arrow.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:crossbow",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.adventure.two_birds_one_arrow.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"two_birds"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"experience": 65
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user