Create/Update assets for version 18w45a

This commit is contained in:
InventiveBot
2021-03-10 23:45:15 +00:00
parent 5e078329dd
commit 05a1befda8
9156 changed files with 569769 additions and 18 deletions

View File

@@ -0,0 +1,39 @@
{
"parent": "minecraft:adventure/ol_betsy",
"display": {
"icon": {
"item": "minecraft:crossbow"
},
"title": {
"translate": "advancements.adventure.whos_the_pillager_now.title"
},
"description": {
"translate": "advancements.adventure.whos_the_pillager_now.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"kill_pillager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:pillager"
},
"killing_blow": {
"is_projectile": true,
"direct_entity": {
"type": "minecraft:arrow"
}
}
}
}
},
"requirements": [
[
"kill_pillager"
]
]
}