Create/Update assets for version 22w07a

This commit is contained in:
InventiveBot
2022-02-16 18:34:39 +00:00
parent cb4070f585
commit c2d3490592
14449 changed files with 986873 additions and 18 deletions

View File

@@ -0,0 +1,37 @@
{
"parent": "minecraft:nether/find_fortress",
"display": {
"icon": {
"item": "minecraft:wither_skeleton_skull"
},
"title": {
"translate": "advancements.nether.get_wither_skull.title"
},
"description": {
"translate": "advancements.nether.get_wither_skull.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"wither_skull": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:wither_skeleton_skull"
]
}
]
}
}
},
"requirements": [
[
"wither_skull"
]
]
}