Create/Update assets for version 17w18b

This commit is contained in:
InventiveBot
2017-05-09 17:04:45 +00:00
parent edd2521bab
commit 3a5735d500
5906 changed files with 337486 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"display": {
"icon": {
"item": "minecraft:potion"
},
"title": {
"translate": "advancements.nether.brew_potion.title"
},
"description": {
"translate": "advancements.nether.brew_potion.description"
}
},
"parent": "minecraft:nether/obtain_blaze_rod",
"criteria": {
"potion": {
"trigger": "minecraft:brewed_potion"
}
}
}

View File

@@ -0,0 +1,22 @@
{
"display": {
"icon": {
"item": "minecraft:beacon"
},
"title": {
"translate": "advancements.nether.create_beacon.title"
},
"description": {
"translate": "advancements.nether.create_beacon.description"
}
},
"parent": "minecraft:nether/summon_wither",
"criteria": {
"beacon": {
"trigger": "minecraft:construct_beacon",
"conditions": {
"level": {"min": 1}
}
}
}
}

View File

@@ -0,0 +1,23 @@
{
"display": {
"icon": {
"item": "minecraft:beacon"
},
"title": {
"translate": "advancements.nether.create_full_beacon.title"
},
"description": {
"translate": "advancements.nether.create_full_beacon.description"
},
"frame": "goal"
},
"parent": "minecraft:nether/create_beacon",
"criteria": {
"beacon": {
"trigger": "minecraft:construct_beacon",
"conditions": {
"level": 4
}
}
}
}

View File

@@ -0,0 +1,22 @@
{
"display": {
"icon": {
"item": "minecraft:nether_brick"
},
"title": {
"translate": "advancements.nether.find_fortress.title"
},
"description": {
"translate": "advancements.nether.find_fortress.description"
}
},
"parent": "minecraft:nether/root",
"criteria": {
"fortress": {
"trigger": "minecraft:location",
"conditions": {
"feature": "Fortress"
}
}
}
}

View File

@@ -0,0 +1,28 @@
{
"display": {
"icon": {
"item": "minecraft:skull",
"data": 1
},
"title": {
"translate": "advancements.nether.get_wither_skull.title"
},
"description": {
"translate": "advancements.nether.get_wither_skull.description"
}
},
"parent": "minecraft:nether/find_fortress",
"criteria": {
"wither_skull": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:skull",
"data": 1
}
]
}
}
}
}

View File

@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "minecraft:blaze_rod"
},
"title": {
"translate": "advancements.nether.obtain_blaze_rod.title"
},
"description": {
"translate": "advancements.nether.obtain_blaze_rod.description"
}
},
"parent": "minecraft:nether/find_fortress",
"criteria": {
"blaze_rod": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blaze_rod"
}
]
}
}
}
}

View File

@@ -0,0 +1,31 @@
{
"display": {
"icon": {
"item": "minecraft:ghast_tear"
},
"title": {
"translate": "advancements.nether.return_to_sender.title"
},
"description": {
"translate": "advancements.nether.return_to_sender.description"
},
"frame": "challenge"
},
"parent": "minecraft:nether/root",
"criteria": {
"killed_ghast": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:ghast"
},
"killing_blow": {
"is_projectile": true,
"direct_entity": {
"type": "minecraft:fireball"
}
}
}
}
}
}

View File

@@ -0,0 +1,24 @@
{
"display": {
"icon": {
"item": "minecraft:red_nether_brick"
},
"title": {
"translate": "advancements.nether.root.title"
},
"description": {
"translate": "advancements.nether.root.description"
},
"background": "minecraft:textures/gui/advancements/backgrounds/nether.png",
"show_toast": false,
"announce_to_chat": false
},
"criteria": {
"entered_nether": {
"trigger": "minecraft:changed_dimension",
"conditions": {
"to": "the_nether"
}
}
}
}

View File

@@ -0,0 +1,24 @@
{
"display": {
"icon": {
"item": "minecraft:nether_star"
},
"title": {
"translate": "advancements.nether.summon_wither.title"
},
"description": {
"translate": "advancements.nether.summon_wither.description"
}
},
"parent": "minecraft:nether/get_wither_skull",
"criteria": {
"summoned": {
"trigger": "minecraft:summoned_entity",
"conditions": {
"entity": {
"type": "wither"
}
}
}
}
}