Create/Update assets for version 20w21a

This commit is contained in:
InventiveBot
2020-05-24 20:06:42 +00:00
parent 1ca7ad9f7c
commit e4d961719a
5744 changed files with 325438 additions and 70164 deletions

View File

@@ -0,0 +1,45 @@
{
"parent": "minecraft:nether/obtain_ancient_debris",
"display": {
"icon": {
"item": "minecraft:netherite_chestplate",
"nbt": "{Damage:0}"
},
"title": {
"translate": "advancements.nether.netherite_armor.title"
},
"description": {
"translate": "advancements.nether.netherite_armor.description"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"netherite_armor": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:netherite_helmet"
},
{
"item": "minecraft:netherite_chestplate"
},
{
"item": "minecraft:netherite_leggings"
},
{
"item": "minecraft:netherite_boots"
}
]
}
}
},
"requirements": [
[
"netherite_armor"
]
]
}